Skip to content

Commit c3ce43a

Browse files
doc: nrf-bm: includes: program_sample: Add note about MCUboot KMU usage
Add note about MCUboot KMU usage and key provisioning to sample programming template. Signed-off-by: Eivind Jølsgard <[email protected]>
1 parent 33a457e commit c3ce43a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/nrf-bm/includes/program_sample.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@ Follow these steps to program this sample:
88
#. To flash the application you have built, select your build folder in the `Applications View`_.
99
Then, click :guilabel:`Flash` in the `Actions View`_ after connecting the device to the terminal.
1010

11+
.. note::
12+
13+
When using the MCUboot board variants with KMU (default), ``west flash --erase`` or ``west flash --recover`` must be used during first programming of a board to program the KMU with the keys.
14+
In |VSC|, hover the :guilabel:`Flash` in the `Actions View`_, then click :guilabel:`Erase and Flash to Board` appearing to the right, besides :guilabel:`More actions`.
15+
1116
For more details, see `How to flash an application`_ in |VSC| extension documentation.

0 commit comments

Comments
 (0)