Some checks failed
ClearGrow Controller CI / Run Unit Tests (push) Has been cancelled
ClearGrow Controller CI / Build Development Firmware (push) Has been cancelled
ClearGrow Controller CI / Build Production Firmware (push) Has been cancelled
ClearGrow Controller CI / CI Status Summary (push) Has been cancelled
690 B
690 B
| 1 | # ClearGrow Controller Partition Table | |||||
|---|---|---|---|---|---|---|
| 2 | # 16MB Flash Layout with A/B OTA support (5MB per slot) | |||||
| 3 | # | |||||
| 4 | # Layout: | |||||
| 5 | # ota_0: 5 MB - Primary OTA slot | |||||
| 6 | # ota_1: 5 MB - Secondary OTA slot (rollback) | |||||
| 7 | # storage: 5.8 MB - SPIFFS sensor data | |||||
| 8 | # | |||||
| 9 | # Note: Factory partition removed; A/B OTA with auto-rollback provides recovery. | |||||
| 10 | # Name | Type | SubType | Offset | Size | Flags |
| 11 | nvs | data | nvs | 0x9000 | 0x6000 | |
| 12 | otadata | data | ota | 0xf000 | 0x2000 | |
| 13 | phy_init | data | phy | 0x11000 | 0x1000 | |
| 14 | ota_0 | app | ota_0 | 0x20000 | 0x500000 | |
| 15 | ota_1 | app | ota_1 | 0x520000 | 0x500000 | |
| 16 | coredump | data | coredump | 0xA20000 | 0x10000 | |
| 17 | storage | data | spiffs | 0xA30000 | 0x5D0000 |