Recent sleep sub change broke the booloader for builds using the 8MD256 as RTC clock source (IDFGH-13745) #14608
Labels
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Bug
bugs in IDF
Answers checklist.
IDF version.
v5.4-dev-3089-g81f4ef73c3
Espressif SoC revision.
ESP32-D0WD-V3 (revision v3.0)
Operating System used.
Linux
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
Development Kit.
ESP-WROVER-KIT V4.1
Power Supply used.
USB
What is the expected behavior?
To work.
What is the actual behavior?
This
esp-idf/components/esp_hw_support/sleep_modes.c
Line 2187 in 81f4ef7
gets triggered after the first restart
Steps to reproduce.
Apparently, all it's needed is to enable
CONFIG_RTC_CLK_SRC_INT_8MD256
, build and flash an app that justesp_restart()
s at least once, and it should break at the beginning of the 2nd boot cycle.Debug Logs.
More Information.
Merge eab9876 brought the regression.
defconfig
The text was updated successfully, but these errors were encountered: