• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/04-Jan-2025-2716

swapped_app/04-Jan-2025-4122

sysbuild/04-Jan-2025-21

CMakeLists.txtD04-Jan-2025230 106

README.rstD04-Jan-2025607 1310

prj.confD04-Jan-2025230 95

sysbuild.cmakeD04-Jan-2025966 2723

sysbuild.confD04-Jan-202531 21

testcase.yamlD04-Jan-20251.4 KiB5655

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