Ubuntu 20.04 "Installing automatically" broken - nrfjprog not found

Hi folks,

i followed the "Installing automatically" instructions on a fresh Ubuntu 20.04 installation via the Toolchain Manager to install SDK v2.0.0

https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/gs_assistant.html#gs-assistant

In VS Code i get the following error about a missing nrfjprog but i installed the tools via the nrf-command-line-tools_10.17.2_amd64.deb package:

$ whereis nrfjprog
nrfjprog: /usr/local/bin/nrfjprog /opt/nrf-command-line-tools/bin/nrfjprog

In addition VS Code complains about a "Shell initialization conflicts nRF Connect terminal profile". But its a vanilla Ubuntu 20.04 install and the .bashrc is completely unmodified.

$ code --version
1.70.1
6d9b74a70ca9c7733b29f0456fd8195364076dda
x64

$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 20.04.4 LTS
Release:    20.04
Codename:    focal

Toolchain Manager v1.1.3

Cheers

Parents
  • It seems like nrfjprog is not correctly installed when installing the .deb package:

    $ nrfjprog -v
    ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
    ERROR: reinstall latest JLinkARM from Segger webpage.
    NOTE: For additional output, try running again with logging enabled (--log).
    NOTE: Any generated log error messages will be displayed.

Reply
  • It seems like nrfjprog is not correctly installed when installing the .deb package:

    $ nrfjprog -v
    ERROR: JLinkARM DLL load failed. Try again. If it keeps failing, please
    ERROR: reinstall latest JLinkARM from Segger webpage.
    NOTE: For additional output, try running again with logging enabled (--log).
    NOTE: Any generated log error messages will be displayed.

Children
No Data
Related