Package Details: nrf-command-line-tools 10.24.1-0

Git Clone URL: https://aur.archlinux.org/nrf-command-line-tools-bin.git (read-only, click to copy)
Package Base: nrf-command-line-tools-bin
Description: The nRF Command Line Tools is used for development, programming and debugging of Nordic Semiconductor's nRF51, nRF52, nRF53 and nRF91 Series devices.
Upstream URL: https://www.nordicsemi.com/Products/Development-tools/nrf-command-line-tools/download
Keywords: nrf nrf51 nrf52 nrf53 nrf91
Licenses: Commercial
Conflicts: mergehex, nrfjprog
Provides: mergehex, nrfjprog
Submitter: taotieren
Maintainer: taotieren (parthitce)
Last Packager: taotieren
Votes: 2
Popularity: 0.020531
First Submitted: 2022-03-11 11:59 (UTC)
Last Updated: 2024-04-13 05:54 (UTC)

Dependencies (8)

Required by (0)

Sources (2)

Latest Comments

marek22k commented on 2024-01-09 16:55 (UTC) (edited on 2024-01-09 16:55 (UTC) by marek22k)

It is possible to fully build it yourself (including the *.so files)?

taotieren commented on 2023-10-23 01:53 (UTC)

@rflmota Thanks for the feedback, have split it into two packages

rflmota commented on 2023-10-18 08:08 (UTC)

I'm getting the following issue after installing the package:

❯ nrfjprog --ids
ERROR: nrfjprog config file not found. Please reinstall nrfjprog.
NOTE: For additional output, try running again with logging enabled (--log).
NOTE: Any generated log error messages will be displayed.

parthitce commented on 2023-03-05 07:07 (UTC)

byte-compiling /var/tmp/pamac-build-parthiban/nrf-command-line-tools-bin/pkg/nrf-command-line-tools-bin/usr/lib/python3.10/site-packages/pynrfjprog/Hex.py to Hex.cpython-310.pyc
writing byte-compilation script '/tmp/tmpcl7iazuo.py'
/usr/bin/python /tmp/tmpcl7iazuo.py
removing /tmp/tmpcl7iazuo.py
running install_egg_info
Traceback (most recent call last):
  File "/var/tmp/pamac-build-parthiban/nrf-command-line-tools-bin/src/nrf-command-line-tools/python/setup.py", line 28, in <module>
    setup(
  File "/usr/lib/python3.10/site-packages/setuptools/__init__.py", line 108, in setup
    return distutils.core.setup(**attrs)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 185, in setup
    return run_commands(dist)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/core.py", line 201, in run_commands
    dist.run_commands()
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 969, in run_commands
    self.run_command(cmd)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 1221, in run_command
    super().run_command(command)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 988, in run_command
    cmd_obj.run()
  File "/var/tmp/pamac-build-parthiban/nrf-command-line-tools-bin/src/nrf-command-line-tools/python/setup.py", line 12, in run
    install.run(self)
  File "/usr/lib/python3.10/site-packages/setuptools/command/install.py", line 68, in run
    return orig.install.run(self)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/command/install.py", line 708, in run
    self.run_command(cmd_name)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 318, in run_command
    self.distribution.run_command(command)
  File "/usr/lib/python3.10/site-packages/setuptools/dist.py", line 1221, in run_command
    super().run_command(command)
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.ensure_finalized()
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized
    self.finalize_options()
  File "/usr/lib/python3.10/site-packages/setuptools/command/install_egg_info.py", line 25, in finalize_options
    ei_cmd = self.get_finalized_command("egg_info")
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 305, in get_finalized_command
    cmd_obj.ensure_finalized()
  File "/usr/lib/python3.10/site-packages/setuptools/_distutils/cmd.py", line 111, in ensure_finalized
    self.finalize_options()
  File "/usr/lib/python3.10/site-packages/setuptools/command/egg_info.py", line 253, in finalize_options
    if pd is not None and pd.key == self.egg_name.lower():
AttributeError: 'PathDistribution' object has no attribute 'key'
==> ERROR: A failure occurred in package().
    Aborting...

Unable to install the package with above error