I am trying to connect the DK to AWS.
I got the AT example working and uploaded the certificates. I managed to update the prj.conf file (and then took quite some time to realize that that file is only re-read when opening the example), to configure the project.
When i upload the hex file, it gets stuck in a loop:
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 ***
MQTT AWS Jobs FOTA Sample, version: v1.0.0
Initializing bsdlib
Initialized bsdlib
LTE Link Connecting ...
E: Could not send AT command, error: -8
E: Could not set system mode, error: -8
ASSERTION FAIL [err == 0] @ ../src/main.c:563
LTE link could not be established.
E: r0/a1: 0x00000004 r1/a2: 0x00000233 r2/a3: 0x00000000
E: r3/a4: 0x00037d0e r12/ip: 0x20022f1c r14/lr: 0x0001e8f9
E: xpsr: 0x61000000
E: s[ 0]: 0x00000001 s[ 1]: 0x00000001 s[ 2]: 0x00000001 s[ 3]: 0x00000001
E: s[ 4]: 0x00000001 s[ 5]: 0x00000001 s[ 6]: 0x00000001 s[ 7]: 0x00000001
E: s[ 8]: 0x00000001 s[ 9]: 0x00000001 s[10]: 0x00000001 s[11]: 0x00000001
E: s[12]: 0x00000001 s[13]: 0x00000001 s[14]: 0x00000001 s[15]: 0x00000001
E: fpscr: 0x00000000
E: Faulting instruction address (r15/pc): 0x0003331e
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x20023174 (unknown)
E: Resetting system
Any idea?