I'm new to the ESP32. I am struggling to upload any to the Nano32. My setup is a Windows 10 laptop. I'm using esp-idf version 1. When trying to the chip, I get the following information :
Code: Select all
$ make flash
C:/esp32idf/esp-idf/make/component_common.mk:1: Deprecated feature: No longer necessary to include component_common.mk from C:/esp32idf/esp-idf/components/bt/component.mk
Flashing binaries to serial port COM8 (app at offset 0x10000)...
esptool.py v2.0-dev
Connecting...
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Attaching SPI flash...
Configuring flash size...
Erasing flash...
Took 0.02s to erase flash block
Wrote 16384 bytes at 0x00001000 in 0.2 seconds (699.1 kbit/s)...
A fatal error occurred: Timed out waiting for packet header
make: *** [C:/esp32idf/esp-idf/components/esptool_py/Makefile.projbuild:48: flash] Error 2
Beb