Dear Nordic Team,
Thanks for support.
I try to make zip file generation using command promt as per the nordic document(How to generate the INIT file for the DFU.pdf). Command : nrf dfu genpkg --application [application].hex --application-version [version] --softdevice [softdevice].hex --bootloader [bootloader].hex --dev-type [type] --dev-revision [revision] --sd-req [list of supported Soft Device ids] [name of the distribution packet].zip
Zip file was successfully generated but it contain the two bin files and two .dat file. But in example file contain one bin file and one dat file.
I want to know it was correct procedure?????