1MCUBoot Swap Testing
2#####################
3
4Tests MCUBoot's image swap support. This application is built in three parts
5using sysbuild. The first application is the MCUBoot bootloader. The second
6application is the main sysbuild target, and will request an image swap
7from MCUBoot when booted. The third application is build with a load address
8adjustment using CONFIG_BUILD_OUTPUT_ADJUST_LMA, and will be the application
9that MCUBoot swaps to when the image swap is requested.
10
11This sequence of applications allows the test to verify support for the MCUBoot
12upgrade process on any platform supporting it.
13