Package Details: jlink-software-and-documentation 62:8.10g-0

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: 54
Popularity: 0.45
First Submitted: 2016-01-22 00:03 (UTC)
Last Updated: 2024-11-14 16:32 (UTC)

Sources (26)

Pinned Comments

AlexisPolti commented on 2019-10-29 19:59 (UTC)

Please allow me at least 24h to build the new package! :)

Latest Comments

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

AlexisPolti commented on 2021-10-18 11:26 (UTC)

Thanx @fermentedfly for pointing this out! Fixed :-)

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