Code: Select all
(esptoolenv) D:\ESP>esptool -c ESP32 -p COM3 erase_flash
esptool.py v4.7.0
Serial port COM3
Connecting......................................
A fatal error occurred: Failed to connect to ESP32: No serial data received.
For troubleshooting steps visit: https://docs.espressif.com/projects/esptool/en/latest/troubleshooting.html
Before I programmed the boards I verified that pressing the reset and enable buttons on my board put the board into waiting for download mode, and was able to repeat that process numerous times. After programming, the buttons have no effect and the board simple refuses to go into waiting for download mode.
Is there something special that I have to do to setup for programming an ESP32 chip with 32Mb of flash? When programming the board with the Arduino IDE I used the DOIT ESP32 DEVKIT V1 board profile.
Thanks in advance.