Code: Select all
system_upgrade_flag_set(UPGRADE_FLAG_FINISH);
system_upgrade_reboot();
I'm upgrading to newer ESPs 07 with 1Mb of flash; flashing still works as expected, but when rebooting the module, it will not switch to the newly flashed content.
Boot version is 1.5.
Currently, test module is using upper memory (aka user2); when rebooting, I can see the following on the output as the module restarts
Code: Select all
reboot to use1
Code: Select all
2nd boot version : 1.5
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size & Map: 8Mbit(512KB+512KB)
jump to run user2 @ 81000
Strange thing is that calling the upgrade reboot sequence even without flashing will not result in switching for this module, and I'm a bit puzzled as I have no clue what I'm doing wrong.
Any help is appreciated.
Many thanks.