-
-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck in recovery mode #136
Comments
I also have the same issue. WiFi was non-functional after upgrade, so I attempted to rollback via an older image, and now I am in recovery mode with flashing having no effect. |
You have most likely flashed a wrong image. Please see #104 |
Iv read the guide tried flashing most the firmwares and used some command but they don't work This what comes up with some command iv tried root@OpenWrt: the files im trying are root@OpenWrt:~# hexdump -C /dev/ubi0_2 | head -n 34 iv even tried FW_RT3200_1.0.01.101415_prod.img and still stuck in recovery |
rm /sys/fs/pstore/* does nothing |
You need to do things in the right order. Do not reboot after |
rm: can't remove '/sys/fs/pstore/*': No such file or directory |
this what comes up with these commands
|
used these commands from a tread i started on openwrt forum
|
i think its fixed. i tried these again Using PSTORE/ramoops
|
Just wanted to say i too had this problem - flashed two units with the files provided in this repo and was working on configuring one with VLANs - after a save and apply - ended up in this reboot loop for no apparent reason. I followed these direction above and that appears to have resolved the issue While running the production firmware enter this command in the shell echo c > /proc/sysrq-trigger Once the router has rebooted into recovery mode, clear PSTORE to make it reboot into production mode again: rm /sys/fs/pstore/* Craig |
I recently had this same issue going from 22.03.5 to 22.03.7 and spent a whole night trying to figure out how to fix it. This should really be documented. While running the production firmware enter this command in the shell:
Do not reboot after rm /sys/fs/pstore/*, directly proceed to sysupgrade the correct file. |
I recently updated the firmware on the rt320 via the gui and noticed the WiFi could work so I held in the reset button to see if that would resolve it but it's didn't. Instead it booted to recovery mode and no matter what firmware I flash with it just goes back to recovery
The text was updated successfully, but these errors were encountered: