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
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/bootloaders_dfu/mcuboot_nsib/bootloader_main_config.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ The choice of mode determines the specific scheme of the bootloader's operations
48
48
* - Swap using move
49
49
- Executes a dual-bank image swapping algorithm by moving sectors, offering greater efficiency than scratch-based swaps, suitable only for memories with consistent erase block sizes.
- Introduces a new dual-bank image swapping algorithm that moves sectors with optimizations for enhanced speed, applicable to memories with uniform erase block sizes.
@@ -58,26 +58,26 @@ The choice of mode determines the specific scheme of the bootloader's operations
58
58
* - Overwrite
59
59
- Employs a straightforward dual-bank image overwrite algorithm that directly replaces the image.
- Facilitates dual-bank image execution directly from storage, updating by uploading a new image to an alternate bank, eliminating the need for swapping or overwriting NVM.
- Enables dual-bank image execution directly from storage with additional support for reverting to a previous image if necessary, enhancing system reliability.
70
-
- ``CONFIG_MCUBOOT_MODE_DIRECT_XIP_WITH_REVERT``
70
+
- ``CONFIG_BOOT_DIRECT_XIP`` and ``CONFIG_BOOT_DIRECT_XIP_REVERT``
- Provides a dual-bank image firmware loading mode that allows dynamic selection of the image bank for booting the application, accommodating banks of different sizes.
0 commit comments