Page 1 of 1

WROOM-32D | E (149) esp_core_dump_flash

Posted: Wed Jan 24, 2024 11:55 am
by jingo09
The full error: "E (149) esp_core_dump_flash: Incorre␞␆.��镁of core dump image: 0 "

What does this error mean? The board worked fine for a week. It's nothing to do with my project. i tested with another, same board and it doesn't show the error. I also tried a new empty project. I tried to clear Preferences. I use VSCode with PlatformIO . Except for the error everything works fine with my code. I couldn't find info about this error, is it something i should worry about?

Re: WROOM-32D | E (149) esp_core_dump_flash

Posted: Thu Jan 25, 2024 4:11 am
by lbernstone
There is an option in the tools menu to erase all flash before sketch upload. Try that. It should clean up any damaged coredump partitions.

Re: WROOM-32D | E (149) esp_core_dump_flash

Posted: Thu Jan 25, 2024 9:52 am
by jingo09
lbernstone wrote:
Thu Jan 25, 2024 4:11 am
There is an option in the tools menu to erase all flash before sketch upload. Try that. It should clean up any damaged coredump partitions.
It fixed the problem, thank you.