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
hopefully someone can help me or least point in the right direction.
I am using Zephyr Version 4.2.99 on a custom board with an ESP32-Wrover-E. module. I am using mcuBoot to boot an application image which worked quite well for a while, but then I added some additional code to my application and suddenly I can no longer boot my application.
Everytime MCUboot reaches esp_rom_flash_unmmap in load_segment it jumps to spi_flash_encrypt_ll_plaintext_save and freezes. I suspected some stack corruption, so I increased the MAIN_STACK_SIZE (mcuboot) to the maximum possible. So far no success.
If I change the code I added to my application (or even add more code), mcuBoot jumps to another flash related method.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Everyone,
hopefully someone can help me or least point in the right direction.
I am using Zephyr Version 4.2.99 on a custom board with an ESP32-Wrover-E. module. I am using mcuBoot to boot an application image which worked quite well for a while, but then I added some additional code to my application and suddenly I can no longer boot my application.
Everytime MCUboot reaches
esp_rom_flash_unmmap
inload_segment
it jumps tospi_flash_encrypt_ll_plaintext_save
and freezes. I suspected some stack corruption, so I increased the MAIN_STACK_SIZE (mcuboot) to the maximum possible. So far no success.If I change the code I added to my application (or even add more code), mcuBoot jumps to another flash related method.
Is there anyone that already faced such problems?
Below is my mcuboot.conf
and my prj.conf
Beta Was this translation helpful? Give feedback.
All reactions