Skip to content

Commit 0061217

Browse files
FrancescoSerrlubos
authored andcommitted
doc: applied post-release doc fixes on 2.9-54h branch
Applied post-release doc fixes on 2.9-54h branch. Signed-off-by: Francesco Domenico Servidio <[email protected]>
1 parent 6c0561d commit 0061217

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
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
@@ -159,7 +159,7 @@ Installing nRF Util and its commands
159159
Using the nRF54H20 DK with the |NCS| version |release| requires the following:
160160

161161
* nRF Util v7.13.0 or higher
162-
* nRF Util ``device`` command v2.7.14
162+
* nRF Util ``device`` command v2.7.15
163163
* nRF Util ``trace`` command v3.1.0
164164
* nRF Util ``suit`` command v0.9.0
165165

@@ -184,11 +184,11 @@ Using the nRF54H20 DK with the |NCS| version |release| requires the following:
184184
For more information, consult the `Upgrading nRF Util core module`_ documentation.
185185

186186
#. Install the required versions of nRF Util commands, as listed above, using the command from `Installing specific versions of nRF Util commands`_.
187-
For example, the following command installs the nRF Util ``device`` command version 2.7.14:
187+
For example, the following command installs the nRF Util ``device`` command version 2.7.15:
188188

189189
.. code-block::
190190
191-
nrfutil install device=2.7.14 --force
191+
nrfutil install device=2.7.15 --force
192192
193193
#. Install the nRF Util ``trace`` command version 3.10.0 as follows::
194194

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@ To generate the keys, follow these steps:
5757

5858
* For the radio core::
5959

60-
python generate_psa_key_attributes_new.py --usage VERIFY_MESSAGE_EXPORT --id 0x40032100 --type ECC_TWISTED_EDWARDS --size 255 --algorithm EDDSA_PURE --location PERSISTENT_CRACEN --key-from-file MANIFEST_RADIOCORE_GEN1_pub.pem --file all_keys.json --cracen_usage RAW
60+
python generate_psa_key_attributes.py --usage VERIFY_MESSAGE_EXPORT --id 0x40032100 --type ECC_TWISTED_EDWARDS --size 255 --algorithm EDDSA_PURE --location PERSISTENT_CRACEN --key-from-file MANIFEST_RADIOCORE_GEN1_pub.pem --file all_keys.json --cracen_usage RAW
6161

6262
* For the main root manifest::
6363

64-
python generate_psa_key_attributes_new.py --usage VERIFY_MESSAGE_EXPORT --id 0x4000AA00 --type ECC_TWISTED_EDWARDS --size 255 --algorithm EDDSA_PURE --location PERSISTENT_CRACEN --key-from-file MANIFEST_OEM_ROOT_GEN1_pub.pem --file all_keys.json --cracen_usage RAW
64+
python generate_psa_key_attributes.py --usage VERIFY_MESSAGE_EXPORT --id 0x4000AA00 --type ECC_TWISTED_EDWARDS --size 255 --algorithm EDDSA_PURE --location PERSISTENT_CRACEN --key-from-file MANIFEST_OEM_ROOT_GEN1_pub.pem --file all_keys.json --cracen_usage RAW
6565

6666

6767
The generated key data is stored in a JSON file, which serves as an input for the next step.

doc/nrf/releases_and_maturity/migration/migration_guide_2.9.0-nRF54H20-1-rc2.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ nRF Util device
9393

9494
.. toggle::
9595

96-
* nRF Util ``device`` command has been updated to v2.7.10.
96+
* nRF Util ``device`` command has been updated to v2.7.15.
9797

98-
Install the nRF Util ``device`` command v2.7.14 as follows::
98+
Install the nRF Util ``device`` command v2.7.15 as follows::
9999

100-
nrfutil install device=2.7.14 --force
100+
nrfutil install device=2.7.15 --force
101101

102102
For more information, consult the `nRF Util`_ documentation.
103103

0 commit comments

Comments
 (0)