|
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, 0x300000, |
5 | | -app1, app, ota_1, 0x310000, 0x300000, |
6 | | -spiffs, data, spiffs, 0x610000, 0x700000, |
7 | | -model, data, spiffs, 0xD10000, 0x2E0000, |
8 | | -coredump, data, coredump,0xFF0000, 0x10000, |
| 1 | +# ********************************************************************************************** |
| 2 | +# ***** 1MB factory, plus single 4MB app-partitions ('app0'), and 1MB data-partition. **** |
| 3 | +# ********************************************************************************************** |
| 4 | +# Name, Type, SubType, Offset, Size, Flags |
| 5 | +nvs, data, nvs, 0xB000, 0x2000 |
| 6 | +otadata, data, ota, 0xd000, 0x2000 |
| 7 | +phy_init, data, phy, 0xf000, 0x1000 |
| 8 | +app0, app, factory, 0x10000, 2M |
| 9 | +app1, app, ota_0, , 4M |
| 10 | +spiffs, data, spiffs, , 1M |
| 11 | +nvs_key, data, nvs_keys, , 0x1000 |
| 12 | +coredump, data, coredump, , 64K |
0 commit comments