Skip to content

Commit 1edc609

Browse files
annwojrlubos
authored andcommitted
doc: update mcuboot support info
Updated mcuboot section in features of. Added link to the nrf54L15 datasheet. Signed-off-by: Anna Wojdylo <[email protected]>
1 parent 7756cc7 commit 1edc609

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

doc/nrf/app_dev/companion_components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following table lists the available companion components:
4141
- :ref:`mcuboot:mcuboot_ncs`
4242
* - `Trusted Firmware-M (TF-M) <TF-M documentation_>`_
4343
- Platform security architecture reference implementation aligning with PSA Certified guidelines, enabling chips, Real Time Operating Systems and devices to become PSA Certified.
44-
- :ref:`nRF91 Series devices <ug_nrf91>`, :ref:`nRF54L15 PDK <ug_nrf54l>`, :ref:`nRF54H20 DK <ug_nrf54h20_gs>`, :ref:`nRF5340 DK <ug_nrf5340>`, :ref:`Thingy:53 <ug_thingy53>`
44+
- :ref:`nRF91 Series devices <ug_nrf91>`, :ref:`nRF54L15 DK <ug_nrf54l>`, :ref:`nRF54H20 DK <ug_nrf54h20_gs>`, :ref:`nRF5340 DK <ug_nrf5340>`, :ref:`Thingy:53 <ug_thingy53>`
4545
- :file:`ncs/modules/tee/tf-m` (external module), :file:`ncs/nrf/modules/trusted-firmware-m` (integration files)
4646
- :ref:`ug_tfm`
4747
* - :ref:`bootloader`

doc/nrf/app_dev/device_guides/nrf54l/features.rst

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,15 @@ See the :ref:`nfc_samples` and :ref:`lib_nfc` for the samples and libraries that
123123
MCUboot bootloader support
124124
**************************
125125

126-
The nRF54L15 DK supports MCUboot as its bootloader, in the experimental phase.
127-
This means the following:
126+
The nRF54L15 DK supports MCUboot as its bootloader.
127+
The following features are supported:
128128

129-
* Only software cryptography is supported.
130-
* Single image pair is supported for dual-bank Device Firmware Update (DFU) targeted at the CPU application (the ``nrf54l15dk/nrf54l15/cpuapp`` board target).
131-
* MCUboot can be configured as a first-stage bootloader (second-stage bootloader functionality is not yet available).
132-
* Serial recovery mode is also not yet supported.
129+
* Software and hardware-based :ref:`cryptography<ug_nrf54l_cryptography>`
130+
* Hardware key management
131+
* Single image pair for dual-bank Device Firmware Update (DFU) targeted at the CPU application (the ``nrf54l15dk/nrf54l15/cpuapp`` board target)
132+
* Configuring MCUboot as a first-stage bootloader
133+
134+
The second-stage bootloader functionality and the serial recovery mode are currently not supported.
133135

134136
Supported DFU protocols
135137
=======================

doc/nrf/app_dev/device_guides/nrf54l/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Zephyr and the |NCS| provide support and contain board definitions for developin
2121
* - :ref:`zephyr:nrf54l15dk_nrf54l15`
2222
- PCA10156
2323
- ``nrf54l15dk/nrf54l15/cpuapp``
24-
- :ref:`Getting started <gsg_other>`
24+
- * `nRF54L15 Datasheet`_
25+
* :ref:`Getting started <gsg_other>`
2526
- `nRF54L15 System-on-Chip`_
2627
* - :ref:`nRF54L05 emulation on the nRF54L15 DK <emulated-nrf54l05>`
2728
- PCA10156

doc/nrf/app_dev/device_guides/nrf54l/testing_dfu.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ To compile the SMP server sample for testing secondary image slots on external S
1616

1717
.. code-block:: console
1818
19-
west build -b nrf54l15dk/nrf54l15/cpuapp -d build/smp_svr_54l zephyr/samples/subsys/mgmt/mcumgr/smp_svr -T sample.mcumgr.smp_svr.bt.nrf54l15pdk.ext_flash
19+
west build -b nrf54l15dk/nrf54l15/cpuapp -d build/smp_svr_54l zephyr/samples/subsys/mgmt/mcumgr/smp_svr -T sample.mcumgr.smp_svr.bt.nrf54l15dk.ext_flash
2020
2121
.. group-tab:: DTS partitioning
2222

2323
To build with the DTS partitioning, run the following command:
2424

2525
.. code-block:: console
2626
27-
west build -b nrf54l15dk/nrf54l15/cpuapp -d build/smp_svr_54l_d zephyr/samples/subsys/mgmt/mcumgr/smp_svr -T sample.mcumgr.smp_svr.bt.nrf54l15pdk.ext_flash.pure_dts
27+
west build -b nrf54l15dk/nrf54l15/cpuapp -d build/smp_svr_54l_d zephyr/samples/subsys/mgmt/mcumgr/smp_svr -T sample.mcumgr.smp_svr.bt.nrf54l15dk.ext_flash.pure_dts
2828
2929
This configuration sets up the secondary image slot on the serial flash memory installed on the nRF54L15 DK.
3030
It also enables the relevant SPI and the SPI NOR flash drivers.

doc/nrf/app_dev/device_guides/pmic/npm1300.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,10 @@ The following boards in the `Zephyr`_ open source project and in the |NCS| are c
5353
| ``nrf54h20dk_nrf54h20_cpuppr``
5454
- | `Objective Product Specification <nRF54H20 Objective Product Specification 0.3.1_>`_
5555
| :ref:`Getting started <ug_nrf54h20_gs>`
56-
* - :ref:`zephyr:nrf54l15pdk_nrf54l15`
56+
* - :ref:`zephyr:nrf54l15dk_nrf54l15`
5757
- nPM1300 EK
5858
- PCA10156
59-
- | ``nrf54l15pdk/nrf54l15/cpuapp`` for the PDK revision v0.2.1, AB0-ES7 (Engineering A).
60-
| ``[email protected]/nrf54l15/cpuapp`` for the PDK revisions v0.3.0 and v0.7.0 (Engineering A).
59+
- | ``nrf54l15dk/nrf54l15/cpuapp``
6160
- --
6261
* - :ref:`zephyr:nrf5340dk_nrf5340`
6362
- nPM1300 EK

doc/nrf/links.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -704,6 +704,8 @@
704704
.. _`nRF91x1 Power saving mode setting`: https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/nw_service/cpsms.html
705705
.. _`nRF91x1 modem trace activation %XMODEMTRACE`: https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/mob_termination_ctrl_status/xmodemtrace.html
706706

707+
.. _`nRF54L15 Datasheet`: https://docs.nordicsemi.com/bundle/ps_nrf54L15/page/keyfeatures_html5.html
708+
707709
.. _`nRF53 Series`: https://docs.nordicsemi.com/category/nrf-53-series
708710

709711
.. _`nRF5340 Product Specification`: https://docs.nordicsemi.com/bundle/ps_nrf5340/page/keyfeatures_html5.html

samples/matter/template/README.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,6 @@ For example:
124124
125125
west build -p -b nrf54l15dk/nrf54l15/cpuapp/ns
126126
127-
.. note::
128-
129-
The firmware built for ``nrf54l15dk/nrf54l15/cpuapp/ns`` will not work on the nRF54L15 PDK.
130-
131127
.. matter_template_build_with_tfm_end
132128
133129
Device Firmware Upgrade support

0 commit comments

Comments
 (0)