Setup JTAG Debugging
Posted: Mon Sep 14, 2020 3:28 am
Hi all,
I need to setup JTAG Debugging by following this link:
https://docs.espressif.com/projects/esp ... index.html
I found a problem at CONFIGURING ESP32 TARGET
for quick jump, you may refer to the following link:
https://docs.espressif.com/projects/esp ... p32-target
I want to run OpenOCD:
openocd -f board/esp32-wrover-kit-3.3v.cfg
But, I got this WARNING:
C:\Users\vinodh\Desktop\esp-idf>openocd --version
Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
C:\Users\vinodh\Desktop\esp-idf>echo %OPENOCD_SCRIPTS%
C:\Users\vinodh\.espressif\tools\openocd-esp32\v0.10.0-esp32-20191114\openocd-esp32\share\openocd\scripts
C:\Users\vinodh\Desktop\esp-idf>openocd -f board/esp32-wrover-kit-3.3v.cfg
Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
none separate
adapter speed: 20000 kHz
Info : Configured 2 cores
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: type 'esp32' is missing virt2phys
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 '*'
Warn : Flash driver of esp32.flash does not support free_driver_priv()
Warn : Flash driver of esp32.irom does not support free_driver_priv()
Warn : Flash driver of esp32.drom does not support free_driver_priv()
What I need to do solve this problem?
Thank you very much for your kind help
May god bless you.
Thanks and best regards
I need to setup JTAG Debugging by following this link:
https://docs.espressif.com/projects/esp ... index.html
I found a problem at CONFIGURING ESP32 TARGET
for quick jump, you may refer to the following link:
https://docs.espressif.com/projects/esp ... p32-target
I want to run OpenOCD:
openocd -f board/esp32-wrover-kit-3.3v.cfg
But, I got this WARNING:
C:\Users\vinodh\Desktop\esp-idf>openocd --version
Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
C:\Users\vinodh\Desktop\esp-idf>echo %OPENOCD_SCRIPTS%
C:\Users\vinodh\.espressif\tools\openocd-esp32\v0.10.0-esp32-20191114\openocd-esp32\share\openocd\scripts
C:\Users\vinodh\Desktop\esp-idf>openocd -f board/esp32-wrover-kit-3.3v.cfg
Open On-Chip Debugger v0.10.0-esp32-20191114 (2019-11-14-14:19)
Licensed under GNU GPL v2
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
none separate
adapter speed: 20000 kHz
Info : Configured 2 cores
Info : Listening on port 6666 for tcl connections
Info : Listening on port 4444 for telnet connections
Error: type 'esp32' is missing virt2phys
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 '*'
Warn : Flash driver of esp32.flash does not support free_driver_priv()
Warn : Flash driver of esp32.irom does not support free_driver_priv()
Warn : Flash driver of esp32.drom does not support free_driver_priv()
What I need to do solve this problem?
Thank you very much for your kind help
May god bless you.
Thanks and best regards