How to Program ESP32 Module via Espressif Flash Download Tool?

preview_player
Показать описание
This video shows how to download espressif flash download tool, how to use it to program esp32 module

Flash download tool download link
Рекомендации по теме
Комментарии
Автор

is it possible to add simple led code along with the flashed code?

everythingmixed
Автор

Thanks for the video. I can I make the Flash Download Tool "reset and run" the ESP32 target after download?

sphudson
Автор

It's my first time with ESP32 (I have the ESP32-C3FH4-RGB board) and would like to flash micropython (1.18 , ESP32-C3 with USB / 01SPACE_C3_RGB), but Is it possible to accidentally overwrite the 28KB Bootloader flash area?

Instead of using the Esspressif Flash Download Tool 3_9_3, I've read that it can be done with just a python module (idf.py's esptool) and the boot button?!

For micropython development, I plan to use thonny/Wingware/putty.. but I'd like to eventually transition to a JTAG debugger and VS Code + PlatformIO (instead of Arduino IDE, ESP IDF, Mu, etc). From what I've read, Sysprog's UsbDriverTool / Zadig is used to install the WinUSB driver to an FTDI 4232 based board (similar to ESP-Prog board) in order to get 3 COM ports and one JTAG/OpenOCD port (interface 0).. the ESP32 doesn't support SWD. Once the JTAG wires are connected, the proper configuration needs to be setup for OpenOCD and PlatformIO, settings_json. ESP32's tips page has a good section called "Configuration of OpenOCD for specific target".

bennguyen