Skip to content

Commit 006993a

Browse files
FrancescoSerrlubos
authored andcommitted
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 62a0759 commit 006993a

File tree

4 files changed

+57
-5
lines changed

4 files changed

+57
-5
lines changed

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

Lines changed: 53 additions & 2 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 |nRFVSC| and the command line in the :ref:`install_ncs` documentation page.
4343

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

@@ -194,7 +194,58 @@ It uses the ``nrf54h20dk/nrf54h20/cpuapp`` board target.
194194
To build and program the sample to the nRF54H20 DK, complete the following steps:
195195

196196
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.
197+
#. Start the toolchain environment for your operating system using the following command pattern, with ``--ncs-version`` corresponding to the |NCS| version you have installed:
198+
199+
.. tabs::
200+
201+
.. tab:: Windows
202+
203+
.. parsed-literal::
204+
:class: highlight
205+
206+
nrfutil sdk-manager toolchain launch --ncs-version *version* --terminal
207+
208+
For example:
209+
210+
.. parsed-literal::
211+
:class: highlight
212+
213+
nrfutil sdk-manager toolchain launch --ncs-version |release| --terminal
214+
215+
This example command starts the toolchain environment for the |NCS| |release|.
216+
217+
.. tab:: Linux
218+
219+
.. parsed-literal::
220+
:class: highlight
221+
222+
nrfutil sdk-manager toolchain launch --ncs-version *version* --shell
223+
224+
For example:
225+
226+
.. parsed-literal::
227+
:class: highlight
228+
229+
nrfutil sdk-manager toolchain launch --ncs-version |release| --shell
230+
231+
This example command starts the toolchain environment for the |NCS| |release|.
232+
233+
.. tab:: macOS
234+
235+
.. parsed-literal::
236+
:class: highlight
237+
238+
nrfutil sdk-manager toolchain launch --ncs-version *version* --shell
239+
240+
For example:
241+
242+
.. parsed-literal::
243+
:class: highlight
244+
245+
nrfutil sdk-manager toolchain launch --ncs-version |release| --shell
246+
247+
This example command starts the toolchain environment for the |NCS| |release|.
248+
198249
#. In the terminal window, navigate to the :file:`zephyr/samples/sysbuild/hello_world` folder containing the sample.
199250
#. Run the following command to build the sample for application and radio cores::
200251

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
@@ -1245,3 +1245,4 @@ Documentation
12451245
* The :ref:`ug_nrf54h20_custom_pcb` documentation to clarify how to configure the BICR for a custom PCB based on the nRF54H20 SoC.
12461246
* The :ref:`abi_compatibility` page with the newest IronSide SE changelog updates.
12471247
* The :ref:`ug_nrf54h20_architecture_lifecycle` page with an expanded introduction.
1248+
* 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)