[SOLVED] JTAG DEBUGGING
Posted: Mon Dec 28, 2020 2:03 pm
I am trying to understand how to perform some debugging.
I use Win10, Eclipse, and ESP PROG and the following kit: https://www.esp32.com/viewtopic.php?t=12307
I am followinf this : https://docs.espressif.com/projects/esp ... debugging/ and https://docs.espressif.com/projects/esp ... ure-target assuming I should use "interface/ftdi/esp32_devkitj_v1.cfg"
Yet I get an error as follow:
C:\Users\c\.espressif\tools\openocd-esp32\v0.10.0-esp32-20190313\openocd-esp32\bin>openocd -f interface/ftdi/esp32_devkitj_v1.cfg
Open On-Chip Debugger v0.10.0-esp32-20190313 (2019-03-13-09:57)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
none separate
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
I have not changed anything to the ESP PROG firmware.
EDIT: I have flashed with Zadig software and it partially solved the first error
I use Win10, Eclipse, and ESP PROG and the following kit: https://www.esp32.com/viewtopic.php?t=12307
I am followinf this : https://docs.espressif.com/projects/esp ... debugging/ and https://docs.espressif.com/projects/esp ... ure-target assuming I should use "interface/ftdi/esp32_devkitj_v1.cfg"
Yet I get an error as follow:
C:\Users\c\.espressif\tools\openocd-esp32\v0.10.0-esp32-20190313\openocd-esp32\bin>openocd -f interface/ftdi/esp32_devkitj_v1.cfg
Open On-Chip Debugger v0.10.0-esp32-20190313 (2019-03-13-09:57)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
none separate
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: libusb_open() failed with LIBUSB_ERROR_NOT_SUPPORTED
Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND
Error: no device found
Error: unable to open ftdi device with vid 0403, pid 6010, description '*', serial '*' at bus location '*'
I have not changed anything to the ESP PROG firmware.
EDIT: I have flashed with Zadig software and it partially solved the first error