Skip to content

Commit f06edbf

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 eb527df commit f06edbf

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/nrf-bm/release_notes/release_notes_changelog.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ 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 36KiB to 31KiB for the `bm_nrf54l15dk/nrf54l05/cpuapp/s115_softdevice/mcuboot`, `bm_nrf54l15dk/nrf54l10/cpuapp/s115_softdevice/mcuboot` and `bm_nrf54l15dk/nrf54l15/cpuapp/s115_softdevice/mcuboot` board targets
3636

3737
DFU
3838
===
3939

40-
No changes since the latest nRF Connect SDK Bare Metal release.
40+
* 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).
41+
This feature can be controlled with sysbuild Kconfigs :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
42+
* UART MCUmgr application code has been split off into a library to facilitate reuse in other applications
4143

4244
Logging
4345
=======

0 commit comments

Comments
 (0)