You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: boot: Fix bootloader.mcuboot boot loop for nrf platforms
Nordic platforms default to SWAP_USING_MOVE configuration.
The swapped_app image, added via ExternalZephyrProject_Add,
wasn't receiving the swap method configuration from sysbuild,
resulting in a boot loop due to configuration mismatch
between swapped_image and mcuboot.
This fix ensures proper configuration propagation and prevents
similar mismatches in future scenarios.
Signed-off-by: Artur Hadasz <[email protected]>
0 commit comments