Skip to content

Commit 1ac3327

Browse files
FrancescoSercarlescufi
authored andcommitted
doc: 54H EngB + C support drop
Updated docs to mention end of support for 54H20 EngB EngC. Signed-off-by: Francesco Domenico Servidio <[email protected]>
1 parent 2e7a2c5 commit 1ac3327

File tree

4 files changed

+39
-18
lines changed

4 files changed

+39
-18
lines changed

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

Lines changed: 7 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ Make sure you have all the required hardware and that your computer has one of t
2020
Hardware
2121
========
2222

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
2724

2825
Check the version number on your DK's sticker to verify its compatibility with the |NCS|.
2926

27+
.. note::
28+
|54H_engb_2_8|
29+
3030
* USB-C cable.
3131

3232
Software
@@ -233,10 +233,7 @@ Programming the nRF54H20 SoC binaries
233233
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.
234234
To program the nRF54H20 SoC binaries to the nRF54H20 DK, do the following:
235235

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.
240237

241238
.. note::
242239
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
280277
1. Connect the nRF54H20 DK to your computer using the **DEBUGGER** port on the DK.
281278
#. Open nRF Connect for Desktop, navigate to the Toolchain Manager, select the version |release| toolchain, and click the :guilabel:`Open terminal` button.
282279
#. 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::
290281

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 .
292283

293284
You can now program the sample.
294285
If you have multiple Nordic Semiconductor devices, make sure that only the nRF54H20 DK you want to program is connected.

doc/nrf/releases_and_maturity/abi_compatibility.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The following table illustrates ABI compatibility between different versions of
2828

2929
* - |NCS| versions
3030
- Compatible nRF54H20 SoC binaries version
31+
* - |NCS| v2.9.0
32+
- `nRF54H20 SoC Binaries v0.7.0 for EngC DKs`_, compatible with the nRF54H20 DK v0.8.3 and later revisions.
3133
* - |NCS| v2.8.0
3234
- `nRF54H20 SoC Binaries v0.7.0 for EngC DKs`_, compatible with the nRF54H20 DK v0.8.3 and later revisions.
3335
`nRF54H20 SoC Binaries v0.7.0 for EngB DKs`_, compatible with the nRF54H20 DKs ranging from v0.8.0 to v0.8.2.

doc/nrf/releases_and_maturity/migration/migration_guide_2.9.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,42 @@ Required changes
2828

2929
The following changes are mandatory to make your application work in the same way as in previous releases.
3030

31+
nRF54H20
32+
========
33+
34+
This section describes the changes specific to the nRF54H20 SoC and DK support in the |NCS|.
35+
For more information on changes related to samples and applications usage on the nRF54H20 DK, see :ref:`migration_2.9_required_nrf54h`.
36+
37+
DK compatibility
38+
----------------
39+
40+
.. toggle::
41+
42+
* The |NCS| v2.9.0 is compatible only with the Engineering C - v0.8.3 and later revisions of the nRF54H20 DK, PCA10175.
43+
The nRF54H20 DK Engineering A and Engineering B (up to v0.8.2) are no longer compatible with the |NCS| v2.9.0.
44+
45+
Check the version number on your DK's sticker to verify its compatibility with the |NCS|.
46+
47+
Dependencies
48+
------------
49+
50+
The following required dependencies for the nRF54H20 SoC and DK have been updated.
51+
52+
3153
Samples and applications
3254
========================
3355

3456
This section describes the changes related to samples and applications.
3557

3658
|no_changes_yet_note|
3759

60+
.. _migration_2.9_required_nrf54h:
61+
62+
nRF54H20
63+
--------
64+
65+
|no_changes_yet_note|
66+
3867
Libraries
3968
=========
4069

doc/nrf/shortcuts.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,5 +262,4 @@
262262

263263
.. |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_>`_.
264264

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

Comments
 (0)