Package Details: nrf5x-command-line-tools 10.24.2-0

Git Clone URL: https://aur.archlinux.org/nrf5x-command-line-tools.git (read-only, click to copy)
Package Base: nrf5x-command-line-tools
Description: Tools for programming Nordic nRF51, nRF52, nRF53 and nRF91 Series devices
Upstream URL: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Command-Line-Tools
Keywords: mergehex nordic nrfjprog pynrfjprog
Licenses: custom
Conflicts: python-pynrfjprog, python-pynrfjprog-git
Provides: mergehex, nrfjprog, python-pynrfjprog
Submitter: Limoto
Maintainer: pinsl (casparfriedrich)
Last Packager: pinsl
Votes: 19
Popularity: 0.002413
First Submitted: 2016-02-13 22:31 (UTC)
Last Updated: 2024-04-22 08:30 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4

marza commented on 2019-06-21 08:51 (UTC) (edited on 2019-06-21 09:10 (UTC) by marza)

Hey, I think Nordic changed their download URLs along with releasing version 10.1.1. I managed to hack this to work for me by editing the PKBUILD to use new URLs, pkgver & md5. I also had to manually unpack a tarball inside the new tarball before the installation worked, don't know enough about the build system to do that automatically... Got the new urls here if needed:

source_i686=("nRF5x-Command-Line-Tools_${pkgver//./_}_Linux-i386.tar::https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF5-command-line-tools/sw/Versions-10-x-x/nRFCommandLineTools1011Linuxi386tar.gz")

source_x86_64=("nRF5x-Command-Line-Tools_${pkgver//./_}_Linux-x86-64.tar::https://www.nordicsemi.com/-/media/Software-and-other-downloads/Desktop-software/nRF5-command-line-tools/sw/Versions-10-x-x/nRFCommandLineTools1011Linuxamd64tar.gz")

Link to the tools: https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF5-Command-Line-Tools/Download#infotabs

So basically I ran this (after modifying PKGBUILD):

mkpkg -sri (fails after download)
cd src && tar -xvf nRF-Command-Line-Tools_10_1_1_Linux-amd64.tar.gz && cd ..
makepkg -sri (now it works)

Hope that helps in upgrading the package :) I can upload my edited PKBUILD if needed, but I only made changes to the x64 related lines.

Edit: Fixed some linebreaks

AlexisPolti commented on 2017-04-21 14:35 (UTC)

Yes this will work for nRF52 too. Thanx for your comment :)

F1nny commented on 2017-04-20 23:20 (UTC) (edited on 2017-04-20 23:21 (UTC) by F1nny)

This should work with NRF52 I believe yea? Will give it a shot! Mainly wanted to comment to say THANK you for maintaining this package, I'm just getting into embedded stuff and was handed a NRF52 dev board for testing some firmware and super glad to see can cover (hopefully everything) stuff from nix without dealing with a VM this and that, we'll see! Too bad no NRFConnect on the aur, maybe will have to add that!:)

AlexisPolti commented on 2016-12-23 20:00 (UTC)

Sorry for the late update, forgot to add it to my watchlist! Merry Christmas :)

AlexisPolti commented on 2016-09-11 22:07 (UTC) (edited on 2016-09-11 22:08 (UTC) by AlexisPolti)

I've taken over the maintaining of these tools, as I'm maintaining the Segger ones : jlink and co. Should be ok now.