2018-09-17 23:06:04 +02:00
|
|
|
# Name, Type, SubType, Offset, Size, Flags
|
|
|
|
nvs, data, nvs, 0x9000, 0x5000,
|
|
|
|
otadata, data, ota, 0xe000, 0x2000,
|
|
|
|
app0, app, ota_0, 0x10000, 0x200000,
|
|
|
|
app1, app, ota_1, 0x210000,0x200000,
|
|
|
|
eeprom, data, 0x99, 0x410000,0x1000,
|
|
|
|
ffat, data, fat, 0x411000,0xBEE000,
|
2019-04-10 02:34:31 +02:00
|
|
|
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
|