Hello,
i have a device supporting DFU OTA i'd like to create a small tool for flashing firmware from the computer to the device. I've set thr device to DFU mode. Is it possible to upload the firmware using nrfutil?
i've tried:
nrfutil dfu ble -pkg fwpkg.zip -ic NRF52 -n "DfuTarg" -f
but that didn't work out. i receive:
Error: No boards found.
am i doing something wrong?
best