-
Notifications
You must be signed in to change notification settings - Fork 118
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
There is always an error burning C2. (ESF-186) #125
Comments
Interesting, it looks like the flash either isn't getting detected or isn't there at all. Can you for a start check if your board/module has the flash chip onboard? We've had cases where some third party boards didn't have flash installed at all. |
Hi @vvvyky, thanks for noticing this. Can you please try to flash the chip using the esp32_example and paste the log here? It Is possible that flash detection registers are incorrect. |
It is the modification of this esp32_example routine, except that esp_loader_flash_detect_size is added. The detection chip fails to detect the size of the flash memory in C2 chip in detail, and the recording fails at the same time. The parameters of 32, s2, s3 and c3 are fine. |
C2 is an on-chip flash memory, and I don't know why the size can't be detected. |
@vvvyky could you please enable serial tracing as described in the issue template and submit the logs? |
I'm closing this for inactivity. Please let us know if this is still a valid issue. |
Port
ESP32
Target chip
ESP32C2
Hardware Configuration
ESP32-C2 4MB FLASH 26MHZ
Log output
More Information
There is always an error in burning C2. I can't identify the storage. What is the reason?
The text was updated successfully, but these errors were encountered: