Hello
I am following example on :
examples/dfu/secure_dfu_test_images/ble/nrf52832
when flashing:
sd_s132_bootloader_buttonless_with_setting_page_dfu_secure_ble_debug_without_bonds.hex
and then performing DFU with presigned .zip: hrs_application_s132.zip
update works as expected
but when I try creating my own DFU image:
nrfutil pkg generate --debug-mode --application hrs_application_s132.hex app_dfu_package.zip --hw-version 52
update fails
please advice