Hello!
I am having issues loading the firmware onto the nrf9160 feather using Zephyr Tools. The project builds fine, I can find the device (in bootloader mode - solid blue LED) and I can set up newtmgr by using Zephyr Tools: Setup Newtmgr. I am using the Zephyr SDK Tools extension in VS Code on Windows 10
When I run the Zephyr Tools: Load via Bootloader command this is the output I get in the terminal:
* Executing task: zephyr-tools -b
thread 'main' panicked at 'Device found but failed to open: Operation not supported or unimplemented on this platform', src\main.rs:86:27
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
* The terminal process "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -Command zephyr-tools -b" terminated with exit code: 1.
* Terminal will be reused by tasks, press any key to close it.
I should add that I am getting a “Load error! Did you init your project?” error message in VS code at the same time as well
Any hints as to what might be going wrong?
Thanks!