Skip to content

Commit ddddef5

Browse files
committed
doc: Misc doc edits pre 3.2.0-rc1 release
Miscellaneous doc updates -for the upcoming 3.2.0-rc1 release. Signed-off-by: Francesco Domenico Servidio <[email protected]>
1 parent 0c79406 commit ddddef5

File tree

4 files changed

+60
-6
lines changed

4 files changed

+60
-6
lines changed

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

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To follow this guide, make sure you have all the required hardware:
3939
Installing the |NCS|
4040
********************
4141

42-
Install the |NCS| following the instructions in the :ref:`install_ncs` documentation page.
42+
Install the |NCS| following the instructions for both Visual Studio Code and the command line in the :ref:`install_ncs` documentation page.
4343

4444
.. rst-class:: numbered-step
4545

@@ -60,6 +60,8 @@ Using the nRF54H20 DK with the |NCS| version |release| also requires the followi
6060
+----------------------------------------------+-------------------------------------+
6161
| nRF Util ``trace`` command | version |54H_nrfutil_trace_ver| |
6262
+----------------------------------------------+-------------------------------------+
63+
| nRF Util ``sdk-manager`` command | Latest |
64+
+----------------------------------------------+-------------------------------------+
6365

6466
To install the required versions of the nRF Util commands, complete the following steps:
6567

@@ -82,6 +84,7 @@ To install the required versions of the nRF Util commands, complete the followin
8284
8385
nrfutil install device=\ |54H_nrfutil_device_ver|\ --force
8486
nrfutil install trace=\ |54H_nrfutil_trace_ver|\ --force
87+
nrfutil install sdk-manager
8588
8689
For more information, see the `Installing specific versions of nRF Util commands`_ documentation.
8790

@@ -91,6 +94,7 @@ To install the required versions of the nRF Util commands, complete the followin
9194
9295
nrfutil device --version
9396
nrfutil trace --version
97+
nrfutil sdk-manager --version
9498
9599
The output will show the installed versions.
96100
Ensure they match the required versions.
@@ -194,8 +198,57 @@ It uses the ``nrf54h20dk/nrf54h20/cpuapp`` board target.
194198
To build and program the sample to the nRF54H20 DK, complete the following steps:
195199

196200
1. Connect the nRF54H20 DK to your computer using the **DEBUGGER** port on the DK.
197-
#. Open nRF Connect for Desktop, navigate to the Toolchain Manager, select the version |release| toolchain, and click the :guilabel:`Open terminal` button.
198-
#. In the terminal window, navigate to the :file:`zephyr/samples/sysbuild/hello_world` folder containing the sample.
201+
#. Start the toolchain environment for your operating system using the following command pattern, with ``--ncs-version`` corresponding to the |NCS| version you have installed:
202+
203+
.. tabs::
204+
205+
.. tab:: Windows
206+
207+
.. parsed-literal::
208+
:class: highlight
209+
210+
nrfutil sdk-manager toolchain launch --ncs-version *version* --terminal
211+
212+
For example:
213+
214+
.. parsed-literal::
215+
:class: highlight
216+
217+
nrfutil sdk-manager toolchain launch --ncs-version |release| --terminal
218+
219+
This example command starts the toolchain environment for the |NCS| |release|.
220+
221+
.. tab:: Linux
222+
223+
.. parsed-literal::
224+
:class: highlight
225+
226+
nrfutil sdk-manager toolchain launch --ncs-version *version* --shell
227+
228+
For example:
229+
230+
.. parsed-literal::
231+
:class: highlight
232+
233+
nrfutil sdk-manager toolchain launch --ncs-version |release| --shell
234+
235+
This example command starts the toolchain environment for the |NCS| |release|.
236+
237+
.. tab:: macOS
238+
239+
.. parsed-literal::
240+
:class: highlight
241+
242+
nrfutil sdk-manager toolchain launch --ncs-version *version* --shell
243+
244+
For example:
245+
246+
.. parsed-literal::
247+
:class: highlight
248+
249+
nrfutil sdk-manager toolchain launch --ncs-version |release| --shell
250+
251+
This example command starts the toolchain environment for the |NCS| |release|.#. In the terminal window, navigate to the :file:`zephyr/samples/sysbuild/hello_world` folder containing the sample.
199252
#. Run the following command to build the sample for application and radio cores::
200253

201254
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad .

doc/nrf/releases_and_maturity/migration/migration_guide_3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ nRF54H20 IronSide SE binaries
3434

3535
.. toggle::
3636

37-
* The nRF54H20 IronSide SE binaries have been updated to version v23.0.1+16.
37+
* The nRF54H20 IronSide SE binaries have been updated to version v23.1.0+19.
3838
Starting from the |NCS| v3.2.0, you should always upgrade your nRF54H20 IronSide SE binaries to the latest version.
3939

4040
For more information, see:

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,3 +1236,4 @@ Documentation
12361236
* The :ref:`app_power_opt_nRF91` page by moving it under the :ref:`ug_lte` section.
12371237
* The nRF54H20 SoC binaries are now called nRF54H20 IronSide SE binaries.
12381238
* The :ref:`ug_nrf54h20_custom_pcb` documentation to clarify how to configure the BICR for a custom PCB based on the nRF54H20 SoC.
1239+
* The :ref:`ug_nrf54h20_gs` page to update the getting started instructions for the nRF54H20 DK.

doc/nrf/shortcuts.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
.. |jlink_ver| replace:: v8.76
1010

11-
.. |54H_nrfutil_device_ver| replace:: 2.13.1
12-
.. |54H_nrfutil_trace_ver| replace:: 4.0.1
11+
.. |54H_nrfutil_device_ver| replace:: 2.15.2
12+
.. |54H_nrfutil_trace_ver| replace:: 4.4.0
1313

1414
.. ### Config shortcuts
1515

0 commit comments

Comments
 (0)