building mcuboot as a separate .hex / .bin file

Hi,

I am to understand that mcuboot & application are built in a single .hex file generated in build folder.
I need to compile mcuboot separately & not as a part of firmware file.

Kindly suggest how to do this & what are the dependencies that will have to be managed to compile mcuboot independently.

Thanks,

Parents Reply
  • Hello ,

    Thanks, Actually this is what I was looking at.


    3833.peripheral_lbs_BL653.7z

    In the attached project I am building DFU sample app provided by nordic for BL653: devzone.nordicsemi.com/.../ncs-dfu

    I have 4 more questions:


    1. In this project, at path "peripheral_lbs_BL653\build\zephyr", I am to understand that application build file is present at this location, Does this application build file have mcuboot code as well.?

    2. At the path "peripheral_lbs_BL653\build\mcuboot\zephyr", I am to understand that mcuboot build file is present as you said..?

    build/mcuboot/zephyr/zephyr.hex

    3. mcuboot zephyr.hex is being generated separately at the aforementioned path, Is it getting integrated into the application build file at path "peripheral_lbs_BL653\build\zephyr"...?

    4. How can I flash this mcuboot build file found at the path "peripheral_lbs_BL653\build\mcuboot\zephyr" separately into the board..?

    Thanks,

    Ubaid

Children
Related