@@ -191,9 +191,12 @@ Using the nRF54H20 DK with the |NCS| version |release| requires the following:
191191
192192 nrfutil install device=2.7.2 --force
193193
194- #. Install the nrf-regtool version 7.0.0 as follows: :
194+ #. Install the nrf-regtool version 7.0.0:
195195
196- pip install nrf-regtool==7.0.0
196+ a. Open nRF Connect for Desktop, navigate to the Toolchain Manager, select the |release | toolchain, and click the :guilabel: `Open terminal ` button.
197+ #. In the terminal window, install ``nrf-regtool `` version 7.0.0 as follows::
198+
199+ pip install nrf-regtool==7.0.0
197200
198201.. _ug_nrf54h20_gs_bringup :
199202
@@ -265,31 +268,6 @@ To transition the LCS to ``RoT``, do the following:
265268
266269 nrfutil device x-adac-lcs-change --life-cycle rot --serial-number <serial_number>
267270
268- #. Verify the new lifecycle state of the nRF54H20::
269-
270- nrfutil device x-adac-discovery --serial-number <serial_number>
271-
272- The output will look similar to the following::
273-
274- *serial_number*
275- adac_auth_version 1.0
276- vendor_id Nordic VLSI ASA
277- soc_class 0x00005420
278- soc_id [e6, 6f, 21, b6, dc, be, 11, ee, e5, 03, 6f, fe, 4d, 7b, 2e, 07]
279- hw_permissions_fixed [00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00]
280- hw_permissions_mask [01, 00, 00, 00, 87, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00, 00]
281- psa_lifecycle LIFECYCLE_ROT (0x2000)
282- sda_id 0x01
283- secrom_revision 0xad3b3cd0
284- sysrom_revision 0xebc8f190
285- token_formats [TokenAdac]
286- cert_formats [CertAdac]
287- cryptosystems [Ed25519Sha512]
288- Additional TLVs:
289- TargetIdentity: [ff, ff, ff, ff, ff, ff, ff, ff]
290-
291- The lifecycle state (``psa_lifecycle``) is now correctly set to *Root of Trust* (``LIFECYCLE_ROT (0x2000)``)
292-
293271#. After the LCS transition, reset the device::
294272
295273 nrfutil device reset --reset-kind RESET_PIN --serial-number <serial_number>
0 commit comments