I am trying to get the nrf cloud provisioning sample to work with the nrf9151 feather.
The sample builds fine:
west build --build-dir C:/tmp/nrf_provisioning . --pristine --board circuitdojo_feather_nrf9151/nrf9151/ns -- -DNCS_TOOLCHAIN_VERSION=NONE -DBOARD_ROOT="C:/flarehalo/nfed" -DEXTRA_CONF_FILE="overlay-at_shell.conf" -DEXTRA_CONF_FILE="overlay-large_cert.conf"
The firmware deploys and the board resets:
PS C:\xxx\nrf\samples\cellular\nrf_provisioning> C:\Users\xxx\.cargo\bin\probe-rs.exe download --chip nRF9151_xxAA --binary-format hex C:\tmp\nrf_provisioning\merged.hex
Erasing ✔ 100% [####################] 188.00 KiB @ 35.30 KiB/s (took 5s)
Finished in 11.77s
PS C:\xxx\nrf\samples\cellular\nrf_provisioning> C:\Users\xxx\.cargo\bin\probe-rs.exe reset --chip nRF9151_xxAA
However when I reset the board there is no output on the serial port. no reset/start message on reset, no way to enter AT commands.
What am I missing?