nRF9160 KEYGEN AT Command Issue

Hello, we are seeing an issue when using the KEYGEN AT command to generate a CBOR object as dictated in the provisioning steps for nRF Cloud: https://docs.nrfcloud.com/Guides/GettingStarted/Devices

I see that the key is written to memory by checking AT%CMNG=1, but I do not get an output string in response and thus cannot continue with provisioning. Our FAE helped us identify that the AT Monitor is trying to allocate heap space for the response, and we tried increasing heap size by using `CONFIG_AT_MONITOR_HEAP_SIZE=1024` in the `prj.conf` with no effect. On the nrf91 logs, I am not seeing any error messages about heap size. We are using the SLM program.

Modem FW Version 1.3.1
NCS Version 2.0.0

Parents Reply Children
  • Wait.  Here is the entire output:

    %KEYGEN:"MIIBCTCBrwIBADAvMS0wKwYDVQQDDCQ1MDRiNTgzOS0zNzM1LTRkNzEtODA2OC0xNDE2NGM3NGE0NGQwWTATBgcqhkjOPQIBBggqhkjOPQMBBwNCAATlKIQdFYs4sUZy4BW6Zcvsge2lzKha2LMiW-lNM4dFbfedPIk6v-oFLjgRdquYuW_go0sdAHYeFbW2kLRUIKEToB4wHAYJKoZIhvcNAQkOMQ8wDTALBgNVHQ8EBAMCA-gwDAYIKoZIzj0EAwIFAANHADBEAiA9xlIJW0l25i9pM3OxTOWQVy5fV2rGDsKkMwCsLWD3TwIgGBmmdumjX6jWe5kmLUgx7T2-u4sgvaLu4KVkWoCYWFc.0oRDoQEmoQRBIVhL2dn3hQlQUEtYOTc1TXGAaBQWTHSkTUELWCBhM5caHRDBXSsuyOhyX_ovdeibUKQ-xognwA-uWTUWnFAV_0IlB1Kb3Ia_38b93rflWEDxBkoNJeJNlAZTZdCETVBOKLWxDuKt-J3CuW17rUWsEuvRiArHUzgsNyBRepuXm7ITslxOw3CtwWuoDjh64gB6"

    I can see a dot about 2/3 down the string, Fc.0o.  Is what I am getting correct?

Related