This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can see what partition is currently being booted from by running: /usr/sbin/fw_printenv -n boot_part | |
Tell the router which partition to boot from: /usr/sbin/fw_setenv boot_part 2 | |
reboot | |
Props to Kamameel on this reddit post with the info https://www.reddit.com/r/openwrt/comments/eji1sg/force_router_to_boot_to_specific_partition/ |