Hi,
I am working on a project where I use the Settings subsys with the NVS backend.
I am using a "provisioning" firmware that is used to initialize the settings partition with default values and to provision the modem with certificates and keys.
Now I would like to be sure that the settings_storage partition is located at the same address for my provisioning and my main applications (end of flash).
To do so I would like to specify it using a custom partition manager configuration file and not use the default generated one, which raise multiple questions:
1. where can I define a custom partition ? (I tried in a pm.yml file at the root of the project but it seems to be ignored. I am not sure to have fully understood everything about multi image build)
2. will my custom partition be in conflict with the one that is automatically added by the settings subsys ?
3. is there any sample where the partition is used to define a custom partition ?
Regards
Alexandre