Package Details: jlink-software-and-documentation 65:9.44-1

Git Clone URL: https://aur.archlinux.org/jlink-software-and-documentation.git (read-only, click to copy)
Package Base: jlink-software-and-documentation
Description: Segger JLink software & documentation pack for Linux
Upstream URL: https://www.segger.com/jlink-software.html
Licenses: custom, GPLv2
Groups: jlink
Conflicts: j-link-software-and-documentation
Replaces: j-link-software-and-documentation
Submitter: AlexisPolti
Maintainer: AlexisPolti (pzl)
Last Packager: AlexisPolti
Votes: 58
Popularity: 0.56
First Submitted: 2016-01-22 00:03 (UTC)
Last Updated: 2026-05-20 15:35 (UTC)

Pinned Comments

AlexisPolti commented on 2017-06-06 15:39 (UTC)

PLEASE, WHEN THERE IS A NEW VERSION AVAILABLE, ALLOW ME AT LEAST 24H TO UPLOAD A NEW PACKAGE! I got a cron monitoring Segger web page every hour and I usually do it in the next minute. But I might (sometimes) sleep… No need to flag the package out of date!

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 14 Next › Last »

fermentedfly commented on 2021-10-18 11:18 (UTC)

Hi, I might be mistaken but it seems the "Firmwares" subfolder from the JLink_Linux_* archive from SEGGER is missing from /opt/SEGGER/JLink

AlexisPolti commented on 2021-04-17 07:35 (UTC)

Added with the correct license, thanx!

taotieren commented on 2021-04-13 15:47 (UTC) (edited on 2021-04-13 15:47 (UTC) by taotieren)

The test found that the udev rules of cmsis-dap need to be configured. After configuration, the jlink and CMSIS-DAP modes can be switched normally through JlinkConfigExe.

sudo cat > /etc/udev/rule.d/99-cmsis-dap.rules << EOF
# Copy this file to /etc/udev/rules.d/
# If rules fail to reload automatically, you can refresh udev rules
# with the command "udevadm control --reload"

# This rules are based on the udev rules from the OpenOCD project, with unsupported probes removed.
# See http://openocd.org/ for more details.
#
# This file is available under the GNU General Public License v2.0

ACTION!="add|change", GOTO="cmsis_dap_rules_end"

SUBSYSTEM=="gpio", MODE="0660", GROUP="plugdev", TAG+="uaccess"

SUBSYSTEM!="usb|tty|hidraw", GOTO="cmsis_dap_rules_end"

# CMSIS-DAP compatible adapters
ATTRS{product}=="*CMSIS-DAP*", MODE="666", GROUP="plugdev", TAG+="uaccess"

LABEL="cmsis_dap_rules_end"
EOF

AlexisPolti commented on 2021-04-08 13:56 (UTC)

I don't think that it's a bug related to the packaging, but rather a bug in the software itself. You should report it to Segger!

taotieren commented on 2021-04-08 13:54 (UTC)

It was successful to change the Jlink startup mode to CMSIS_DAP using JlinkConfigExe, but it was inoperable to change the Jlink startup mode of CMSIS_DAP mode to Jlink.

AlexisPolti commented on 2021-03-30 23:37 (UTC)

Sorry, fixed!

loser137 commented on 2021-03-30 21:14 (UTC)

echo ${sources} (PKGBUILD:39) makes makepkg --packagelist output an additional empty line. This breaks pacaur.

AlexisPolti commented on 2021-01-14 12:56 (UTC)

Done! But as I don't have any board with aarch64 architecture I can't test the releases. Use at you own risks :-)

BTW, thanx for the parch!

nickray commented on 2021-01-13 23:08 (UTC)

Hiya, thanks for maintaining this! Would you mind adding aarch64 as supported architecture? This patch seems to do the trick: https://gist.github.com/nickray/e7e08178b5afe9722eb2683e6e969524

AlexisPolti commented on 2021-01-09 15:37 (UTC)

Hmmm AFAIK, pacaur has been unmaintained since at least 3 years : https://www.reddit.com/r/archlinux/comments/7k5suz/pacaur_now_unmaintained/

My PKGBUILD might be malformed, but you should consider switching to another package helper, sorry :/