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

NRF91 - Solution load command failed (1)

I am trying to setup a VM (Ubuntu 19.04) that has the complete setup for NRF91 development.  I have been following the instructions in the nrfConnect 3.2.0 - getting Started assistant.   All steps successfully passed the "verify" operation.

I tried to import the AssetTracker example:

I keep getting the error:

How can I debug this issue?

Parents
  • Hi.

    When building an application for the nRF9160, you generally want it to run in the non-secure domain, as this is required to communicate with the modem.

    To build your application as non-secure, please use the nrf9160_pca10090ns board (notice the "ns" at the end).

    When changing board name or configurations in prj.conf you should also check the "Clean Build Directory" box.

    Best regards,

    Didrik

    P.S.

    If you get a window called "JavaScript Alert", that is where you will find most information about what went wrong.

Reply
  • Hi.

    When building an application for the nRF9160, you generally want it to run in the non-secure domain, as this is required to communicate with the modem.

    To build your application as non-secure, please use the nrf9160_pca10090ns board (notice the "ns" at the end).

    When changing board name or configurations in prj.conf you should also check the "Clean Build Directory" box.

    Best regards,

    Didrik

    P.S.

    If you get a window called "JavaScript Alert", that is where you will find most information about what went wrong.

Children
Related