NRF TOOLKIT + dfu_application.zip

Hi

Want to OTA update my nrf5340

dfu_application.zip is built in my build/zephyr folder.

I try to use this file with the nrf toolkit(nRF Device Firmware Update).

but when issue the update(start) all failed with logg saying, 

content of my zip file

Should I be able to use the zip file without modification and use it in nRF toolkit(android 12) ?

"The build system will automatically place both the application core and the network core update binaries (app_update.bin and net_core_app_update.bin) into a container package named dfu_application.zip. This container package can be used by update tools to pass both images during the simultaneous update of multiple images."

Related