Hi, I am having problems provisioning the sparkfun nrf9160.
I already checked with Nordic, but so far seems no good solution.
link here: https://devzone.nordicsemi.com/f/nordic-q-a/104167/sdk-nrf-samples-cellular-nrf_provisioning-undefined-symbol-nrf_provisioning_rx_buf_sz
Now I even updated the SDK to the main latest, but still I got stuck here at AT+CFUN=4. I even switched the system to linux from Windows just in case. This is the output after run claim_and_provision_device.py
`Loading CA and key…
Opening serial port…
Selected serial port: /dev/ttyUSB0
Disabling modem…
-> at AT+CFUN=4
`
But if I access it from putty and manually type “at AT+CFUN=4”, it will react and pause.
Do you know what is current way to provision the board?
Thanks
/CJ