sysbuild: images: bootloader: Add RAM load note

Adds a note about MCUboot RAM requirements for this

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-09-10 08:27:29 +01:00 committed by Anas Nashif
parent 525f2b9153
commit 3406515f12
1 changed files with 3 additions and 0 deletions

View File

@ -102,6 +102,9 @@ config MCUBOOT_MODE_RAM_LOAD
from there. The image must be linked to execute from RAM, the address that it is copied
to is specified using the load-addr argument when running imgtool.
Note: RAM must be assigned to the bootloader that is not used by the application in this
mode so that the bootloader is able to function until the application has booted.
config MCUBOOT_MODE_FIRMWARE_UPDATER
bool "Firmware updater"
help