681 B
681 B
| 1 | # ESP32-S3 CSI Node — 4MB flash partition table (issue #265) |
|---|---|
| 2 | # For boards with 4MB flash (e.g. ESP32-S3 SuperMini 4MB). |
| 3 | # Binary is ~978KB so each OTA slot is 1.875MB — plenty of room. |
| 4 | # |
| 5 | # Usage: copy to partitions_display.csv OR set in sdkconfig: |
| 6 | # CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y |
| 7 | # |
| 8 | # Name, Type, SubType, Offset, Size, Flags |
| 9 | nvs, data, nvs, 0x9000, 0x6000, |
| 10 | otadata, data, ota, 0xF000, 0x2000, |
| 11 | phy_init, data, phy, 0x11000, 0x1000, |
| 12 | ota_0, app, ota_0, 0x20000, 0x1D0000, |
| 13 | ota_1, app, ota_1, 0x1F0000, 0x1D0000, |