Hi There,
How can I create a combined soft device and bootloader image/zip using the nrfutil.exe?
Is it possible to have an image/zip with both the application, bootloader and soft device?
Hi There,
How can I create a combined soft device and bootloader image/zip using the nrfutil.exe?
Is it possible to have an image/zip with both the application, bootloader and soft device?
You need to specify the information that will be added to the init packet in addition to the hex files, i.e.
nrf dfu genpkg softdevice_bootloader.zip --bootloader <name of bootloader>.hex --softdevice <name of softdevice>.hex --application-version 0xFFFFFFFF --dev-revision 0xFFFF --dev-type 0xFFFF --sd-req 0xFFFE
Please see this InfoCenter page for more information on the usage of the nRF utility tool.
You need to specify the information that will be added to the init packet in addition to the hex files, i.e.
nrf dfu genpkg softdevice_bootloader.zip --bootloader <name of bootloader>.hex --softdevice <name of softdevice>.hex --application-version 0xFFFFFFFF --dev-revision 0xFFFF --dev-type 0xFFFF --sd-req 0xFFFE
Please see this InfoCenter page for more information on the usage of the nRF utility tool.