How to configure the nRF9160's internal flash storage_partition

Hi, 

I want to configure the nRF9160's internal flash storage_partition, it has 32KB currently, I want to change it to 100KB. How to do that? Using nrf9160dk_nrf9160_ns.overlay or other method?

Thanks,

Liza

Parents
  • Hello Liza,

    Which NCS version are you on? Could you also post a pristine build log?

    Best regards,

    Michal

  • Hi Michal,

    Here is my NCS version: 

        SDK: 2.5.0

        IDE: vs code

        board: nRF9160dk

    Here is my pristine build log:

    Thanks,

    Liza

  • Hi Michal,

    I found partitions.yml in build file. Can I refer to this file to write pm.yml to change the partitions size? Which partition can be edit? Which cannot?

    Thanks,

    Liza

  • Hi,

    I will continue to help with this ticket.
    I will start the explanation anew here, so bear with me.

    When using the partition manager, the DTS partitioning will be overridden, so we will have to use the partition manager to configure the size of the partitions.

    The storage partition is defined in flash_map_pm.h as either Settings, Littlefs, NVS or ZMS(new) storage.

    You can use CONFIG_PM_PARTITION_SIZE_AAAA to configure your partitions size. See Partition Manager docs

    So if you for example will use this partition for NVS, set CONFIG_PM_PARTITION_SIZE_NVS.

    You do not need to do static partitioning for this, but do remember the Static partition requriement for DFU later.

    Let me know if your partition is for custom use, and I will help you with that.

  • Hi Sigurd Hellesvik,

    You can use CONFIG_PM_PARTITION_SIZE_AAAA to configure your partitions size. See Partition Manager docs

    My SDK version is 2.5.0. This method doesn't seem to work for my version.

    I want to change nvs_storage size to 64kb, can you give me some guides?

    Thanks,

    Liza

  • CONFIG_PM_PARTITION_SIZE_NVS_STORAGE definetly exists for v2.5.0

    Can you explain how you see it not work?

  • Hi Sigurd Hellesvik,

    I used the wrong configuration CONFIG_PM_PARTITION_SIZE_NVS, sorry for that.

    CONFIG_PM_PARTITION_SIZE_NVS_STORAGE works.

    Thanks,

    Liza

Reply
  • Hi Sigurd Hellesvik,

    I used the wrong configuration CONFIG_PM_PARTITION_SIZE_NVS, sorry for that.

    CONFIG_PM_PARTITION_SIZE_NVS_STORAGE works.

    Thanks,

    Liza

Children
No Data