Replies: 2 comments 5 replies
-
Hi, There's more information on how to build and flash the ESP32 via JTAG in the repository readme. You can use the docker builder image for the flashing (you can do this even if you're not building the firmware with the builder):
|
Beta Was this translation helpful? Give feedback.
-
Just a question here as I have experienced this before: From which OS are you trying to flash the ESP? Ubuntu, Windows, WSL? |
Beta Was this translation helpful? Give feedback.
-
Hi everybody,
I want to flash tcp example of espressif on ai deck . I used these commands
$ source ~/path/to/idf/export.sh $ idf.py build
as you referred in the esp32 repository and I built the binary file but I don't know how could I flash this binary file with ARM-USB-OCD-H jtag programmer on the board. Thanks.Beta Was this translation helpful? Give feedback.
All reactions