Skip to content

E (496) esp_core_dump_flash: No core dump partition found! Esp32 cam #9572

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
uraannnn opened this issue Apr 28, 2024 · 6 comments
Closed
1 task done

E (496) esp_core_dump_flash: No core dump partition found! Esp32 cam #9572

uraannnn opened this issue Apr 28, 2024 · 6 comments

Comments

@uraannnn
Copy link

Board

esp32 cam with esp 32 cam mb

Device Description

esp32 cam with esp 32 cam mb

Hardware Configuration

.

Version

latest master (checkout manually)

IDE Name

arduino ide

Operating System

win10

Flash frequency

80

PSRAM enabled

yes

Upload speed

115200

Description

I recently bought a esp 32 com and wanted to flash it and make the stream, I flashed it and it got to 100% but it gives the following error e�3Rյ � �$ 0::�SHBC!� �01 = UI��YUM QUI�E'�1d PS�e��e M��%=J60��j��'�b S%� ���H kM_!ɲ��b�}���00,!}"ɖi0,10Eɲ�0,A�Eɲ�0,q"ɖ�0�j
��'T�Q ,�]c-"���1
!�+:�3�� ��&K: � S�+:� � ���b )K��� SH�t+:� �� ��bS���S �j
0�.V `4�� �% j
E (496) esp_core_dump_f�f6�: No core dump partition found!
E (496) esp_core_dump_flash: No core dump partition found! when I click on the rst button, help me solve the problem

Sketch

.

Debug Message

I recently bought a esp 32 com and wanted to flash it and make the stream, I flashed it and it got to 100% but it gives the following error e�3Rյ � �$ 0::�SHBC!� �01 = UI��YUM QUI�E'�1d PS�e�*�e M��%=J60��*j��'�b S%� ���H kM_!ɲ��b�}���00`,!}"ɖi0,10Eɲ�0`,A�Eɲ�0,q"ɖ�0�j
��'T�Q ,�]c-"���1 !�+:�3�� ��&K: � S�+:� � ���b )K��� SH�t+:� �� ��bS���S �j
0�.V `4�� �% j
E (496) esp_core_dump_f�f6�: No core dump partition found!
E (496) esp_core_dump_flash: No core dump partition found! when I click on the rst button, help me solve the problem

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.
@uraannnn uraannnn added the Status: Awaiting triage Issue is waiting for triage label Apr 28, 2024
@lbernstone
Copy link
Contributor

Change your Serial.begin statement to use 115200 baud, matching with the setting in the serial monitor. Use a partition scheme with coredump (all the built-in partition schemes should have coredump).

@5chufti
Copy link

5chufti commented Aug 7, 2024

it is throwing the same error message even with built in partition schemes ...

@quantumDSflux
Copy link

yep me getting the same problem......!!!

@5chufti
Copy link

5chufti commented Sep 26, 2024

solution:
add a file "partitions.csv" to your sketch directory with following content:

# Name,   Type,  SubType, Offset,   Size,    Flags
nvs,      data,  nvs,     0x9000,   0x5000,
otadata,  data,  ota,     0xe000,   0x2000,
app0,     app,   ota_0,   0x10000,  0x3d0000,
fr,       data,        ,  0x3e0000, 0x20000,
coredump, data, coredump,         , 0x10000,

and select "partition scheme = custom" in settings

@lbernstone
Copy link
Contributor

If you enable "Erase all flash before upload", and then choose the default partition scheme, you will repair the coredump partition. Note that this will delete anything saved in nvs/Preferences/EEPROM.

@Parsaabasi Parsaabasi removed the Status: Awaiting triage Issue is waiting for triage label Jan 15, 2025
@Parsaabasi
Copy link

Hello,

Due to the overwhelming volume of issues currently being addressed, we have decided to close the previously received tickets. If you still require assistance or if the issue persists, please don't hesitate to reopen the ticket.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants