Skip to content

Commit 3406515

Browse files
nordicjmnashif
authored andcommitted
sysbuild: images: bootloader: Add RAM load note
Adds a note about MCUboot RAM requirements for this Signed-off-by: Jamie McCrae <[email protected]>
1 parent 525f2b9 commit 3406515

File tree

1 file changed

+3
-0
lines changed
  • share/sysbuild/images/bootloader

1 file changed

+3
-0
lines changed

share/sysbuild/images/bootloader/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ config MCUBOOT_MODE_RAM_LOAD
102102
from there. The image must be linked to execute from RAM, the address that it is copied
103103
to is specified using the load-addr argument when running imgtool.
104104

105+
Note: RAM must be assigned to the bootloader that is not used by the application in this
106+
mode so that the bootloader is able to function until the application has booted.
107+
105108
config MCUBOOT_MODE_FIRMWARE_UPDATER
106109
bool "Firmware updater"
107110
help

0 commit comments

Comments
 (0)