-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With SPIRAM_SPEED_120M, combination of v4.4.4 bootloader and v5.0.2 app fail esp_restart() (IDFGH-10393) #11649
Comments
Does this occur also when applying a lower or default FLASHFREQ in the 4.4.4 -> 5.0.2 update? |
Hi Peter B, thank you comment. At first, I build hello_world in v5.0.2 with default FLASHFREQ & SPIRAMSPEED. (Application_v5.0.2_Freq80MHz)
After that, I flash only Application_v5.0.2. (FLASHFREQ & SPIRAMSPEED is 120MHz) |
Not sure if it is possible to change the bootloader via OTA in IDF. So can not help further, let's wait for someone else, who is more involved in that. |
Thank you for your information. Bootloader_v4.4.4 and Application_v4.4.4 with 120MHz freq can restart successfully. |
Answers checklist.
General issue report
Combination of IDFv5.0.2 application that build with the following sdkconfig and IDFv4.4.4 bootloader fails esp_restart().
Target board
ESP32-S3-WROOM-1-N8R2
Procedure
Issue
esp_restart() hang up and never restart application. But bootloader says
ets_loader.c 78
repeatedly.Following is the log of failure.
In combination of the Bootloader_v5.0.2 and the Application_v5.0.2, esp_restart() works fine.
Currently I use ESP-IDF v4.4.4 and plan to OTA the firmware.
The new firmware will build with ESP-IDF v5.0.
So I need this combination.
thank you
The text was updated successfully, but these errors were encountered: