storage overhaul

needs tested tho
This commit is contained in:
Thaddeus Hughes
2026-01-06 17:01:50 -06:00
parent 15e2145560
commit 49e728ec2b
14 changed files with 1302 additions and 1069 deletions

View File

@@ -3,6 +3,6 @@
nvs, data, nvs, 0x9000, 0x4000,
otadata, data, ota, 0xd000, 0x2000,
phy_init, data, phy, 0xf000, 0x1000,
ota_0, app, ota_0, 0x10000, 1M,
ota_1, app, ota_1, 0x210000, 1M,
storage, data, 0x40, 0x310000, 32K,
ota_0, app, ota_0, 0x10000, 1536K,
ota_1, app, ota_1, 0x290000, 1536K,
storage, data, 0x40, 0x410000, 32K,
1 # ESP32 Partition Table - 8MB Flash with OTA Support
3 nvs, data, nvs, 0x9000, 0x4000,
4 otadata, data, ota, 0xd000, 0x2000,
5 phy_init, data, phy, 0xf000, 0x1000,
6 ota_0, app, ota_0, 0x10000, 1M, ota_0, app, ota_0, 0x10000, 1536K,
7 ota_1, app, ota_1, 0x210000, 1M, ota_1, app, ota_1, 0x290000, 1536K,
8 storage, data, 0x40, 0x310000, 32K, storage, data, 0x40, 0x410000, 32K,