-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Core dump data check failed on XIAO ESP32-S3 #10588
Comments
it's OK if you get this error. it should not prevent your sketch to run. You can erase flash to get rid of it |
I tried wiping the flash to get rid of it, but the ESP still reboots. ESP-ROM:esp32s3-2021032 |
please compile with core debug level Verbose. There is another reason why your board reboots |
I have a similar issue - probably the same issue. My update routine copies a compiled firmware file into LittleFS and then uses the Update library to upgrade the module software from this file. Update code is pretty much identical to the examples included with the library.
The upgrade works fine. The sketch runs fine. No issues. However I get the following on boot:
If I update over serial and use the 'erase flash' option then the issue goes away. But once i do my code update it comes back. My partition table is:
|
Board
XIAO ESP32S3
Device Description
None
Hardware Configuration
XIAO ESP32S3 Sense card slot occupies 14 GPIOs with SD card and camera modul
Version
v3.0.6
IDE Name
Ardiuno IDE
Operating System
Window 10
Flash frequency
DIO 80MHz
PSRAM enabled
yes
Upload speed
921600
Description
When encountering Core dump data check failed, it shows that ESP32-S3 has a core dump error.
Tried the following but couldn't improve it
Try lowering the resolution or JPEG quality of FRAMESIZE_UXGA to FRAMESIZE_SXGA or FRAMESIZE_XGA and setting jpeg_quality to between 12-15.
Set the framebuffer to fb_count = 1.
Reduce config.xclk_freq_hz = 20000000 to 10000000,
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: