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 @@ -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
You can’t perform that action at this time.
0 commit comments