Hi!
I had some time with the Thingy:91 and was able to get my own application running on the device using the nRF Connect Programmer application.
To eliminate the need for clicking around I'd like to be able to flash the device using the CLI.
I've tried to find information on this but I can only find documentation referencing a dedicated debugger, like nRF9160 DK.
But I do not own one of those, and knowing that the nRF Programmer uses nrfjprog under the hood I was convinced it should be able to work on the CLI somehow.
Unfortunately I wasn't able to figure it out myself, `nrfjprog --ids` doesn't show any IDs, even though the Thingy:91 is connected and it actually is showing up in the nRF Programmer application.
And - as expected - running `nrfjprog -f nrf91 --program build/zephyr/app_signed.hex --sectorerase -r` results in an error:
"ERROR: There is no debugger connected to the PC."
I hope I'm on the right track...
Is there any way I could flash the device from the CLI?
Thanks!