Now I’d like to use JTAG by “Lauterbach Trace32” to debugging of Jetson TX2 on carrier board.
But now I couldn’t connect them.
Could you please give me any advice?
I’d like to know correct setup to use Trace32, and correct parts mounting on carrier board.
-Setup of Trace32
I attached a print screen.
The debugger is “LA-7708 DEBUG-USB2”.
-Parts on carrier board
Mount R52 (to PU the JTAG_AP_TRST_L)
Mount R150 (to PD the Q22-G, to PU the NVJTAG_SEL and +1.63V is observed at Q22-D)
A jumper pin on J8 (to connectRESET_OUT_L to GND.)
I read Jetson TX2 Boundary Scan Application Note, but if there is anything lacked, please teach me it.
This is standard on Linux. Compression is from bzip2 (and decompression bunzip2). Combined with a “.tar” archive file format, this is a “.tar.bz2” file…abbreviated as “.tbz2”.
Two ways:
bunzip2 < lauterbach_R28.2.0_aarch64.tbz2 | tar xv
# OR:
tar xvfj lauterbach_R28.2.0_aarch64.tbz2
…either way first unzips, then extracts. You’ll get a “lauterbach/” subdirectory at the point of unpack.
Thanks for reply.
But I couldn’t reached good result.
I tried following command on Jetson TX2. But the terminal outputs no message.[
$ bunzip2 < lauterbach_R28.2.0_aarch64.tbz2 | tar xv
And I tried same command with no “<”.
The file is converted to just a .tar file, but tar command returns following message.
“This does not look like a tar archive”
I re-downloaded same file 3 times and I got same result for all of them.
Ofcourse I tried your second suggestion to use “tar xvfj” but the terminal shows no return.
Do you have any ideas?
Thanks for reply.
Can I ask you about when is the new script released?
And if new one is released, then notification or something would be described in here?
It may take time due to internal IP audit process for releasing package.
The system will send you mail if you follow this topic once have any new update from the thread.
Hello, so I could success to download Lauterbach script file.
And I unpacked the tbz2 file.
But… I can’t identify which file contains the “Lauterbach Debugging Scripts chapter”.
I downloaded “L4T Documentation 24.2.1”. And I used serch to find “Lauterbach” but I couldn’t.
I’m so sorry to make you busy but could you please introduce and indicate me which is the one what I should download? (or give me the link?)