• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..22-Aug-2025-

src/22-Aug-2025-

swapped_app/22-Aug-2025-

sysbuild/22-Aug-2025-

CMakeLists.txt A D22-Aug-2025239 106

README.rst A D22-Aug-2025619 1310

prj.conf A D22-Aug-2025238 95

sysbuild.cmake A D22-Aug-2025992 2723

sysbuild.conf A D22-Aug-202532 21

testcase.yaml A D22-Aug-20252.2 KiB7877

README.rst

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