missing core dump partition
lugdunum-1964 opened this issue · 1 comments
I've just started a new esp32 project. It had been a while. But since last time (2021) I now now get a warning when I compile a sketch with makeEspArduino and run it:
E (325) esp_core_dump_flash: No core dump partition found!
The sketch appears to run fine, I assume the partition is just used during a crash to enable a post-mortem. But the funny thing is that the message isn't there when I compile the same sketch with the arduino-ide.
The the only difference I can see is the flash mode. MakeEspArduino uses dio by default, I believe, whereas arduino-ide uses qio. But when I set FLASH_MODE=qio in makeesparduino, the esp32 keeps crashing.
I'm using a firebeetle V3 esp32, but had the same experience with esp32 DEV kits.
The sketch is just
setup() {}
loop() {}
Google searches don't give much useful info.
Please let me know if I can do anything to help researching.
--
Regards,
Lyon