Skip to content

Commit be9c4be

Browse files
hakonfamrlubos
authored andcommitted
doc: fixes to migration guide and user guide for nrf54h20
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]>
1 parent a30fb62 commit be9c4be

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

doc/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Installing nRF Util and its commands
157157
Using the nRF54H20 DK with the |NCS| version |release| requires the following:
158158

159159
* nRF Util version 7.13.0 or higher
160-
* nRF Util ``device`` version 2.7.8
160+
* nRF Util ``device`` version 2.7.10
161161
* nRF Util ``trace`` version 3.10.0
162162
* nRF Util ``suit`` version 0.9.0
163163

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

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

184-
#. Install the nRF Util ``device`` command version 2.7.8 as follows::
184+
#. Install the nRF Util ``device`` command version 2.7.10 as follows::
185185

186-
nrfutil install device=2.7.8 --force
186+
nrfutil install device=2.7.10 --force
187187

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

doc/nrf/releases_and_maturity/migration/migration_guide_2.9.0-nrf54h20-rc1.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ nRF54H20 SoC binaries
8787

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

90+
#. Purge the device again as follows::
91+
92+
nrfutil device recover --core Application --serial-number <serial_number>
93+
nrfutil device recover --core Network --serial-number <serial_number>
94+
9095
#. Erase the device again as follows::
9196

9297
nrfutil device erase --all --core Network --serial-number <snr>
@@ -127,11 +132,11 @@ nrfutil device
127132

128133
.. toggle::
129134

130-
* ``nrfutil device`` has been updated to version 2.7.8.
135+
* ``nrfutil device`` has been updated to version 2.7.10.
131136

132-
Install the nRF Util ``device`` command version 2.7.8 as follows::
137+
Install the nRF Util ``device`` command version 2.7.10 as follows::
133138

134-
nrfutil install device=2.7.8 --force
139+
nrfutil install device=2.7.10 --force
135140

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

0 commit comments

Comments
 (0)