525 B
525 B
1 | # Special partition table for unit test app_update |
---|---|
2 | # Name, Type, SubType, Offset, Size, Flags |
3 | nvs, data, nvs, , 0x4000 |
4 | otadata, data, ota, , 0x2000 |
5 | phy_init, data, phy, , 0x1000 |
6 | factory, 0, 0, , 0xB0000 |
7 | ota_0, 0, ota_0, , 0xB0000 |
8 | ota_1, 0, ota_1, , 0xB0000 |
9 | test, 0, test, , 0xB0000 |
10 | # flash_test partition used for SPI flash tests, WL FAT tests, and SPIFFS tests |
11 | flash_test, data, fat, , 528K |