Sample code for using Partition Manager on ncs v2.5.2

I would like to use Partition Manager on nRF5340 DK. Does Nordic provide sample code for using Partition Manager (https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/scripts/partition_manager/partition_manager.html) on ncs v2.5.2

Parents
  • The Partition manager is used automatically by the build system in all multi image builds (unless you explicitly use sysbuild which I would not recomend yet), so any multi image build would demonstrate it. If you are looking for samples that have parts of the partitioning set manually you can refer to the documentation, or look at some of the samples that does that by looking for pm_static.yml files in the SDK.

Reply
  • The Partition manager is used automatically by the build system in all multi image builds (unless you explicitly use sysbuild which I would not recomend yet), so any multi image build would demonstrate it. If you are looking for samples that have parts of the partitioning set manually you can refer to the documentation, or look at some of the samples that does that by looking for pm_static.yml files in the SDK.

Children
No Data
Related