Files
controller/partitions.csv
ClearGrow Agent ec5904846b
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
Initial commit: migrate from GitHub
2025-12-10 09:31:10 -07:00

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# NameTypeSubTypeOffsetSizeFlags
11nvsdatanvs0x90000x6000
12otadatadataota0xf0000x2000
13phy_initdataphy0x110000x1000
14ota_0appota_00x200000x500000
15ota_1appota_10x5200000x500000
16coredumpdatacoredump0xA200000x10000
17storagedataspiffs0xA300000x5D0000