Bootloader compatibility in ESP-IDF v5.0

kneko715
Posts: 9
Joined: Fri Dec 17, 2021 12:43 pm

Bootloader compatibility in ESP-IDF v5.0

Postby kneko715 » Fri Jun 09, 2023 12:00 pm

HI,

I use ESP32S3-wroom-1 (N8R2) and current firmware is build with ESP-IDF v4.4.4.
We now plan to update to firmware build with ESP-IDF v5.0.
So, ESP32S3 works with v4.4.4 bootloder and v5.0 application.

In this case, esp_restart() does not work. It hangups in restart sequence.
And WDT and panic handler are also hangup and never startup without H/W reset.

On the other hand, v5.0 bootloader and v5.0 application combination works fine.

Following document says "bootloader supports newer versions of ESP-IDF".
https://docs.espressif.com/projects/esp ... oader.html

Doesn't the v5.0 bootloader support v4 application?

thank you

kneko715
Posts: 9
Joined: Fri Dec 17, 2021 12:43 pm

Re: Bootloader compatibility in ESP-IDF v5.0

Postby kneko715 » Mon Jun 12, 2023 1:50 am

I found that this issue is occured when with following sdkconfig.

CONFIG_SPIRAM =y
CONFIG_ESPTOOLPY_FLASHFREQ_120M=y
CONFIG_SPIRAM_SPEED_120M=y

Who is online

Users browsing this forum: HighVoltage and 142 guests