Files
esp-matter/examples/light_switch/partitions_h2.csv
Shubham Patil 09e8ee3d11 DAC Provider impl to read att info from esp_secure_cert partition
Refactored some code related to setting the attestation info provider.
Added some configurations which lets user decide which implementation of
DAC Provider to use.
Added esp_secure_cert_mgr component through idf component manager
2022-12-01 20:03:58 +05:30

581 B

1# Name, Type, SubType, Offset, Size, Flags
2# Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
3esp_secure_cert, 0x3F, ,0xd000, 0x2000, , # Never mark this as an encrypted partition
4nvs, data, nvs, 0x10000, 0x6000,
5nvs_keys, data, nvs_keys, , 0x1000,
6phy_init, data, phy, , 0x1000,
7# Temporarily disable ota for ESP32-H2 because the use of flash need to be optimized.
8factory, app, factory, , 0x1C0000,
9ot_storage,data, fat, , 0x6000,