mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
5e8795eebe
When the flash encryption is enabled then we do not need to change the partition table. The partition_example.csv should not have fixed offsets for partitions because we want to move the whole table. The fixed offsets in the table were cleared.
6 lines
236 B
Plaintext
6 lines
236 B
Plaintext
# Name, Type, SubType, Offset, Size, Flags
|
|
nvs, data, nvs, , 0x6000,
|
|
# Extra partition to demonstrate reading/writing of encrypted flash
|
|
storage, data, 0xff, , 0x1000, encrypted
|
|
factory, app, factory, , 1M,
|