Hello. I’m trying to connect a Feather over NTN and need to update the modem firmware for that. I have an NTN enable SIM and have it all running on an nRF9151 SMA DK, and now trying with the Feather.
I’ve got the modem updater with cargo install --git https://github.com/circuitdojo/modem_updater.git but then when i run that it fails:
updater program \Nordic\DT\mfw_nrf9151-ntn_1.0.0-1.alpha.zip
Programming error: An ARM specific error occurred.
and
set RUST_BACKTRACE=full && updater program \Nordic\DT\mfw_nrf9151-ntn_1.0.0-1.alpha.zip
thread 'main' (74500) panicked at src\bin\updater.rs:114:19:
Unable to attach to probe! Error: An ARM specific error occurred.
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
any help on getting this to work, or other approaches for updating the modem?