Edrikk
9935
Having done a quick check of the relevant values in my AX3600, they all currently line up with what Robi has noted above except for the sys1_failed and sys2_failed (which are 0 and 1 respectively).
boot_wait=on
uart_en=1
flag_boot_rootfs=0
flag_last_success=0
flag_boot_success=1
flag_try_sys1_failed=0
flag_try_sys2_failed=1
Looks like the values are set in /lib/upgrade/platform.sh - and Robi has updated the flag_try_sys* to 8 and 8 already in the PR. So will manually update those to 8 before next time upgrading.
@McGiverGim on your 2nd router did you update the file? Because the above two seem to get set in the platform_do_upgrade step regardless of what it's set to...
1 Like