I have been building firmware for my RT3200 for a long time now. I built a snapshot from the latest git just now and went to flash it but was presented with this warning:
I can't remember the source of the current firmware... I thought I built it. What is your suggestion? Use an alternative method to use that same source file but not the sysupgrade part of luci?
Of course it gives, because that is wrong image.
That is the recovery image, not sysupgrade.
I proposed that you use the recovery console for flashing. You trigger recovery during boot and end up in the initramfs recovery console that is unique to the RT3200/E8450. You can then use that to completely overwrite the current run-time OpenWrt image.
EDIT:
the versinioning of your current image is so strange, that I guess that that image might be a reason for your problems.
How does one trigger recovery during boot? I am only aware of holding reset down for 10 sec which resets the configs to factory values. Thanks!
EDIT: Ah, see here, wait for fast blink then hit reset several times.
I used the image I built and flashed with force mode and now everything seems normal. Thanks for the advice.
sysupgrade -F -i -v /tmp/openwrt-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb
Image check failed but --force given - will update anyway!
Keep config files over reflash (Y/n): Y
Edit config file list (y/N): N
Thu Jan 1 00:04:13 UTC 1970 upgrade: Saving config files...
etc/config/dhcp
etc/config/dropbear
etc/config/firewall
etc/config/luci
etc/config/rpcd
etc/config/ucitrack
etc/config/uhttpd
etc/dropbear/dropbear_ed25519_host_key
etc/dropbear/dropbear_rsa_host_key
etc/group
etc/hosts
etc/inittab
etc/luci-uploads/.placeholder
etc/nftables.d/10-custom-filter-chains.nft
etc/nftables.d/README
etc/opkg/keys/36499f12d93c34f3
etc/opkg/keys/8a11255d14aef6c8
etc/opkg/keys/b5043e70f9a75cde
etc/passwd
etc/profile
etc/rc.local
etc/shadow
etc/shells
etc/shinit
etc/sysctl.conf
Thu Jan 1 00:04:13 UTC 1970 upgrade: Commencing upgrade. Closing all shell sessions.
There are two images in the RT3200 UBI right? Could this be corresponding to the original dangowrt image? How can I tell which of the two images I am booted into?