File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed
doc/nrf/app_dev/device_guides/nrf54l Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -38,23 +38,11 @@ Provisioning keys to the board
3838******************************
3939
4040Before 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
You can’t perform that action at this time.
0 commit comments