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 reply. Yet I am not sure what is working at your end. I think still there is gap in understanding. Let me share example code with more explanation and expectations.

    Here is my updated smp_svr example. In default example, I have added logic to use my custom netcore firmware (same as multicore)

    6518.smp_svr.zip

    Now, after building smp_svr for ble, I can find two binary files inside build/cpunet/zephyr as shown below,

    Now, when I try to update network core using zephyr.bin or signed_by_b0_app.bin, I am getting below error,
    Image Error

    And also image is not included in dfu_application.zip which is found inside build/zephyr/.

    My expectation is to have upgradable bin file which I can provide for update and also the same file should be included inside dfu_application.zip.

    Please let me know if you have any query for my issue or expectation. Please share your suggestions or updated smp_svr code to accomplish my expectations.

Children
Related