ThingMagic Mercury xPRESS Platform v1.7 User Manual
Page 91

A D I V I S I O N O F T R I M B L E
Using the Developer Toolkit
91
1. Download J-Link Software
Obtain latest version from: :
Alternatively, you may have been given this software by ThingMagic as a tar file.
2. If tar file obtained (this is how ThingMagic, distributes it.)
Open a terminal shell.
Pick an installation directory; e.g., $HOME/usr and unpack there
mkdir -p $HOME/usr
tar xvf JLink_Linux_V462a.tgz -C $HOME/usr
3. If “.DEB” file obtained form SEGGER site
Find .DEB file in directory (e.g. “jlink_4.78.4_i386.deb”)
Use “Ubutu Software Center” to install it. Enter password if prompted.
Look for confirmation symbol.
Check if “JLinkGDBServer” is in “/usr/bin” if not, add its path to “.profile”.