This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

SEGGER nRF Connect Sample

Hello together, 

I am trying to work with the SEGGER software and would like to test it with a Sample from the nRF Connect SDK.

I've installed it over the Toolchain application and I am using the nRF9160 board.

When I choose an sample I get an error notification every time.

At example by choosing the 'MQTT' sample I get the error:

I am not very experienced and don't know what to do. 
Would be thankful for every suggestion. 

With best regards, 

js

Parents Reply
  • Did you remember to install the nRF Command Line Tools? You can find it here.

    Can you try to update the toolchain through Toolchain Manager?

    You can check if you have west installed by using

    west --version
     

    in a terminal. It should give you something like "West version: v0.7.3" if it is installed. If you don't have west installed and none of the suggestions above solved your problem, you can install west with

    pip3 install west

    Best regards,

    Marte

Children
Related