Browse Source

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>
pull/79676/head
Jamie McCrae 10 months ago committed by Anas Nashif
parent
commit
3406515f12
  1. 3
      share/sysbuild/images/bootloader/Kconfig

3
share/sysbuild/images/bootloader/Kconfig

@ -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 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. 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 config MCUBOOT_MODE_FIRMWARE_UPDATER
bool "Firmware updater" bool "Firmware updater"
help help

Loading…
Cancel
Save