mgmt: mcumgr: grp: os_mgmt: Add firmware uploader boot type
Adds firmware uploader to the output of bootloader mode for MCUboot Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
9b30b7405e
commit
b236e5bd11
2 changed files with 11 additions and 0 deletions
|
@ -231,6 +231,15 @@ config MCUBOOT_BOOTLOADER_MODE_DIRECT_XIP_WITH_REVERT
|
|||
to downgrade running application, but note that MCUboot may do that
|
||||
if application with higher version will not get confirmed.
|
||||
|
||||
config MCUBOOT_BOOTLOADER_MODE_FIRMWARE_UPDATER
|
||||
bool "MCUboot has been configured in firmware updater mode"
|
||||
select MCUBOOT_IMGTOOL_OVERWRITE_ONLY
|
||||
help
|
||||
MCUboot will only boot slot0_partition for the main application but has
|
||||
an entrance mechanism defined for entering the slot1_partition which is
|
||||
a dedicated firmware updater application used to update the slot0_partition
|
||||
application.
|
||||
|
||||
endchoice # MCUBOOT_BOOTLOADER_MODE
|
||||
|
||||
config MCUBOOT_BOOTLOADER_MODE_HAS_NO_DOWNGRADE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue