This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Command to create a soft device and bootloader combined image

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?

Parents
  • 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.

Reply
  • 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.

Children
No Data
Related