File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
app_dev/device_guides/nrf54h
releases_and_maturity/migration Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ Installing nRF Util and its commands
157157Using 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments