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
  • Thanks for the response.

    My question may not be clear. When we build NRF5340, it gets NCS hci_rpmsg sample application as network core.
    I would like to get rid of it and so I added multi image build in my application code base which add child image as my own network core applicaiton.

    I am able to do it but custom network core application (which is inside application code directory) binary is not available in dfu_package.zip. 
    So my question is while adding child image, how we can specify binary name and path of child image. Also how we can add it inside zip.

Children
Related