Skip to content

Commit

Permalink
doc: fixes to migration guide and user guide for nrf54h20
Browse files Browse the repository at this point in the history
Bump nrfutil device version to include bugfix for erase.
Add purge command after installing new bundle.

Ref: NCSDK-NONE
Signed-off-by: Håkon Amundsen <[email protected]>
  • Loading branch information
hakonfam committed Dec 19, 2024
1 parent 75107cc commit a0c3f8f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Installing nRF Util and its commands
Using the nRF54H20 DK with the |NCS| version |release| requires the following:

* nRF Util version 7.13.0 or higher
* nRF Util ``device`` version 2.7.8
* nRF Util ``device`` version 2.7.10
* nRF Util ``trace`` version 3.10.0
* nRF Util ``suit`` version 0.9.0

Expand All @@ -181,9 +181,9 @@ Using the nRF54H20 DK with the |NCS| version |release| requires the following:

For more information, consult the `nRF Util`_ documentation.

#. Install the nRF Util ``device`` command version 2.7.8 as follows::
#. Install the nRF Util ``device`` command version 2.7.10 as follows::

nrfutil install device=2.7.8 --force
nrfutil install device=2.7.10 --force

#. Install the nRF Util ``trace`` command version 3.10.0 as follows::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ nRF54H20 SoC binaries

nrfutil device x-suit-dfu --firmware nrf54h20_soc_binaries_v0.8.0.zip --serial-number <serial_number>

#. Purge the device as follows::

nrfutil device recover --core Application --serial-number <serial_number>
nrfutil device recover --core Network --serial-number <serial_number>

#. Erase the device again as follows::

nrfutil device erase --all --core Network --serial-number <snr>
Expand Down Expand Up @@ -129,11 +134,11 @@ nrfutil device

.. toggle::

* ``nrfutil device`` has been updated to version 2.7.8.
* ``nrfutil device`` has been updated to version 2.7.10.

Install the nRF Util ``device`` command version 2.7.8 as follows::
Install the nRF Util ``device`` command version 2.7.10 as follows::

nrfutil install device=2.7.8 --force
nrfutil install device=2.7.10 --force

For more information, consult the `nRF Util`_ documentation.

Expand Down

0 comments on commit a0c3f8f

Please sign in to comment.