This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF Command Line Tools not Running On Linux

I'm trying to install and run the nRF Command Line Tools, but am running into issues.  I was able to successfully install the Linux32 version of the tools, but when I go to run it, I get a "no Such FIle or Directory".

The OS I'm running is Ubuntu 20.04.3 64-bit.  I tried installing the Linux64 bit version, but it refused to install. When running the *.deb installer, Ubuntu's software center would just sit there with a spinning wheel.

Is there something I'm missing about how to run nrfjprog?

  • Hello Seth,

    could you please try the following?

    user@user:~$ sudo dpkg -i <your-path-where-the-deb-is-located>/nrf-command-line-tools_10.15.2_amd64.deb
    (Les database ... 210638 filer og kataloger er for øyeblikket installerte.)
    Preparing to unpack .../nrf-command-line-tools_10.15.2_amd64.deb ...
    Unpacking nrf-command-line-tools (10.15.2) over (10.15.1) ...
    Set opp nrf-command-line-tools (10.15.2) ...
    
    user@user:~$ nrfjprog --version
    nrfjprog version: 10.15.2 external
    JLinkARM.dll version: 7.58b
    
    user@user:~$ 

    Does this work and look similar to above? If not, could you share the output?

    Thanks & regards,

    Markus

  • Thanks Markus, that does solve the problem.

    I'm not sure why the dpkg installer works, while the Ubuntu GUI software installer wouldn't take that file.

Related