ESP32S2_Cal/partitions.csv

12 lines
487 B
Plaintext
Raw Permalink Normal View History

2022-01-03 05:48:09 +00:00
# This file format is not compatible with CSV,
# as comments are supported, whitespaces are trimmed.
#
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 2M,
ota_0, app, ota_0, 0x210000, 2M,
ota_1, app, ota_1, 0x410000, 2M,
nvs_keys, data, nvs_keys, 0x610000, 0x1000,
spiffs, data, spiffs, 0x620000, 8M,