Skip to content

Commit

Permalink
doc: fixing shortcuts in bootloader docs
Browse files Browse the repository at this point in the history
We had a couple of instances with the abbreviation NCS and
a shortcut not opening within a link. This PR fixes them.

Signed-off-by: Pekka Niskanen <pekka.niskanen@nordicsemi.no>
  • Loading branch information
peknis authored and rlubos committed Aug 25, 2023
1 parent 74e8c6c commit 4f7ca3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/nrf/config_and_build/bootloaders_and_dfu/bootloader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 <mcuboot:index-ncs>`.
It does not support bootloader upgradability, but it is useful if you need just the capability to update your application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ug_bootloader_adding_immutable_b0>`.
1. :ref:`Add nRF Secure Immutable Bootloader as the immutable bootloader <ug_bootloader_adding_immutable_b0>`.
#. 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::
Expand Down

0 comments on commit 4f7ca3a

Please sign in to comment.