478 B
478 B
| 1 | # http://esp-idf.readthedocs.io/en/latest/api-guides/partition-tables.html |
|---|---|
| 2 | # This file uses a 3M factory instead of the default 1M |
| 3 | # Espressif ESP32 Partition Table |
| 4 | # Name, Type, SubType, Offset, Size |
| 5 | nvs, data, nvs, 0x9000, 0x6000 |
| 6 | phy_init, data, phy, 0xf000, 0x1000 |
| 7 | factory, app, factory, 0x10000, 3M |
| 8 | # The size 528k isn't arbitrary - it is the minumim size when |
| 9 | # wear leveling sector size is 4k |
| 10 | app_storage, data, fat, , 528k |