Logo
Explore Help
Sign In
espressif/arduino-esp32
1
0
Fork 1
You've already forked arduino-esp32
mirror of https://github.com/0xFEEDC0DE64/arduino-esp32.git synced 2025-07-05 14:56:32 +02:00
Code Issues Packages Projects Releases Wiki Activity
Files
0202ba7c21cceda180217dad5ffa58ba73b58baf
arduino-esp32/tools/partitions/ffat.csv

9 lines
377 B
CSV
Raw Normal View History

FAT on SPI Flash Library (#1809) * 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
2018-09-17 14:06:04 -07: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,
Added 2 ffat partition schemes for 4MB modules + improved descriptions. (#2623) * Added 2 ffat partition schemes for 4MB modules + improved descriptions. Existing format options were unclear on how much spiffs you were getting. Also add missing 1MB App/3MB Spiffs split. This addresses https://github.com/espressif/arduino-esp32/issues/1799 This makes it very clear what each option gives you, and also adds 2 options to get ffat on 4MB chips.. * Added link to ffat howto.
2019-04-09 17:34:31 -07:00
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.2 Page: 19ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API