Package Details: jlink-software-and-documentation 60:7.96e-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: 52
Popularity: 0.92
First Submitted: 2016-01-22 00:03 (UTC)
Last Updated: 2024-04-17 16:27 (UTC)

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 .. 11 Next › Last »

taotieren commented on 2022-06-26 14:03 (UTC)

Hello, can you add JFlashSPIExe.desktop file to JFlashSPIExe. Thank you

casparfriedrich commented on 2022-06-25 22:53 (UTC)

Thanks!

AlexisPolti commented on 2022-06-16 09:46 (UTC)

Sorry! Indeed pacman considers that 7.66 is newer than 7.66c. I forgot to increment epoch ... That should be fixed now!

casparfriedrich commented on 2022-06-16 09:12 (UTC)

Hi, I get this message when I do a system update:

jlink-software-and-documentation: local (45:7.66-0) is newer than AUR (45:7.66c-0)

Apparently pacman does not decode the 'c' as a subversion. Maybe we could (ab-)use pkgrel for that?

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.