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
304 B
304 B
1 | # Name | Type | SubType | Offset | Size | Flags |
---|---|---|---|---|---|---|
2 | nvs | data | nvs | 0x9000 | 0x5000 | |
3 | otadata | data | ota | 0xe000 | 0x2000 | |
4 | app0 | app | ota_0 | 0x10000 | 0x200000 | |
5 | app1 | app | ota_1 | 0x210000 | 0x200000 | |
6 | eeprom | data | 0x99 | 0x410000 | 0x1000 | |
7 | ffat | data | fat | 0x411000 | 0xBEE000 |