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

nrf9160_pca10090 missing from Zephyr directory on ncs v1.3.1

Hi,

I am very green with Nordic's tool chain, so this is probably my fault. 

I used the toolchain manager to download v1.3.1 and it worked fine, but I can't follow first steps because nrf9160_pca10090 is missing. 

I tried an indexed search, it's just not on my machine at all. It's not in the wrong directory. 

This is all I get. Thanks in advance for your help. Brent. 

Parents
  • Hi,

    nrf9160_pca10090 was the old board name for nRF9160 DK. From v1.3.0 and out you should instead use "nrf9160dk_nrf9160" as board name. You will probably be building the application in the non-secure domain, and therefore should remember ns at the end of the build target, so you should use "nrf9160dk_nrf9160ns".

    Since you mention you're new to Nordic's tools, I would recommend taking a look at our nRF Connect SDK tutorial. The tutorial is for v.1.3.0, but it should work fine with v1.3.1 as well. If you haven't already, you should also look at our getting started page for nRF Connect SDK (NCS). There you can also find the different board names to use, among other information that will be helpful when developing with nRF9160 DK and NCS.

    Best regards,

    Marte

Reply
  • Hi,

    nrf9160_pca10090 was the old board name for nRF9160 DK. From v1.3.0 and out you should instead use "nrf9160dk_nrf9160" as board name. You will probably be building the application in the non-secure domain, and therefore should remember ns at the end of the build target, so you should use "nrf9160dk_nrf9160ns".

    Since you mention you're new to Nordic's tools, I would recommend taking a look at our nRF Connect SDK tutorial. The tutorial is for v.1.3.0, but it should work fine with v1.3.1 as well. If you haven't already, you should also look at our getting started page for nRF Connect SDK (NCS). There you can also find the different board names to use, among other information that will be helpful when developing with nRF9160 DK and NCS.

    Best regards,

    Marte

Children
No Data
Related