diff --git a/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader.rst b/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader.rst index 57608dd0258f..7104930523d9 100644 --- a/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader.rst +++ b/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader.rst @@ -7,7 +7,7 @@ Secure bootloader chain :local: :depth: 2 -The |NCS| (NCS) secure bootloader solutions are built on the *chain of trust* concept. +The |NCS| secure bootloader solutions are built on the *chain of trust* concept. By using this secure bootloader chain, you can ensure that all code being executed has been authorized and that your application is protected against running altered code. If, for example, an attacker tries to modify your application, or you have a bug in your code that overwrites parts of the application firmware image, the secure bootloader chain detects that the firmware has been altered and your application does not start. @@ -46,7 +46,7 @@ After all of the images in the bootloader chain have been verified successfully, Architecture ************ -The |NCS| (NCS) currently supports two implementations: +The |NCS| currently supports two implementations: * The first implementation provides the first stage in the chain, the immutable :ref:`bootloader`, which could be either |NSIB| or :doc:`MCUboot `. It does not support bootloader upgradability, but it is useful if you need just the capability to update your application. diff --git a/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader_adding.rst b/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader_adding.rst index 796cb5800873..af401a679392 100644 --- a/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader_adding.rst +++ b/doc/nrf/config_and_build/bootloaders_and_dfu/bootloader_adding.rst @@ -299,7 +299,7 @@ Adding MCUboot as an upgradable bootloader To use MCUboot as an upgradable bootloader to your application, complete the following steps: -1. :ref:`Add |NSIB| as the immutable bootloader `. +1. :ref:`Add nRF Secure Immutable Bootloader as the immutable bootloader `. #. Add MCUboot to the boot chain by including the :kconfig:option:`CONFIG_BOOTLOADER_MCUBOOT` Kconfig option with either the build command or in the application's :file:`prj.conf` file: .. code-block::