NCS Bare Metal - Build images separately

Hello

Is there a possibility to build MCUBoot, SoftDevice, Firmware Loader and Application separately and then merge it manually? Or to build MCUboot + SoftDevice + Firmware Loader and separately Application, and merge them manually?

If so, could you guide me on how to do it e.g. on mcuboot_recovery_entry sample?

Regards,
Filip

Parents Reply
  • So you suggest to build the sample application samples/boot/mcuboot_recovery_entry and use its firmware loader for merging with custom applications?

    Maybe I should describe what I want to achieve.
    I want to have a repository with firmware loader (based on the nrf-bm/applications/firmware_loader/ble_mcumgr but with my custom changes) and use it as bootloader submodule for various applications. I want to be able to build this firmware loader separately from the application. Then, I want to build the application itself and merge it with the firmware loader, mcuboot and softdevice into one hexfile. Is it possible?

    Regards,
    Filip

Children
Related