Hello,
I am trying to upload certificates to my nrf9160 chip on a custom board. I have done the following:
1. Loaded AT_CLIENT from the samples
2. Tested all AT commands are working nominally (AT, CFUN etc)
3. Forced the modem into offline state (AT+CFUN=4) as required
4. In the certificate manager view, copied in all certificates and added a custom security tag (these are not nrf cloud certs)
5. Hit update certificates
This causes the console to say "Updating CA certificate..." and get stuck forever.
I then wanted to check by manually adding the certs via: AT%CMNG=0, 201, 0,"CERT" but the AT_Client freezes.
I have been able to upload via CLI before (bypassing the AT commands) and this worked, but hoping to overcome the AT command issue.
I am interacting with AT commands via UART connected to the board rather than USB with the DKs, could this be an issue?
Any help in diagnosing would be greatly appreciated.
Sam