Hi everyone,
I am in the process of programming a DFU via UART. I currently have in memory only the softdevice including the MBR and the bootloader.
If I enter in nrfutil
nrfutil dfu serial -pkg app_dfu_package_blinky.zip -p COM5 -b 57600
I get the following all the time:
[------------------------------------] 0%
So it seems that the update does not start. The application alone (i.e. without bootloader) runs without problems. When I flash the application and bootloader together, the application is also called directly by the bootloader. Only the firmware update does not seem to work. How can I solve the problem?
BR
Louis