Open vvvyky opened 2 days ago
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.
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.
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.
C2 is an on-chip flash memory, and I don't know why the size can't be detected.
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?