You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For more information, see the `Installing specific versions of nRF Util commands`_ documentation.
87
90
@@ -91,6 +94,7 @@ To install the required versions of the nRF Util commands, complete the followin
91
94
92
95
nrfutil device --version
93
96
nrfutil trace --version
97
+
nrfutil sdk-manager --version
94
98
95
99
The output will show the installed versions.
96
100
Ensure they match the required versions.
@@ -194,8 +198,57 @@ It uses the ``nrf54h20dk/nrf54h20/cpuapp`` board target.
194
198
To build and program the sample to the nRF54H20 DK, complete the following steps:
195
199
196
200
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:
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.
199
252
#. Run the following command to build the sample for application and radio cores::
200
253
201
254
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad .
0 commit comments