We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 525f2b9 commit 3406515Copy full SHA for 3406515
share/sysbuild/images/bootloader/Kconfig
@@ -102,6 +102,9 @@ config MCUBOOT_MODE_RAM_LOAD
102
from there. The image must be linked to execute from RAM, the address that it is copied
103
to is specified using the load-addr argument when running imgtool.
104
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
+
108
config MCUBOOT_MODE_FIRMWARE_UPDATER
109
bool "Firmware updater"
110
help
0 commit comments