Segger J-link Setup in Manjaro Linux (Arch Linux)
14 Sep 2019, 09:03pm TZ +05:30
Now, who does not know about J-Link in the embedded community.
This is Quick way to install it in my favorite Manjaro Linux
AUR for J-Link Software #
First to find the latest package repository for J-Link.
https://aur.archlinux.org/packages/jlink-software-and-documentation/
Installing the Package #
|
|
Test it out #
Well the command would look strange JLinkExe
Yes its a EXE
in Linux!
Make sure the Connect you J-Link debugger or Development board.
|
|
This is tested with my Nordic Semiconductors nRF52-DK unit connected.
Note: The serial number S/N
is intentionally blocked.
You would see the correct number that matches your board.
In case there is problem #
Possibly the USB permission is acting up.
You might need to manually place the rules file under
/etc/udev/rules.d/
directory.
Download the 99-jlink.rules file by right clicking on this to Save link as...
Note: make sure that the file permission are set as 664
for this file
That would be -rw-rw-r--
before coping it.
Also Reboot the PC after install of the Rules file.