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

0.7.0-15.alpha software version

When using the 0.7.0-15.alpha firmware release. What is the best application side code to go with it. Should still tag v0.3 be used of: zephyr, nrfconnect and nrfxlib?

Especially with respect to the GPS this would be crucial - since there has only been the gps-sim.c code to take of the gps until now....what flags should be used for correct gps operation with0.7.0-15.alpha?

Parents Reply
  • In v0.3 SPM was previously named Secure Boot, this is now SPM. As the nRF9160 is running Cortex M33, it includes TrustZone which enables secure and non-secure domains. That is the reason for why we have divided the board into PCA10090s and PCA10090ns.

    Updating your SDK with West will ensure the latest tag v0.4.0-rc2, and when building both SPM and <sample-project> will be merged into one hex. More information here and here. Be aware that the current version of SES 4.16 does not support the merged hex, but we have a workaround here.

    There have also been issues with v0.3 and the newest modem FW, another reason to move away from the old version.

    Hope this answers your question regarding the SPM. Let me know if anything is unclear.

    Kind regards,
    Øyvind

Children
Related