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 .. 3 4 5 6 7 8 9 10 11 12 Next › Last »

beber007 commented on 2020-08-23 11:40 (UTC)

Hello, would it be possible to add the ARM version. Seems to me that Segger provided the binary (see https://www.segger.com/downloads/jlink/JLink_Linux_arm.tgz) Thanks in advance.

AlexisPolti commented on 2020-07-25 22:07 (UTC)

Hi Taotieren,

I did considered it a few times, but maintaining the other packages (with a lag usually less than 20mn) is already very time consuming. Sorry :/

taotieren commented on 2020-07-25 12:07 (UTC) (edited on 2020-07-25 12:12 (UTC) by taotieren)

Have you considered AUR packaging for embedded-studio? ``` https://www.segger.com/downloads/embedded-studio/ ```

AlexisPolti commented on 2020-07-02 13:29 (UTC)

I'll add the cleanup of the old /etc in a future release (no time now)

AlexisPolti commented on 2020-07-02 12:53 (UTC)

Fixed! Thanx

taotieren commented on 2020-07-02 07:19 (UTC) (edited on 2020-07-25 12:12 (UTC) by taotieren)

JFlashExe

Jflashexe could not open flash device list file [/opt/SEGGER/Jlink/ETC/JFlash/Flash.cvs] 
File not found!

PKGBUILD

#cp --preserve=mode -r ETC/JFlash "${pkgdir}/etc"

Update

cp --preserve=mode -r J* Doc ETC Samples Devices ThirdParty README.txt GDBServer lib* "${pkgdir}/opt/SEGGER/JLink"

AlexisPolti commented on 2020-02-16 17:53 (UTC)

Done! Sorry, did bump :)

sl1pkn07 commented on 2020-02-16 17:38 (UTC)

please quoted the "${srcdir}" for avoid fails paths with whitespaces in the name

no need bump the version for this ;)

AlexisPolti commented on 2020-02-16 15:44 (UTC)

Works for me too! Thanx :)

sl1pkn07 commented on 2020-02-16 11:49 (UTC)

fixed with "${srcdir}" instead of ../..