Skip to content

Commit 878ea45

Browse files
divipillainordicjm
authored andcommitted
doc: nRF91 Series- Partition Manager updates
nRF91 Series- Partition Manager updates. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 10f66e3 commit 878ea45

6 files changed

Lines changed: 9 additions & 3 deletions

File tree

doc/nrf/app_dev/device_guides/nrf91/nrf9160_external_flash.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ To use external flash, you also need to enable configuration and devicetree opti
6868
Using Partition Manager
6969
***********************
7070

71+
.. include:: ../../../includes/pm_deprecation.txt
72+
7173
If your application was built using the |NCS|, you must define partitions using :ref:`partition_manager`.
7274
The built-in partition definitions can be found in the :file:`nrf/subsys/partition_manager` folder, and the file names start with ``pm.yml``.
7375
The files that have ``external_flash`` as their region support storing partitions in the external flash.

doc/nrf/external_comp/bt_fast_pair/core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Partition Manager (PM) (deprecated)
264264
The :ref:`partition_manager` script is a component in the |NCS| and is responsible for handling the memory partitioning at build time.
265265

266266
This functionality is in the process of being deprecated and replaced by Zephyr's default devicetree-based memory partitioning.
267-
It is recommended that all new designs using Nordic devices, excluding the nRF91 Series devices, are built with DTS instead of Partition Manager.
267+
It is recommended that all new designs using Nordic devices are built with DTS instead of Partition Manager.
268268
Partition Manager will be removed from the |NCS| by the end of 2026 from the main branch.
269269

270270
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the :ref:`release_notes` page.

doc/nrf/includes/pm_deprecation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The :ref:`partition_manager` is a component in the |NCS| and is responsible for handling the memory partitioning at build time.
33

44
This functionality is in the process of being deprecated and replaced by Zephyr's default devicetree-based memory partitioning.
5-
It is recommended that all new designs using Nordic devices, excluding the nRF91 Series devices, are to be built with DTS instead of Partition Manager.
5+
It is recommended that all new designs using Nordic devices are to be built with DTS instead of Partition Manager.
66
Partition Manager will be removed from the |NCS| by the end of 2026 from the main branch.
77

88
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the following pages:

doc/nrf/libraries/bluetooth/fast_pair/core.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Partition Manager (deprecated)
171171
The :ref:`partition_manager` script is a component in the |NCS| and is responsible for handling the memory partitioning at build time.
172172

173173
This functionality is in the process of being deprecated and replaced by Zephyr's default devicetree-based memory partitioning.
174-
It is recommended that all new designs using Nordic devices, excluding the nRF91 Series devices, are built with DTS instead of Partition Manager.
174+
It is recommended that all new designs using Nordic devices are built with DTS instead of Partition Manager.
175175
Partition Manager will be removed from the |NCS| by the end of 2026 from the main branch.
176176

177177
For more information on how to configure partitions using DTS and how to migrate your existing configuration to DTS, see the :ref:`release_notes` page.

doc/nrf/libraries/modem/nrf_modem_lib/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Modem library integration layer
66
The Modem library integration layer handles the integration of the Modem library into |NCS|.
77
The integration layer is constituted by the library wrapper and functionalities like socket offloading, OS abstraction, memory reservation by the Partition manager or devicetree, handling modem traces, and diagnostics.
88

9+
.. include:: ../../../includes/pm_deprecation.txt
10+
911
.. toctree::
1012
:maxdepth: 1
1113
:glob:

doc/nrf/libraries/modem/nrf_modem_lib/nrf_modem_lib_pm_integration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
Partition manager integration
44
#############################
55

6+
.. include:: ../../../includes/pm_deprecation.txt
7+
68
The Modem library, which runs on the application core, shares an area of RAM memory with the nRF91 Series modem core.
79
During the initialization, the Modem library accepts the boundaries of this area of RAM and configures the communication with the modem core accordingly.
810

0 commit comments

Comments
 (0)