How to seperate building/flashing of MCUBoot and the Application?

Hi,

Currently when building an application for mcuboot the bootloader will also be build and when flashing the application the bootloader will also be flashed using the merged image.

I would like to get more in control and be able to build and flash the bootloader separately and the same for the application. I have not been able to find any documentation regarding this.

Can anyone tell me how to archive this?

Br,

Kuno

Parents
  • Hi,

    Could you expand a bit on your motivation for why you want to build the bootloader and application separately? Is it because you want to save time, flash only either the bootloader or the application or other?

    I would recommend that you keep building the bootloader and application simultaneously as that ensures that signing of the images to proceed properly.

    Kind regards,
    Andreas

Reply
  • Hi,

    Could you expand a bit on your motivation for why you want to build the bootloader and application separately? Is it because you want to save time, flash only either the bootloader or the application or other?

    I would recommend that you keep building the bootloader and application simultaneously as that ensures that signing of the images to proceed properly.

    Kind regards,
    Andreas

Children
Related