I'm currently in the process of getting my board up and running. I used a new WROOM module and placed it on my board. My board features an CP2102 Serial converter. I verified a working auto prog circuit (same like on the Espressif Boards) with toggling the pins in Realterm and thus putting the esp32 in download mode or running mode. Works perfect.
I can perfectly read out the mac adress via esptool. But flashing doesn't work. It seems that it has an issue with accessing the flash of the WROOM. But I don't know why. I already changed the WROOM module to another new one, same issue.
Code: Select all
$ make flash
Flashing binaries to serial port /dev/ttyUSB0 (app at offset 0x10000)...
esptool.py v2.1-beta1
Connecting........_
Chip is ESP32D0WDQ6 (revision 1)
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Warning: Could not auto-detect Flash size (FlashID=0xffffff, SizeID=0xff), defaulting to 4MB
Flash params set to 0x0220
A fatal error occurred: Timed out waiting for packet content
/home/bmarty/esp/esp-idf/components/esptool_py/Makefile.projbuild:52: recipe for target 'flash' failed
make: *** [flash] Error 2