This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF9160 example: serial_lte_modem - build fail on ses

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

Parents
  • Hello Amanda

    I have success to load and run the sample, but....

    After receiving OK from the AT#SOCKET=1,1,0\r\n command I could not success to AT#XCONNECT="google.cm",80\r\n command, even I am working precisely according to your example (you may find it at the sample documentation), and in the picture below (the example.com was replaced with google.com, port 80).

    What I am missing?

    Thanks

    Evyatar

Reply
  • Hello Amanda

    I have success to load and run the sample, but....

    After receiving OK from the AT#SOCKET=1,1,0\r\n command I could not success to AT#XCONNECT="google.cm",80\r\n command, even I am working precisely according to your example (you may find it at the sample documentation), and in the picture below (the example.com was replaced with google.com, port 80).

    What I am missing?

    Thanks

    Evyatar

Children
Related