Package Details: jlink-software-and-documentation 65:9.60-2

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.167629
First Submitted: 2016-01-22 00:03 (UTC)
Last Updated: 2026-07-15 22:51 (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

1 2 3 4 5 6 .. 15 Next › Last »

AlexisPolti commented on 2026-06-27 16:07 (UTC) (edited on 2026-06-27 16:23 (UTC) by AlexisPolti)

No need, this md5sum is correct…

taotieren commented on 2026-06-26 02:37 (UTC)

The MD5sum check failed. Can we switch to SHA256sum? Thank you.

...
==> 警告: 跳过依赖关系检查。
==> 获取源代码...
  -> 找到 99-jlink.rules.patch
  -> 找到 99-jlink-cmsis-dap.rules
  -> 找到 JLink.svg
  -> 找到 JFlashExe.desktop
  -> 找到 JFlashLiteExe.desktop
  -> 找到 JFlashSPI_CL.desktop
  -> 找到 JFlashSPIExe.desktop
  -> 找到 JLinkConfigExe.desktop
  -> 找到 JLinkExe.desktop
  -> 找到 JLinkGDBServer.desktop
  -> 找到 JLinkGUIServerExe.desktop
  -> 找到 JLinkLicenseManager.desktop
  -> 找到 JLinkRegistration.desktop
  -> 找到 JLinkRemoteServer.desktop
  -> 找到 JLinkRTTClient.desktop
  -> 找到 JLinkRTTLogger.desktop
  -> 找到 JLinkRTTViewer.desktop
  -> 找到 JLinkSWOViewerExe.desktop
  -> 找到 JMemExe.desktop
  -> 找到 JRunExe.desktop
  -> 找到 JTAGLoadExe.desktop
  -> 正在下载 JLink_Linux_954_x86_64.tgz...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
100     55   0      0 100     55      0    206                              0
==> 正在验证 source 文件,使用md5sums...
    99-jlink.rules.patch ... 通过
    99-jlink-cmsis-dap.rules ... 通过
    JLink.svg ... 通过
    JFlashExe.desktop ... 通过
    JFlashLiteExe.desktop ... 通过
    JFlashSPI_CL.desktop ... 通过
    JFlashSPIExe.desktop ... 通过
    JLinkConfigExe.desktop ... 通过
    JLinkExe.desktop ... 通过
    JLinkGDBServer.desktop ... 通过
    JLinkGUIServerExe.desktop ... 通过
    JLinkLicenseManager.desktop ... 通过
    JLinkRegistration.desktop ... 通过
    JLinkRemoteServer.desktop ... 通过
    JLinkRTTClient.desktop ... 通过
    JLinkRTTLogger.desktop ... 通过
    JLinkRTTViewer.desktop ... 通过
    JLinkSWOViewerExe.desktop ... 通过
    JMemExe.desktop ... 通过
    JRunExe.desktop ... 通过
    JTAGLoadExe.desktop ... 通过
==> 正在验证 source_x86_64 文件,使用md5sums...
    JLink_Linux_954_x86_64.tgz ... 失败
==> 错误: 一个或多个文件没有通过有效性检查!
[E 06-26 10:22:31.387 worker:256] build failed
...

❯ tar -tf ../../aur-repo/aur-repo/jlink-software-and-documentation/JLink_Linux_V954_x86_64.tgz > /dev/null && echo "OK" || echo "Fails"
OK
❯ md5sum ../../aur-repo/aur-repo/jlink-software-and-documentation/JLink_Linux_V954_x86_64.tgz
683eb7d0b7f302e066f334a5687daf37  ../../aur-repo/aur-repo/jlink-software-and-documentation/JLink_Linux_V954_x86_64.tgz
❯ sha256sum ../../aur-repo/aur-repo/jlink-software-and-documentation/JLink_Linux_V954_x86_64.tgz
37a0b8861206c6180dad0a6b06d8e97a59d37b4d4d726279edc711eb12746bf0  ../../aur-repo/aur-repo/jlink-software-and-documentation/JLink_Linux_V954_x86_64.tgz

kokokoshka commented on 2026-06-21 10:42 (UTC)

Works, thank you. I'm sorry to bother you during such a tough situation. Stay strong.

AlexisPolti commented on 2026-06-21 03:29 (UTC)

Done, in a profound mist. If I did something bad, please feel free to submit a patch!

AlexisPolti commented on 2026-06-20 23:11 (UTC)

Sorry, my Mum died last week, I'm not able to do anything. If you have a patch, please submit it. If not, I'll fix it next week

kokokoshka commented on 2026-06-19 21:06 (UTC) (edited on 2026-06-19 21:06 (UTC) by kokokoshka)

Two issues in the current PKGBUILD:

  1. Script/ directory not copied — All DevProExe PCode scripts (.pex files, e.g. PCode_DevPro_ST_STM32F1.pex) are now located in the Script/ directory, not inside DevProExe/ (which is a single executable file). The PKGBUILD copies DevProExe but omits Script/, so DevProExe cannot find its scripts at runtime. Needs Script added to the cp command.

  2. JLinkSTM32.desktop is orphaned — The STM32 Utility was discontinued by SEGGER and last shipped in v9.22 per their website. The binary doesn't exist in the tarball anymore (confirmed on v9.50 through v9.52), but the desktop file is still installed, pointing to a non-existent /usr/bin/JLinkSTM32. Should be removed.

I can prepare a patch if needed.

chiz commented on 2026-06-11 13:11 (UTC)

now is 2026-6-11, how about it?

AlexisPolti commented on 2026-04-22 15:40 (UTC)

Sorry, fixed

xorly commented on 2026-04-22 15:25 (UTC)

I have md5 sum mismatch on aarch64 938 md5sum of JLink_Linux_V938_arm64.tgz is c5ca81701d39730ddc7169bbfde0fda7 on my end