Hi everyone,
i wrote a dockerfile with all nedeed dependencies and toolchain setups for software development of nRF9160DK. I would link to use Visual Studio Code running on the docker container with nRF Connect extension.
Until now i'm able to create a sample project, modify and build it correctly without errors. The problem arises when i need to flash it to the board. So i install the SEGGER JLINK driver, then i use usbipd following the instruction available online. Until now i'm able to see the board inside visual studio code (bottom part of the extension) and with 'lsusb' i correctly see the SEGGER JLink USB device, but when i press the "Flash" button i get the following errors:
I'm wondering if it is possible or not to do the flashing procedure on windows host.
Thanks in advance,
Salvo.