|
1 | | -# ESP-IDF Partition Table |
2 | | -# Name, Type, SubType, Offset, Size, Flags |
3 | | - nvs, data, nvs, 0x9000, 16K, |
4 | | - otadata, data, ota, 0xD000, 8K, |
5 | | - phy_init, data, phy, 0xF000, 4K, |
6 | | - ota_0, 0, ota_0, 0x10000, 3200K, |
7 | | - appfs, 0x43, 3, 0x330000, 8000K, |
8 | | - locfd, data, fat, 0xB00000, 5120K, |
| 1 | +# ESP-IDF Partition Table for the MCH2022 badge |
| 2 | +# Name, Type, SubType, Offset, Size, Flags |
| 3 | + nvs, data, nvs, 0x9000, 16K, |
| 4 | + otadata, data, ota, 0xD000, 8K, |
| 5 | + phy_init, data, phy, 0xF000, 4K, |
| 6 | + ota_0, 0, ota_0, 0x10000, 1600K, |
| 7 | + ota_1, 0, ota_1, 0x1A0000, 1600K, |
| 8 | + appfs, 0x43, 3, 0x330000, 8000K, |
| 9 | + locfd, data, fat, 0xB00000, 5120K, |
0 commit comments