I'll list all the steps that I did to try to solve my current problem.
I installed urjtag using the command: sudo apt-get install -y urjtag, which installs this version: 0.10+r2007-1.2build1. My OS is Ubuntu 18.04.5 LTS.
I want to debug an Xilinx Arty A7 35T with a Olimex ARM-USB-TINY-H connector. When I typed: "cable probe" the following is returned.
Found USB cable: ARM-USB-TINY-H
error: invalid parameter: unknown cable driver 'ARM-USB-TINY-H'
I think this cable should be supported because of this doc section: http://urjtag.org/book/_system_requirements.html#_supported_jtag_adapters_cables
Searching for ARM-USB-TINY-H in the source repo, it seems to have a cable declared for this adapter, that's the main reason I thought it would find. https://github.com/shuckc/urjtag/blob/master/urjtag/src/tap/cable/ft2232.c
I think the downloaded version from standard Ubuntu repo is an older one, so I downloaded the current version I tried to follow the installation steps here: http://urjtag.org/book/_compilation_and_installation.html#_installing_from_source_tar_gz
When I tried the "make install" command, it showed permission issues.
Making install in doc
make[1]: Entering directory '/home/lucasm/urjtag-2021.03/doc'
make[2]: Entering directory '/home/lucasm/urjtag-2021.03/doc'
make[2]: Nothing to be done for 'install-exec-am'.
/bin/mkdir -p '/usr/local/share/man/man1'
/usr/bin/install -c -m 644 jtag.1 bsdl2jtag.1 '/usr/local/share/man/man1'
/usr/bin/install: wasn't possible to remove '/usr/local/share/man/man1/jtag.1': Permission denied
/usr/bin/install: wasn't possible to remove '/usr/local/share/man/man1/bsdl2jtag.1': Permission denied
Makefile:422: recipe for target 'install-man1' failed
make[2]: *** [install-man1] Error 1
make[2]: Leaving directory '/home/lucasm/urjtag-2021.03/doc'
Makefile:517: recipe for target 'install-am' failed
make[1]: *** [install-am] Error 2
make[1]: Leaving directory '/home/lucasm/urjtag-2021.03/doc'
Makefile:518: recipe for target 'install-recursive' failed
make: *** [install-recursive] Error 1
So I followed the http://urjtag.org/book/_f_a_q.html, that says to install with sudo.
After installing with sudo, when I type "jtag" this error shows:
jtag: error while loading shared libraries: liburjtag.so.0: cannot open shared object file: No such file or directory
Don't really know what to do, can someone help me?
On Mon, Apr 05, 2021 at 05:15:26PM -0000, Lucas Matheus dos Santos wrote:
wgetwget protocol://server.tld/path/to/the_text_fileis a valid URL. (Or go back to 'Upload the buildattempt3.text somewhere so it can fetched with
wget)