You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested Basic_Ota example in ESP8266. I commented RBOOT_TWO_ROMS in component.mk. Flashed the firmware to the ESP8266 and started Ota server in my PC using make otaserver command. Then did ota update via typing 'ota' on serial terminal when ESP8266 boot on rom0. Then set the settings to run on rom1. It worked successfully.
If I do ota updated when boot on rom1, the ESP8266 crashes. The output is below.
Another issue. Then I set ESP to run in rom0. When I change some parts of the example code (like adding serial print), recompile and restart the otaserver. The ESP8266 does the ota update successfully, but during restart, it runs until boot rom check (rom0 or rom1 to start), them crashes.
rBoot v1.4.2 - [email protected]
Flash Size: 32 Mbit
Flash Mode: DIO
Flash Speed: 40 MHz
Found 'rom0' @ 0x00002000, size 0x000f8000, subtype 0x10
Found 'rom1' @ 0x00102000, size 0x000f8000, subtype 0x11
Booting rom 1 at 102000, load addr 14fbd0.
Can you help me with this.
The text was updated successfully, but these errors were encountered:
I tested Basic_Ota example in ESP8266. I commented RBOOT_TWO_ROMS in component.mk. Flashed the firmware to the ESP8266 and started Ota server in my PC using make otaserver command. Then did ota update via typing 'ota' on serial terminal when ESP8266 boot on rom0. Then set the settings to run on rom1. It worked successfully.
If I do ota updated when boot on rom1, the ESP8266 crashes. The output is below.
Another issue. Then I set ESP to run in rom0. When I change some parts of the example code (like adding serial print), recompile and restart the otaserver. The ESP8266 does the ota update successfully, but during restart, it runs until boot rom check (rom0 or rom1 to start), them crashes.
Can you help me with this.
The text was updated successfully, but these errors were encountered: