Skip to content

Commit 78fc8a3

Browse files
committed
doc: release_notes: Add changes on DFU
Adds the recent changes to DFU to the documentation Signed-off-by: Jamie McCrae <[email protected]>
1 parent 2daeadf commit 78fc8a3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,18 @@ No changes since the latest nRF Connect SDK Bare Metal release.
3232
Boards
3333
======
3434

35-
No changes since the latest nRF Connect SDK Bare Metal release.
35+
* MCUboot partition size has been reduced from 36 KiB to 31 KiB for the following board targets:
36+
37+
* `bm_nrf54l15dk/nrf54l05/cpuapp/s115_softdevice/mcuboot`
38+
* `bm_nrf54l15dk/nrf54l10/cpuapp/s115_softdevice/mcuboot`
39+
* `bm_nrf54l15dk/nrf54l15/cpuapp/s115_softdevice/mcuboot`
3640

3741
DFU
3842
===
3943

40-
No changes since the latest nRF Connect SDK Bare Metal release.
44+
* Support for KMU usage for MCUboot keys has been added, along with west auto-provisioning support (`west flash --erase` or `west flash --recover` must be used during first programming of a board to program the KMU with the keys).
45+
This feature can be controlled with sysbuild Kconfig options :kconfig:option:`SB_CONFIG_BM_BOOTLOADER_MCUBOOT_SIGNATURE_USING_KMU` to use KMU for key storage and :kconfig:option:`SB_CONFIG_BM_BOOTLOADER_MCUBOOT_GENERATE_DEFAULT_KMU_KEYFILE` to auto-provision the KMU when using the above west flash commands.
46+
* The code for the UART MCUmgr application has now been refactored into a separate library to facilitate reuse in other applications.
4147

4248
Logging
4349
=======

0 commit comments

Comments
 (0)