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

DFU dfu genpkg Issue

Hello,

I am trying to use the DFU genpkg tool provided by noric for a full application deployment (bootloader, SD, and application). When try tying to do the application alone the tool is succesful

Input:

nrf.exe dfu genpkg j1.zip --application application_nrf51822_xxac.bin --application-version 0xFFFFFFFF --dev-revision 2 --dev-type 1 --sd-req 0x0064

Output:

Zip created at j1.zip

However I attempt to add the bootloader and it doesn't work.

Input:

nrf.exe dfu genpkg j1.zip --application application_nrf51822_xxac.bin --application-version 0xFFFFFFFF --bootloader bootloader_nrf51822_xxac.bin --dev-revision 2 --dev-type 1 --sd-req 0x0064

Output:

image description

What is going on i thought the zip could put together multiple images?

Related