7206b2f397
* First commit of FFat library * Fixed reboot loops if no fat present. Added CMakeLists * Functionalize the partition checks * Cleanup, especially in format * Dont format if mounted. More wording cleanup * 16M ffat should only be on 16M board * Fix some casting issues that trip up the compiler when building as ESP-IDF component
8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
# 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,
|