ESP-Nodes/ESP32-Rainmaker-Switch/partitions.csv

11 lines
557 B
Plaintext
Raw Normal View History

2024-07-16 20:50:57 -04:00
# Name, Type, SubType, Offset, Size, Flags
# Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table
2024-07-16 21:11:16 -04:00
esp_secure_cert, 0x3F, , 0xD000, 0x2000, encrypted
nvs_key, data, nvs_keys, 0xF000, 0x1000, encrypted
2024-07-16 20:50:57 -04:00
nvs, data, nvs, 0x10000, 0x6000,
otadata, data, ota, , 0x2000
phy_init, data, phy, , 0x1000,
2024-07-16 21:11:16 -04:00
ota_0, app, ota_0, 0x20000, 1600K,
ota_1, app, ota_1, , 1600K,
fctry, data, nvs, 0x340000, 0x6000