esp32-pico-d4 flash error
Posted: Sun Oct 18, 2020 11:59 am
Hi, I soldered the Board on an esp32-pico-d4 chip, GPIO12 is pulled up to the GND, and EN and BOOT are connected to the GND via a 10 UF capacitor, and EN is also pulled up to 3.3V via a 10K resistor, when trying to flash this happens:
And if you connect via the serial port at a frequency of 115200, writes:
And if you short BOOT to GND:
But the download still doesn't happen.
What could be the problem?
Code: Select all
esptool.py v2.8
Serial port COM3
Connecting........_____....._____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Code: Select all
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
Code: Select all
rst:0x10 (RTCWDT_RTC_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download
What could be the problem?