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
Copy file name to clipboardExpand all lines: doc/nrf/app_dev/device_guides/working_with_nrf/nrf54h/ug_nrf54h20_gs.rst
+7-16Lines changed: 7 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@ Make sure you have all the required hardware and that your computer has one of t
20
20
Hardware
21
21
========
22
22
23
-
* nRF54H20 DK version PCA10175:
24
-
25
-
* Engineering B - ranging from v0.8.0 to 0.8.2
26
-
* Engineering C - v0.8.3 and later revisions
23
+
* nRF54H20 DK version PCA10175 Engineering C - v0.8.3 and later revisions
27
24
28
25
Check the version number on your DK's sticker to verify its compatibility with the |NCS|.
29
26
27
+
.. note::
28
+
|54H_engb_2_8|
29
+
30
30
* USB-C cable.
31
31
32
32
Software
@@ -233,10 +233,7 @@ Programming the nRF54H20 SoC binaries
233
233
After programming the BICR, the nRF54H20 SoC requires the provisioning of the nRF54H20 SoC binaries, a bundle containing the precompiled firmware for the Secure Domain and System Controller.
234
234
To program the nRF54H20 SoC binaries to the nRF54H20 DK, do the following:
235
235
236
-
1. Download the nRF54H20 SoC binaries v0.7.0:
237
-
238
-
* `nRF54H20 SoC Binaries v0.7.0 for EngC DKs`_, compatible with the nRF54H20 DK v0.8.3 and later revisions
239
-
* `nRF54H20 SoC Binaries v0.7.0 for EngB DKs`_, compatible with the nRF54H20 DKs ranging from v0.8.0 to v0.8.2.
236
+
1. Download the `nRF54H20 SoC Binaries v0.7.0 for EngC DKs`_, compatible with the nRF54H20 DK v0.8.3 and later revisions.
240
237
241
238
.. note::
242
239
On MacOS, ensure that the ZIP file is not unpacked automatically upon download.
@@ -280,15 +277,9 @@ To build and program the sample to the nRF54H20 DK, complete the following steps
280
277
1. Connect the nRF54H20 DK to your computer using the **DEBUGGER** port on the DK.
281
278
#. Open nRF Connect for Desktop, navigate to the Toolchain Manager, select the version |release| toolchain, and click the :guilabel:`Open terminal` button.
282
279
#. In the terminal window, navigate to the :file:`zephyr/samples/sysbuild/hello_world` folder containing the sample.
283
-
#. Build the sample for application and radio cores by running the following commands:
284
-
285
-
* For Engineering C (DKs 0.8.3 and later revisions)::
286
-
287
-
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad .
288
-
289
-
* For Engineering B (DKs from v0.8.0 to 0.8.2)::
280
+
#. Run the following command to build the sample for application and radio cores::
290
281
291
-
west build -p -b nrf54h20dk@0.8.0/nrf54h20/cpuapp -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad .
282
+
west build -p -b nrf54h20dk/nrf54h20/cpuapp -T sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad .
292
283
293
284
You can now program the sample.
294
285
If you have multiple Nordic Semiconductor devices, make sure that only the nRF54H20 DK you want to program is connected.
Copy file name to clipboardExpand all lines: doc/nrf/shortcuts.txt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -262,5 +262,4 @@
262
262
263
263
.. |filter_samples_by_board| replace:: If you want to list samples available for one or more specific boards, `use the nRF Connect for Visual Studio Code extension to filter them <Browse samples_>`_.
264
264
265
-
.. |54H_engb_2_8| replace:: When using the nRF54H20 DK Engineering B (from v0.8.0 to 0.8.2), you must build samples and applications using the board revision 0.8.0 with the ``<board>@<revision>`` syntax.
266
-
For example, ``[email protected]/nrf54h20/cpuapp`` when building for the application core, or ``[email protected]/nrf54h20/cpurad`` when building for the radio core.
265
+
.. |54H_engb_2_8| replace:: The nRF54H20 DK Engineering A and B (up to version 0.8.2) are no longer supported starting with |NCS| v2.9.0.
0 commit comments