Skip to content

Commit c87c709

Browse files
committed
doc/nrf/../nrf54l/dfu_config: add note key revocation procedure
Added node with explanation on the need for rebooting the device in order to perform key revocation action. ref.: NCSDK-33212 Signed-off-by: Andrzej Puzdrowski <[email protected]> Signed-off-by: Anna Wojdylo <[email protected]>
1 parent 3276f46 commit c87c709

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ Key invalidation occurs after reboot, and the confirmed application invalidates
130130
A valid signature verification must precede any key invalidation.
131131
The last remaining key cannot be invalidated.
132132

133+
.. note::
134+
Once the application running in test mode confirms its stability, it will reboot the device to enable MCUboot to invalidate the keys.
135+
Until this reboot occurs, the application should avoid collecting further firmware updates or performing any erase or write operations on the image storage partition.
136+
133137
Images encryption
134138
*****************
135139

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ To perform a FOTA update, complete the following steps:
125125
For samples using random HCI identities, the Test and Confirm mode should not be used.
126126

127127
#. Wait for the DFU to finish and then verify that the new application works properly by observing the new device name visible in the Device Manager app.
128+
#. After confirming if the advanced tool mode was used, reset the device again.
129+
This ensures that the new application runs correctly and allows you to revoke old signature keys if desired.
128130

129131
.. fota_upgrades_over_ble_nrfcdm_common_dfu_steps_end
130132

0 commit comments

Comments
 (0)