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

AT%CMNG=1 reporting error

I am using the v1.0.0 sdk at_client sample project with the v1.0.0 LTE Link Monitor on an 0.8.2 nRF9160-DK board.  I have upgraded the modem firmware to 1.0.0.

The AT%CMNG=1 command is returning error and I am unclear on what I am doing wrong.  I have not tried this on previous versions of modem firmware, but from other posts on devzone it appeared to work.

SPM: NS image at 0xc000
SPM: NS MSP at 0x20023b68
SPM: NS reset vector at 0xe325
SPM: prepare to jump to Non-Secure image.
***** Booting Zephyr OS v1.14.99-ncs2 *****
The AT host sample started
AT+CFUN?
+CFUN: 4
OK
at+cmee=1
OK
at%cmng=1
ERROR
at%cmng=1,16842753,0
%CMNG: 16842753,0,"0000000000000000000000000000000000000000000000000000000000000000"
OK
at%cmng=2,16842753,0
ERROR

I am attempting to view and extract the certificate authority chain credential from my working DK system and add it to a prototype board with what I presume is an empty store of credentials.  But the AT%CMNG=1 command results in an error on the prototype board as well.

Is there something obvious I am missing?

Also, how much space is available for credential storage within the modem?

regards,

Steve

Related