Hi there,
I'm using nrfutil (nrfutil version 6.0.1) to dfu via ble (dongle),
Mac (10.15.2), windows (10), linux (raspbian) have been tried out to update the firmware
none has successfully updated the firmware
the command line used to update firmware is </nrfutil dfu ble -pkg <FilePath> -ic NRF52 -n "<DeviceName>" -f>
for windows extra </-p COM1> was added which was the dongle com port,
for raspbian, it was a deadend since the beginning of installation as the latest version available for module (pc-ble-driver-py) was 0.11.4, while requirements was 0.14.1, so I assumed to have it working first on the other 2 platforms,
so, I got for Mac the following error:
and for windows I got the following error:
eventually I'd like to wrap the code into another python module,
any idea what could possibly be wrong or missing?