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

Dat file problem in dfu zip pack

Hi

Im trying to generate dfu zip package.

Im working on ready hex and zip files in nRF5_SDK_13.0.0_04a0bfd

In examples\dfu\ble_dfu_send_hex\test_images_update_nrf52832, i can load zip file (dfu_test_app_hrm_s132) by nrf toolbox (mobile app) And dfu_test_app_hrm_s132.hex works when loading with nRFGo.

So im trying to make zip file from dfu_test_app_hrm_s132.hex I see bin file is same but dat file differs.

I used nrfutil.exe from python and master control panel.

For example; nrfutil pkg generate --hw-version 52 --application-version 1 --application dfu_test_app_hrm_s132.hex --sd-req 0x98 --key-file private.key dfu_test_app_hrm_s132z.zip

nrfutil pkg generate --hw-version 52 --sd-req 0x98 --application-version 4 --application dfu_test_app_hrm_s132.hex --key-file private.pem dfu_test_app_hrm_s132.zip

I tried many thngs and confused.

Related