Hi there,
Our current understanding is that when building an application using NCS, the images of of MCUBoot and the application gets merged into merged.hex.
We however would like to be able to build MCUBoot in its own seperate project (SES/VS Code). This will allow us to easily customize the bootloader where needed and also access the sources:
1) Is this possible? Is there an example project for this?
2) Please provide information on how to set this up/configure/build MCUBoot separately.
Our application is developed in IAR, using a different OS than Zephyr. This thus requires us to build MCUBoot separately. We will then boot from MCUBoot using Zephyr, into our application using a different OS.
3) If not possible to build separately, will we be able to use an example project (e.g. blinky), configure the bootloader from there, and just use the child image generated for the bootloader before merged.hex is created, in order to boot into our application?
Kind regards,
Frikkie Badenhorst