Package Details: jlink-software-and-documentation 60:7.96f-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.77
First Submitted: 2016-01-22 00:03 (UTC)
Last Updated: 2024-04-24 15:02 (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 10 11 Next › Last »

AlexisPolti commented on 2020-08-23 17:19 (UTC)

So, I did a quick port for armv7h of the Segger link tools (just the flashing utilites, the rest doen't exist). I donc endure to maintain is as much as the rest of the architectures, but I'll do my best :-)

AlexisPolti commented on 2020-08-23 16:34 (UTC)

OK I see what you mean. Sadly I don't have the time to maintain another binary architecture which I don't use. I might try in the future. But if in the meantime you want to maintain this arch, I can add you as co-dev!

Best regards !

PS : Just to know, in PKBUILD, i686 is for 32 bits x86 CPU, x86_64 is for 64 bits x86 CPU, but I don't know the id for ARM CPU such as the ones one the Raspi. If you know it, that light help! :)

beber007 commented on 2020-08-23 15:22 (UTC)

@AlexisPolti: I wanted to use a Raspberry Pi with archlinux to program a MCU with jlink. When I tried to install your package on the raspberry pi, I got a message that said the platform is not supported. But the ARM binaries of Jlink tools are provided by Segger. So I will know if it is possible for them to be added to your package?

AlexisPolti commented on 2020-08-23 13:13 (UTC)

@beber07: I'm not sure to understand what you mean by "ARM version". Could you elaborate please ? Best regards

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"