2019-08-23 00:37:55 -04:00
|
|
|
# Name, Type, SubType, Offset, Size, Flags
|
2020-08-24 03:26:49 -04:00
|
|
|
nvs, data, nvs, , 0x6000,
|
2019-08-23 00:37:55 -04:00
|
|
|
# Extra partition to demonstrate reading/writing of encrypted flash
|
2020-08-24 03:26:49 -04:00
|
|
|
storage, data, 0xff, , 0x1000, encrypted
|
|
|
|
factory, app, factory, , 1M,
|
2020-12-14 22:01:39 -05:00
|
|
|
# nvs_key partition contains the key that encrypts the NVS partition named nvs. The nvs_key partition needs to be encrypted.
|
|
|
|
nvs_key, data, nvs_keys, , 0x1000, encrypted,
|
2022-06-02 08:43:43 -04:00
|
|
|
# Custom NVS data partition
|
|
|
|
custom_nvs, data, nvs, , 0x6000,
|