You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,25 @@ Bluetooth Mesh samples
259
259
Bluetooth Fast Pair samples
260
260
---------------------------
261
261
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.
0 commit comments