Static partitioning for DFU

I am using nRF52832 Board for DFU. I want to implement static partition required for dfu operation. I would like to know that where shall I save the pm_static.yml file and in which cmake file shall I need to make changes. 

Parents
  • Hello,

    I am not sure if I completely understand your query. You need to define your partitions in the pm_static.yml file. This file should be placed in the root of your application directory or in a directory that the build system can locate. Typically, you don't need to make changes directly inside the CMakeLists.txt file. The pm_static.yml file allows you to specify the memory layout and partitions, and the build system should automatically integrate these settings.

    Please refer to the section on the Partition Manager for more information on configuring the partition manager.

    Kind regards,

    Abhijith

Reply
  • Hello,

    I am not sure if I completely understand your query. You need to define your partitions in the pm_static.yml file. This file should be placed in the root of your application directory or in a directory that the build system can locate. Typically, you don't need to make changes directly inside the CMakeLists.txt file. The pm_static.yml file allows you to specify the memory layout and partitions, and the build system should automatically integrate these settings.

    Please refer to the section on the Partition Manager for more information on configuring the partition manager.

    Kind regards,

    Abhijith

Children
No Data
Related