Setup JTag debugger on Windows using Eclipse
Posted: Fri Mar 16, 2018 10:02 am
by snahmad75
Hi,
I am need top setup JTag debugging on windows. There seems to me two methods of doing it.
Any help which works better and any hardware I need to order and step by steps instruction how to setup From eclipse make flash and debug it.
Thanks,
Naeem
Re: Setup JTag debugger on Windows using Eclipse
Posted: Fri Mar 16, 2018 4:30 pm
by kolban
Here is a pretty good set of documentation on how to setup JTAG to work with the ESP32:
http://esp-idf.readthedocs.io/en/latest ... index.html
Re: Setup JTag debugger on Windows using Eclipse
Posted: Tue Mar 20, 2018 3:11 pm
by snahmad75
Thanks.
I will try out.
Re: Setup JTag debugger on Windows using Eclipse
Posted: Sat Mar 24, 2018 8:23 pm
by snahmad75
hi,
I am using ESP32 WROVER board.
I managed to install olimex-arm-usb-tiny-h windows 7 driver.
I did try
https://github.com/espressif/openocd-esp32/issues/33
I am using olimex-arm-usb-tiny-h.
https://www.olimex.com/forum/index.php?topic=236.0
"The drivers can be downloaded directly from:
https://www.olimex.com/Products/ARM/JTA ... e_v1.1.zip
I do this below command. nothing happens no output.
./openocd-libftdi.exe -s share/openocd/scripts -f share/openocd/scripts/interface/olimex-arm-usb-tiny-h.cfg -f share/openocd/scripts/board/esp-wroom-32.cfg
Any idea why?
I can buy standard jtag which works with esp32_devkitj_v1.cfg.
I am working on windows 7 machine.
kindly reply.
thanks,
naeem
Re: Setup JTag debugger on Windows using Eclipse
Posted: Sat Mar 24, 2018 8:31 pm
by kolban
Did you see the story for JTAG configuration found here?
http://esp-idf.readthedocs.io/en/latest ... index.html