WROVER-KIT: Programming Flash Problem
Posted: Sun Dec 02, 2018 2:16 pm
Hello,
We have recently purchased the Wrover kit, to begin development on a new project. I have completed the process of setting up build environment and building helloWorld project, exactly as described in "getting started" document. But I have not been able to successfully flash the binaries to the Wrover board. After build is completed, the connection to the board is never successfully made, this is the displayed message in response to running make:
$ make flash
Toolchain path: /home/ed/Project/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: crosstool-ng-1.22.0-80-g6c4433a
Compiler version: 5.2.0
Python requirements from /home/ed/Project/esp/esp-idf/requirements.txt are satisfied.
Flashing binaries to serial port /dev/ttyUSB0 (app at offset 0x10000)...
esptool.py v2.6-beta1
Serial port /dev/ttyUSB0
Connecting........_____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
/home/ed/Project/esp/esp-idf/components/esptool_py/Makefile.projbuild:62: recipe for target 'flash' failed
make: *** (flash) Error 2
Additional Notes:
a: config file is in the default supplied state, with no changes. I had previously tried to modify baud rate from 115200 to 9600 and I tried ttyUSB1, I have now put everything back to default state.
b: The Wrover preloaded RGB led app, runs successfully and I do see the terminal messages on putty terminal window
c: I am running everything on Ubuntu v17.10 64 bit machine.
d: I have manually put the Wrover board into boot mode, before running make flash. (held boot button, pressed/released EN button, release boot button, confirmed RGB leds stop blinking)
e: Installed Wrover jumpers: USB power, TxD/Rxd, Jtag(4 jumpers), RTS/CTS
Thanks for any help on what I can look at next.
Ed
We have recently purchased the Wrover kit, to begin development on a new project. I have completed the process of setting up build environment and building helloWorld project, exactly as described in "getting started" document. But I have not been able to successfully flash the binaries to the Wrover board. After build is completed, the connection to the board is never successfully made, this is the displayed message in response to running make:
$ make flash
Toolchain path: /home/ed/Project/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: crosstool-ng-1.22.0-80-g6c4433a
Compiler version: 5.2.0
Python requirements from /home/ed/Project/esp/esp-idf/requirements.txt are satisfied.
Flashing binaries to serial port /dev/ttyUSB0 (app at offset 0x10000)...
esptool.py v2.6-beta1
Serial port /dev/ttyUSB0
Connecting........_____....._____....._____....._____....._____....._____
A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
/home/ed/Project/esp/esp-idf/components/esptool_py/Makefile.projbuild:62: recipe for target 'flash' failed
make: *** (flash) Error 2
Additional Notes:
a: config file is in the default supplied state, with no changes. I had previously tried to modify baud rate from 115200 to 9600 and I tried ttyUSB1, I have now put everything back to default state.
b: The Wrover preloaded RGB led app, runs successfully and I do see the terminal messages on putty terminal window
c: I am running everything on Ubuntu v17.10 64 bit machine.
d: I have manually put the Wrover board into boot mode, before running make flash. (held boot button, pressed/released EN button, release boot button, confirmed RGB leds stop blinking)
e: Installed Wrover jumpers: USB power, TxD/Rxd, Jtag(4 jumpers), RTS/CTS
Thanks for any help on what I can look at next.
Ed