Search found 2 matches

by allan45287
Thu Oct 17, 2024 7:48 pm
Forum: General Discussion
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000
Replies: 0
Views: 615

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000

Hello guys! I'm having a problem trying to encrypt my ESP. My ESP is a "ESP32-WROOM-32". I'll show you the step-by-step that I followed to encrypt my ESP. espsecure.py generate_flash_encryption_key ./key.bin espefuse.py --port (PORT) burn_key flash_encryption ./key.bin espefuse.py --port (PORT) burn...
by allan45287
Wed Oct 16, 2024 5:23 pm
Forum: General Discussion
Topic: rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000
Replies: 0
Views: 710

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) flash read err, 1000

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" PS C:\Espressif\frameworks\esp-idf-v4.4.5\examples\get-started\blink> idf.py --port COM3 monitor Executing action: monitor Running idf_monito...