Skip to content

Commit 02439b1

Browse files
greg-fernordicjm
authored andcommitted
doc: nRF54LM20 KMU support note edit
Removed notes stating that nRF54LM20 does not support KMU. Checked with the Security and nRF Util teams. Signed-off-by: Grzegorz Ferenc <[email protected]>
1 parent 127888c commit 02439b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ In |NCS|, you can build and program the :zephyr:code-sample:`smp-svr` as any oth
173173
west build -b nrf54l15dk/nrf54l15/cpuapp -T sample.mcumgr.smp_svr.bt.nrf54l15dk.ext_flash
174174
west flash
175175
176-
.. group-tab:: nRF54l15 DK with SPI Flash as update image (DTS partitioning)
176+
.. group-tab:: nRF54L15 DK with SPI Flash as update image (DTS partitioning)
177177

178178
To build with the DTS partitioning, run the following command:
179179

@@ -200,7 +200,7 @@ Provisioning of keys for Hardware KMU
200200

201201
.. note::
202202

203-
The nRF54LM20A SoC currently does not support KMU.
203+
The MCUboot bootloader does not yet support KMU for nRF54LM20.
204204

205205
In case of FOTA implementations using the MCUboot bootloader, which includes hardware cryptography and KMU, you must complete key provisioning before booting any application.
206206
Otherwise, the bootloader :ref:`may not boot the firmware setup and might take unwanted actions<ug_nrf54l_developing_basics_kmu_provisioning_keys>`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Introduction to KMU key provisioning
99

1010
.. note::
1111

12-
The nRF54LM20A SoC currently does not support KMU.
12+
The MCUboot bootloader does not yet support KMU for nRF54LM20.
1313

1414
The nRF54L devices are equipped with a Key Management Unit (KMU) that facilitates secure and confidential storage of keys.
1515
This feature is crucial not only for private keys but also for public keys, as the :ref:`KMU can directly transfer a key to the CRACEN RAM<ug_nrf54l_crypto_kmu_cracen_peripherals>`.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Performing KMU provisioning
99

1010
.. note::
1111

12-
The nRF54LM20A SoC currently does not support KMU.
12+
The MCUboot bootloader does not yet support KMU for nRF54LM20.
1313

1414
The nRF54L devices are equipped with Hardware Key Management Unit (KMU), that requires provisioning when in use.
1515
The |NCS| provides a west command, ``ncs-provision``, allowing to upload keys to the device though the Serial Write Debug (SWD) interface.

0 commit comments

Comments
 (0)