Skip to content

Commit f2d08c5

Browse files
hakonfambjarki-andreasen
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]> (cherry picked from commit be9c4be)
1 parent d68e04d commit f2d08c5

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
@@ -89,6 +89,11 @@ nRF54H20 SoC binaries
8989

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

92+
#. Purge the device again as follows::
93+
94+
nrfutil device recover --core Application --serial-number <serial_number>
95+
nrfutil device recover --core Network --serial-number <serial_number>
96+
9297
#. Erase the device again as follows::
9398

9499
nrfutil device erase --all --core Network --serial-number <snr>
@@ -129,11 +134,11 @@ nrfutil device
129134

130135
.. toggle::
131136

132-
* ``nrfutil device`` has been updated to version 2.7.8.
137+
* ``nrfutil device`` has been updated to version 2.7.10.
133138

134-
Install the nRF Util ``device`` command version 2.7.8 as follows::
139+
Install the nRF Util ``device`` command version 2.7.10 as follows::
135140

136-
nrfutil install device=2.7.8 --force
141+
nrfutil install device=2.7.10 --force
137142

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

0 commit comments

Comments
 (0)