Skip to content

Commit bfd3415

Browse files
greg-ferrlubos
authored andcommitted
doc: kmu_provision: update nrfjprog to nrfutil
Removed the mention of nrfjprog and updated the nrfutil one. Suggested by @evenl in PR #20920. Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
1 parent a196166 commit bfd3415

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

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

+3-15
Original file line numberDiff line numberDiff line change
@@ -38,23 +38,11 @@ Provisioning keys to the board
3838
******************************
3939

4040
Before uploading keys, ensure that the SoC is unprovisioned.
41-
If the SoC has been previously provisioned and you need to use a different set of keys, you must first erase the SoC with the erase command:
41+
If the SoC has been previously provisioned and you need to use a different set of keys, you must first erase the SoC with the following erase command:
4242

43-
.. tabs::
43+
.. code-block::
4444
45-
.. group-tab:: erase using nrfutil
46-
47-
.. parsed-literal::
48-
:class: highlight
49-
50-
nrfutil device erase
51-
52-
.. group-tab:: erase using nrfjprog
53-
54-
.. parsed-literal::
55-
:class: highlight
56-
57-
nrfjprog --eraseall
45+
nrfutil device erase --all
5846
5947
Once you have an unprovisioned SoC, upload keys to the board by running the following command:
6048

0 commit comments

Comments
 (0)