Program ESP32C3 with only JTAG pins from ESP-Prog-2?
Posted: Sun Dec 21, 2025 1:36 am
Hi!
Are there any limitations to programming the ESP32C3 (ESP32-C3-WROOM) only using the JTAG pins from ESP-Prog-2?
So far I have not yet made it work with openocd, with the following command:
I have control over the enable and boot pins from another processor on the custom board.
Are there any limitations to programming the ESP32C3 (ESP32-C3-WROOM) only using the JTAG pins from ESP-Prog-2?
So far I have not yet made it work with openocd, with the following command:
Code: Select all
idf.py openocd --openocd-commands="-f interface/esp_usb_bridge.cfg -f target/esp32c3.cfg"