Skip to content

Latest commit

 

History

History

init packet handling

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Init packet handling

Use https://github.com/NordicSemiconductor/pc-nrfutil to create distribution packets (ZIP) for DFU.

For Legacy DFU use 0_5_x branch. For Secure DFU use the latest version from master branch. The tool is available using pip.

The DFU bootloader from SDK 7.0+ requires an init packet containing additional data. Read more about the init packet in infocenter: https://infocenter.nordicsemi.com/index.jsp

For older versions of the Legacy DFU an init packet with only the 2-byte CRC may be used (optionally).

Secure DFU uses new format of the init packet.

Sources and home pages