Skip to content

Commit 2ebb265

Browse files
greg-fernordicjm
authored andcommitted
doc: mcuboot: mention DFU for output file usage
Added mention of DFU in line 24 about the output files. NCSIDB-856. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent ca23ed5 commit 2ebb265

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/mcuboot/readme-ncs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The |NCS| includes MCUboot-specific integration files located in the :file:`modu
77

88
You can use MCUboot in the |NCS| in one of the following roles:
99

10-
* As an `Immutable first-stage bootloader`_ that can perform device firmware updates to the application.
10+
* As an `Immutable first-stage bootloader`_ that can perform device firmware updates (DFU) to the application.
1111
Enable :kconfig:option:`SB_CONFIG_BOOTLOADER_MCUBOOT` in sysbuild to use it in this role.
1212
* As an `Second-stage upgradable bootloader`_ that can perform device firmware updates to both itself and the application.
1313
Enable both :kconfig:option:`SB_CONFIG_BOOTLOADER_MCUBOOT` and :kconfig:option:`SB_CONFIG_SECURE_BOOT_APPCORE` in sysbuild to use it in this role.
@@ -21,7 +21,7 @@ See the following user guides for more information on adding, configuring, and t
2121
* `Customizing the bootloader`_
2222
* `Signature keys`_
2323

24-
When you add MCUboot to your application build, the files that can be used for firmware over-the-air (FOTA) upgrades are automatically generated.
24+
When you add MCUboot to your application build, the |NCS| build system will automatically generate files that you can use for firmware upgrades (DFU or FOTA).
2525
See the `MCUboot output build files`_ page for a list of all these files.
2626

2727
Using MCUboot in the direct-xip mode

0 commit comments

Comments
 (0)