rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000
Posted: Wed Oct 16, 2024 5:23 pm
Hello guys! I am new at progamming in C and ESP.
Currently I am facing this error after I tried to cryptograph the flash of my Esp. My Esp is "ESP32-WROOM-32"
I ran this code to deselect the option "flash encryption on boot" trying to revert the cryptography:
I also tried:
Also tried a lot of others alternatives around the internet. All of them did not work, I don't know what to do...
Currently I am facing this error after I tried to cryptograph the flash of my Esp. My Esp is "ESP32-WROOM-32"
Code: Select all
PS C:\Espressif\frameworks\esp-idf-v4.4.5\examples\get-started\blink> idf.py --port COM3 monitor
Executing action: monitor
Running idf_monitor in directory C:\Espressif\frameworks\esp-idf-v4.4.5\examples\get-started\blink
Executing "C:\Espressif\python_env\idf4.4_py3.11_env\Scripts\python.exe C:\Espressif\frameworks\esp-idf-v4.4.5\tools/idf_monitor.py -p COM3 -b 115200 --toolchain-prefix xtensa-esp32-elf- --target esp32 --revision 0 C:\Espressif\frameworks\esp-idf-v4.4.5\examples\get-started\blink\build\blink.elf -m 'C:\Espressif\python_env\idf4.4_py3.11_env\Scripts\python.exe' 'C:\Espressif\frameworks\esp-idf-v4.4.5\tools\idf.py' '--port' 'COM3'"...
--- WARNING: GDB cannot open serial ports accessed as COMx
--- Using \\.\COM3 instead...
--- idf_monitor on \\.\COM3 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
Code: Select all
idf.py menuconfig
Code: Select all
idf.py erase-flash
Code: Select all
idf.py flash