Skip to content

Commit 695764e

Browse files
divipillaicarlescufi
authored andcommitted
doc: deprecate hardware model migration guide
deprecating the hardware model migration guide. The conversion script is no longer there. It's no longer relevant. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent e7285db commit 695764e

7 files changed

Lines changed: 11 additions & 16 deletions

File tree

doc/nrf/app_dev/board_names.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ While the board name is always present, other elements, such as the board revisi
6767

6868
.. note::
6969
This board name scheme was introduced in the |NCS| before the v2.7.0 release following changes in Zephyr v3.6.0.
70-
Read :ref:`hwmv1_to_v2_migration`, Zephyr's :ref:`zephyr:hw_model_v2`, and refer to the `conversion example Pull Request`_ in Zephyr upstream if you have to port a board to the new model.
7170

7271
.. _app_boards_names_zephyr:
7372

doc/nrf/app_dev/bootloaders_dfu/qspi_xip_split_image.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Requirements
2727

2828
To use this feature, meet the following requirements:
2929

30-
* Board based on nRF52840 or nRF5340, with file structure compatible with :ref:`Hardware model v2 (HWMv2) <hwmv1_to_v2_migration>`
30+
* Board based on nRF52840 or nRF5340, with file structure compatible with Hardware model v2 (HWMv2)
3131
* External QSPI flash chip with supported commands connected to QSPI pins
3232
* QSPI flash chip in always-on mode (meaning, no DPM or low-power modes)
3333
* :doc:`MCUboot configuration <mcuboot:design>` in the Swap using move mode (``MCUBOOT_SWAP_USING_MOVE``), the Upgrade only mode (``MCUBOOT_OVERWRITE_ONLY``), or in the direct-XIP mode

doc/nrf/releases_and_maturity/migration/migration_guide_nRF54H20_cs_to_2_7.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,4 @@ See the following documents, based on the version you are migrating from.
2929
nRF54H20_migration_2.7/migration_guide_2.6.99-cs2_to_2_7_environment
3030
nRF54H20_migration_2.7/migration_guide_2.6.99-cs2_to_2.7_application
3131

32-
33-
Consult also the following pages about *Hardware model v2* and *Sysbuild*:
34-
35-
* :ref:`hwmv1_to_v2_migration`
36-
* :ref:`child_parent_to_sysbuild_migration`
32+
Consult also the :ref:`child_parent_to_sysbuild_migration` page about *Sysbuild*.

doc/nrf/releases_and_maturity/migration/migration_hwmv2.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
:orphan:
2+
13
.. _hwmv1_to_v2_migration:
24

35
Migrating to the current hardware model
@@ -7,6 +9,9 @@ Migrating to the current hardware model
79
:local:
810
:depth: 2
911

12+
.. note::
13+
This migration guide is deprecated and will be removed in the future |NCS| release.
14+
1015
The *hardware model* refers to how SoCs and boards are named, defined, and used.
1116
Starting with |NCS| version 2.7.0, this model has been completely updated.
1217

doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/migration_guide_2.4.99-cs3_to_2.7_application.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ Sysbuild
2424
For more information, see the :ref:`Migrating to sysbuild <child_parent_to_sysbuild_migration>` user guide.
2525

2626
Hardware Model v2
27-
A new hardware model was recently introduced in the |NCS|.
28-
For more information, see :ref:`hwmv1_to_v2_migration`.
27+
The hardware model was introduced in the |NCS| v2.7.0.
2928

3029
DTS changes
3130
The layout of DTS files and the names of DTS nodes related to the updated board names have been updated, which also affects overlay files from applications and samples.
@@ -82,8 +81,7 @@ General
8281
For more information, see the :ref:`Migrating to sysbuild <child_parent_to_sysbuild_migration>` user guide.
8382

8483
* Hardware Model v2
85-
A new hardware model was recently introduced in the |NCS|.
86-
For more information, see :ref:`hwmv1_to_v2_migration`.
84+
The hardware model was introduced in the |NCS| v2.7.0.
8785

8886
Applications using the :file:`dfu_application.zip` file
8987
-------------------------------------------------------

doc/nrf/releases_and_maturity/migration/nRF54H20_migration_2.7/migration_guide_2.6.99-cs2_to_2.7_application.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ Sysbuild
2525
For more information, see the :ref:`Migrating to sysbuild <child_parent_to_sysbuild_migration>` user guide.
2626

2727
Hardware Model v2
28-
A new hardware model was recently introduced in the |NCS|.
29-
For more information, see :ref:`hwmv1_to_v2_migration`.
28+
The hardware model was introduced in the |NCS| v2.7.0.
3029

3130
nRF54H20 SoC binaries
3231
A new version (v0.5.0) of the nRF54H20 SoC binaries was released.
@@ -57,8 +56,7 @@ General
5756
For more information, see the :ref:`Migrating to sysbuild <child_parent_to_sysbuild_migration>` user guide.
5857

5958
* Hardware Model v2
60-
A new hardware model was recently introduced in the |NCS|.
61-
For more information, see :ref:`hwmv1_to_v2_migration`.
59+
The hardware model was introduced in the |NCS| v2.7.0.
6260

6361
Applications using the :file:`dfu_application.zip` file
6462
-------------------------------------------------------

doc/nrf/releases_and_maturity/migration_guides.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,3 @@ Migration notes are also provided for major functionality updates.
4444
:caption: General migration guides
4545

4646
migration/migration_sysbuild
47-
migration/migration_hwmv2

0 commit comments

Comments
 (0)