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

Secure vs Non-Secure Build (NRF9160, ZephyrOS)

Can someone point me to where I can find some information about the secure vs non-secure builds and what considerations are required for either? Currently I'm trying to create an out of tree build for a custom board without modifying the nrfConnect repo but am running into spl.c build errors related to this in the boilerplate.cmake file.

if(${BOARD} STREQUAL nrf9160_pca10090ns)
    set(BOARD nrf9160_pca10090)
    message("Changed board to secure nrf9160_pca10090 (NOT NS)")
endif()

Related