Hi, I might be mistaken but it seems the "Firmwares" subfolder from the JLink_Linux_* archive from SEGGER is missing from /opt/SEGGER/JLink
Search Criteria
Package Details: jlink-software-and-documentation 65:9.44-1
Package Actions
| 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) |
Dependencies (3)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libudev0-shimAUR
- patch (patch-gitAUR)
Required by (47)
- airmcu-jlink-pack
- artery-jlink-pack
- at-link-console-bin (optional)
- at32-bootloader-doc (optional)
- at32-ide-bin (optional)
- at32-ide-project-generate (optional)
- at32-new-clock-configuration (optional)
- at32-openocd-bin (optional)
- at32-work-bench (optional)
- bouffalolab-devcude-bin (optional)
- embedded-studio
- embedded-studio-arm
- embedded-studio-arm-nordic
- embedded-studio-risc-v
- hkmicrochip-jlink-pack
- holtek-jlink-pack
- jlink
- jlink-flush-gui-git
- jlink-systemview
- lckfb-dqx-ra6e2-meta
- Show 27 more...
Sources (26)
- 99-jlink-cmsis-dap.rules
- 99-jlink.rules.patch
- JFlashExe.desktop
- JFlashLiteExe.desktop
- JFlashSPIExe.desktop
- JFlashSPI_CL.desktop
- JLink.svg
- JLinkConfigExe.desktop
- JLinkExe.desktop
- JLinkGDBServer.desktop
- JLinkGUIServerExe.desktop
- JLinkLicenseManager.desktop
- JLinkRegistration.desktop
- JLinkRemoteServer.desktop
- JLinkRTTClient.desktop
- JLinkRTTLogger.desktop
- JLinkRTTViewer.desktop
- JLinkSTM32.desktop
- JLinkSWOViewerExe.desktop
- JLink_Linux_944_arm.tgz
- JLink_Linux_944_arm64.tgz
- JLink_Linux_944_i686.tgz
- JLink_Linux_944_x86_64.tgz
- JMemExe.desktop
- JRunExe.desktop
- JTAGLoadExe.desktop
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)
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 :/
Pinned Comments
AlexisPolti commented on 2017-06-06 15:39 (UTC)