Package Details: nrfconnect-appimage 4.4.1-1

Git Clone URL: https://aur.archlinux.org/nrfconnect-appimage.git (read-only, click to copy)
Package Base: nrfconnect-appimage
Description: Cross-platform development software for Bluetooth Low Energy and cIoT
Upstream URL: https://www.nordicsemi.com/Products/Development-tools/nRF-Connect-for-desktop
Licenses: Commercial
Submitter: kumen
Maintainer: kumen
Last Packager: kumen
Votes: 6
Popularity: 0.000157
First Submitted: 2019-10-31 19:17 (UTC)
Last Updated: 2024-03-27 15:23 (UTC)

Latest Comments

SawXu commented on 2023-12-15 06:27 (UTC)

The AppImage upgraded to 4.3.0.

This is URL: https://github.com/NordicSemiconductor/pc-nrfconnect-launcher/releases/download/v4.3.0/nrfconnect-4.3.0-x86_64.AppImage

Veazus commented on 2023-02-06 03:41 (UTC)

Installing this package itself was fine. However, installing any nRF Connect SDK using this tool would fail because there were two older shared libraries used that would cause the SDK install to fail.

A work around that worked for me was to do the following

ln -srf /usr/lib/libunistring.so.5.0.0 /usr/lib/libunistring.so.2
ln -srf /usr/lib/libcrypt.so.2.0.0 /usr/lib/libcrypt.so.1

I am not sure what the future side effects of doing that may be. Just wanted to post this somewhere since it took me a while to figure out what was happening.

kumen commented on 2021-11-14 13:30 (UTC)

@dyno, thanks for it, updated straight to v3.9.0

dyno commented on 2021-11-09 04:08 (UTC) (edited on 2021-11-09 04:58 (UTC) by dyno)

Can I post this here?

diff --git a/PKGBUILD b/PKGBUILD
index 93f939a..aebaa6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: kumen
 pkgname="nrfconnect-appimage"
-pkgver=3.7.1
+pkgver=3.8.0
 pkgrel=1
 pkgdesc="Cross-platform development software for Bluetooth Low Energy and cIoT"
 arch=("x86_64")
@@ -11,10 +11,10 @@ url="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect
 license=('Commercial')
 options=(!strip)

-_file_name="nrfconnect-3.7.1-x86_64.AppImage"
+_file_name="nrfconnect-${pkgver}-x86_64.AppImage"

-source=("https://github.com/NordicSemiconductor/pc-nrfconnect-launcher/releases/download/v3.7.1/${_file_name}")
-sha256sums=('ac9f893e1dff78760b26ed0f6237012c02ceb0346902ad796b43b784a9cdb291')
+source=("https://github.com/NordicSemiconductor/pc-nrfconnect-launcher/releases/download/v${pkgver}/${_file_name}")
+sha256sums=('556d73f099c85ee4e5b0ecdd2935582317f68008492482809171289356042178')

 prepare(){
    # mark as executable

qbvt commented on 2020-09-27 23:30 (UTC)

Hi, nRF provides udev rules that are necessary to recognize and flash devices with USB support (in my case, the nRF5280, probably others too). I made a PKGBUILD for this. It could be helpful to have it as optional dependency here.

https://aur.archlinux.org/packages/nrf-udev/

kumen commented on 2020-09-08 20:51 (UTC)

Thanks for contribution. Just little correction of source link in .SRCINFO

marza commented on 2020-09-08 13:54 (UTC)

https://github.com/mavaa/nrfconnect-appimage/tree/v3.5.0

Adjusted the files to install v3.5.0 here and installed successfully on my machine. Feel free to update the AUR package if I've set up everything correctly (or yell at me if I'm supposed to submit this another way).

eceforge commented on 2020-03-30 00:19 (UTC)

The dependency for jlink-software-and-documentation really should be required. This software can't perform the basic function of connecting to devkits etc without it.