Open awmichel opened 3 months ago
Sounds like the NodeMCU ESP-32S I have doesn't connect the JTAG debug interface of the ESP32 to the USB port, so a secondary USB-Serial interface must be used and manually connected to the JTAG pins on the ESP32. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/configure-other-jtag.html#configure-other-jtag-interface
Try to get debugger working with the Xtensa architecture, which requires OpenOCD. Looks like some binaries aren't in the expected directories after following the directions in the ESP-RS docs.