Hello,
Secure Boot has now been renamed to SPM. What tutorial are you following?
Please follow the Getting started Assistant in nRF Connect for Desktop. (Not the same as nRF Connect SDK (NCS)) After installing, please start the program and click "Add/Remove Apps". This menu will allow you to add the "Getting Started Assistant (v0.9.2)". Following the assistant will ensure that you have the latest version of NCS.
When compiling using the latest version NCS, both SPM and the sample you want to program are combined into one .hex (multi-image) file that you can program. See this link for more information information. Be aware that Segger Embedded Studio 4.16 does not support debugging multi-image projects,
Kind regards,
Øyvind
is this the one?
Ah, sorry
Can you please exit Segger Embedded Studio, and delete every build folder in the Asset Tracker folder (nrf\applications\asset_tracker). Now follow this guide.
Let me know how that works for you.
Kind regards,
Øyvind
I got these errors while building the asset tracker(which I did after deleting the build folder) as told by you.
Did you get this error before deleting the folder as well?
Yes,I did get the error before deleting the folder too.
Ah, that's good information for me to know.
That explains why there is no merged.hex in the build folder.
The best solution for you is to focus on one support ticket: #228915 and solve this first.
Ah, that's good information for me to know.
That explains why there is no merged.hex in the build folder.
The best solution for you is to focus on one support ticket: #228915 and solve this first.
Can you please help me with that ticket?I am not getting any reply on that.
Yes, of course, that is why I'm here
In Segger Embedded Studio 4.16, go to File -> Open nRF Connect SDK Project. Make sure to choose nrf9160_pca10090ns under board name. This should solve your issue.
I was doing it with that option only and getting the error.
When I compile the asset tracker application using nrf9160_pca10090, I get the same error as you:

When I compile the application using nrf9160_pca10090ns, I get:

But I am doing it in non secure mode only and still getting the error.Why so?