NRF5340 multicore image dfu package not have net core binary

Hi,

I am using NRF5340DK and NCS2.1.0. I am able to have network core source code in my application using multicore (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multi_image.html). 

But I would like to have bin file of custom net core inside zephyr and dfu_package zip file. Please suggest a way to do it.

Parents Reply
  •  

    May be I found the issue but not solution.
    So wihen we use hci_rpmsg example as network core, it first configured netcore and then mcuboot. But when we use our own network core firmware as attached smp_svr.zip, it first configured mcuboot and then netcore. 
    But as per nrf/modules/mcuboot/CMakeLists.txt, cpunet_signed_app_hex should be set first and so netcore image is not signed and not added in dfu package. Here is code snippet,


    If my understanding is correct and issue is correct, can you provide guidance to correct the sequece of the configuration.

Children
Related