Skip to content

Commit f8222d2

Browse files
alstrzebonskirlubos
authored andcommitted
doc: fast_pair: release-notes-changelog: Add nRF54LM20 release notes
Adds notes related to changing memory map and crypto backend for nRF54LM20. Jira: NCSDK-34491 Jira: NCSDK-34490 Signed-off-by: Aleksander Strzebonski <[email protected]>
1 parent 4b94a9b commit f8222d2

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,25 @@ Bluetooth Mesh samples
259259
Bluetooth Fast Pair samples
260260
---------------------------
261261

262-
|no_changes_yet_note|
262+
* :ref:`fast_pair_locator_tag` sample:
263+
264+
* Updated:
265+
266+
* The memory layout for the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target to make more space for the application code.
267+
This change in the nRF54LM20 partition map is a breaking change and cannot be performed using DFU.
268+
As a result, the DFU procedure will fail if you attempt to upgrade the sample firmware based on one of the |NCS| v3.1 releases.
269+
* The application and MCUBoot configurations for the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target to use the CRACEN hardware crypto driver instead of the Oberon software crypto driver.
270+
Note, that the Fast Pair subsystem still uses the Oberon software library.
271+
The application image signature is verified with the CRACEN hardware peripheral.
272+
* The MCUBoot configuration for the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target to use the KMU-based key storage.
273+
The public key used by MCUboot for validating the application image is securely stored in the KMU hardware peripheral.
274+
To simplify the programming procedure, the samples are configured to use the automatic KMU provisioning.
275+
The KMU provisioning is performed by the west runner as a part of the ``west flash`` command when the ``--erase`` or ``--recover`` flag is used.
276+
277+
* :ref:`fast_pair_input_device` sample:
278+
279+
* Updated the application configuration for the ``nrf54lm20dk/nrf54lm20a/cpuapp`` board target to use the CRACEN hardware crypto driver instead of the Oberon software crypto driver.
280+
Note, that the Fast Pair subsystem still uses the Oberon software library.
263281

264282
Cellular samples
265283
----------------

0 commit comments

Comments
 (0)