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

CMake error- Open nRF Connect SDK Project

Hi everyone,

I am a beginner with Nordic SDK. I followed the "Getting Started Assistant" and then try to open asset_tracker project on step 4. During the opening I got this Error.

Can anyone tell me what is the problem?

Regards,

Linh Le

Parents
  • Hi.

    You should select the non-secure version of the board, as bsdlib can only be used from a non-secure application and you need bsdlib to use the modem.

    To select the non-secure version of the board, you must select the version with "ns" at the end of the name, i.e. nrf9160_pca10090ns.

    Best regards,

    Didrik

Reply
  • Hi.

    You should select the non-secure version of the board, as bsdlib can only be used from a non-secure application and you need bsdlib to use the modem.

    To select the non-secure version of the board, you must select the version with "ns" at the end of the name, i.e. nrf9160_pca10090ns.

    Best regards,

    Didrik

Children