Hi!
I worked with ESP32-S3-WROOM-2 and I got this error. Here is monitor output
ELF file SHA256: 6f7ac13ad91f2433
E (173) esp_core_dump_flash: Core dump flash config is corrupted! CRC=0x7bd5c66f instead of 0x0
Rebooting…
x�
assert failed: do_core_init startup.c:328 (flash_ret == ESP_OK)
Backtrace: 0x4037705a:0x3fceb180 0x4037a395:0x3fceb1a0 0x4037fb8d:0x3fceb1c0 0x42009e36:0x3fceb2f0 0x403769cb:0x3fceb320 0x403cd86b:0x3fceb350 0x403cdb2a:0x3fceb380 0x403c9925:0x3fceb4b0 0x40045c01:0x3fceb570 0x40043ab6:0x3fceb6f0 0x40034c45:0x3fceb710
After looking it up, the most recommended solution is to erase flash. I tried to do that with esptool.py and according to CLI output it was successful, BUT the error remains. Also the erasing process takes surprizingly long, each time around 80 sec (i tried several times).
Any guess how to fix that? Thanks in advance