454 B
454 B
| 1 | # Note: Firmware partition offset needs to be 64K aligned, initial 36K (9 sectors) are reserved for bootloader and partition table |
|---|---|
| 2 | # Name, Type, SubType, Offset, Size, Flags |
| 3 | nvs, data, nvs, 0xd000, 32K, |
| 4 | fctry, data, nvs, 0x15000, 16K, |
| 5 | log_status, data, nvs, 0x19000, 16K, |
| 6 | otadata, data, ota, 0x1d000, 8K, |
| 7 | phy_init, data, phy, 0x1f000, 4K, |
| 8 | ota_0, app, ota_0, 0x20000, 1832K, |