Hello
After building the whole environment of Zephyr and the rest, I downloaded the Serial_LTE_Modem build_nrf9160dk_nrf9160_ns example under Segger IDE to nRF9160 (PCA 10056, S140).
The download is OK. Trying to builds the whole solutions were failed, with an error of missing psa_crypto_driver_wrappers.c.obj.d and psa_crypto_slot_management.c.obj.d files.
Trying to do the same with the build_nrf9160dk_nrf9160 sample, and it fails with missing CONFIG_FW_INFO_MAGIC_LEN definition, and 22 compilation/build errors.
I've tried another sample (asset_tracker) which was build OK.
I read all the relevant documentation, but nothing says anything regarding configuration, except some weird line regarding replace and include in the _slm_description doc. (lines 299-304)
I'm working with Segger V5.68, sdk: v1.8.0
What I am doing wrong?
Please advice
