LED-Germany/01_Source/matter-light-c6-wifi/partitions.csv
2026-02-26 09:59:27 +08:00

607 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
3# Thread + Matter + ESP-NOW firmware requires ~2MB, using single factory partition for development
4esp_secure_cert, 0x3F, ,0xd000, 0x2000, encrypted
5nvs, data, nvs, 0x10000, 0xC000,
6otadata, data, ota, 0x1C000, 0x2000,
7nvs_keys, data, nvs_keys,0x1E000, 0x1000, encrypted
8phy_init, data, phy, 0x1F000, 0x1000,
9ota_0, app, ota_0, 0x20000, 0x600000,
10ota_1, app, ota_1, 0x620000, 0x600000