E (127) esp_image: Segment 0 0x3fcd5820-0x3fcd6f2c invalid: overlaps bootloader stack E (135) boot: OTA app partition slot 1 is not bootable (IDFGH-11068) #12243
Labels
Awaiting Response
awaiting a response from the author
Resolution: Cannot Reproduce
Issue cannot be reproduced
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.1.1
Operating System used.
Windows
How did you build your project?
Command line with Make
If you are using Windows, please specify command line type.
None
Development Kit.
ESP32-C3-13
Power Supply used.
USB
What is the expected behavior?
run the new firmware after the ota upgrade is successfu
What is the actual behavior?
I (35) boot: ESP-IDF v5.1.1-dirty 2nd stage bootloader
I (35) boot: compile time Sep 14 2023 14:10:48
I (35) boot: chip revision: v0.3
I (39) boot.esp32c3: SPI Speed : 80MHz
I (43) boot.esp32c3: SPI Mode : DIO
I (48) boot.esp32c3: SPI Flash Size : 4MB
I (53) boot: Enabling RNG early entropy source...
I (58) boot: Partition Table:
I (62) boot: ## Label Usage Type ST Offset Length
I (69) boot: 0 nvs WiFi data 01 02 00009000 00010000
I (77) boot: 1 otadata OTA data 01 00 00019000 00002000
I (84) boot: 2 phy_init RF data 01 01 0001b000 00001000
I (91) boot: 3 ota_0 OTA app 00 10 00020000 001e0000
I (99) boot: 4 ota_1 OTA app 00 11 00200000 001e0000
I (106) boot: 5 fctry WiFi data 01 02 003e0000 00010000
I (114) boot: End of partition table
I (118) esp_image: segment 0: paddr=00200020 vaddr=3fcd5820 size=0170ch ( 5900) load
E (127) esp_image: Segment 0 0x3fcd5820-0x3fcd6f2c invalid: overlaps bootloader stack
E (135) boot: OTA app partition slot 1 is not bootable
Steps to reproduce.
...
Debug Logs.
More Information.
oat_file.csv:
nvs, data, nvs, , 0x10000,
otadata, data, ota, , 0x2000,
phy_init, data, phy, , 0x1000,
ota_0, app, ota_0, , 0x1E0000,
ota_1, app, ota_1, , 0x1E0000,
fctry, data, nvs, , 0x10000
Firmware size :Project build complete. To flash, run this command:
D:\idf5.1.1\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe ....\idf5.1.1\Espressif\frameworks\esp-idf-v5.1.1\components\esptool_py\esptool\esptool.py -p (PORT) -b 460800 --before default_reset --after hard_reset --chip esp32c3 write_flash --flash_mode dio --flash_size 4MB --flash_freq 80m 0x0 build\bootloader\bootloader.bin 0x8000 build\partition_table\partition-table.bin 0x19000 build\ota_data_initial.bin 0x20000 build\ESP32_C3_Framework.bin
or run 'idf.py -p (PORT) flash'
The text was updated successfully, but these errors were encountered: