Add partition table for 4M ESP32-C5 chips (#17)

Co-authored-by: Michael Ehrenreich <michideep@gmail.com>
This commit is contained in:
Hajo Noerenberg
2026-05-12 23:12:41 +02:00
committed by Michael Ehrenreich
parent 6d0d24f12d
commit e46d78ba89
+7
View File
@@ -0,0 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs, data, nvs, 0x9000, 0x14000,
phy_init, data, phy, 0x1d000, 0x1000,
otadata, data, ota, 0x1e000, 0x2000,
ota_0, app, ota_0, 0x20000, 0x1f0000,
ota_1, app, ota_1, 0x210000, 0x1f0000,
1 # Name, Type, SubType, Offset, Size, Flags
2 # Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
3 nvs, data, nvs, 0x9000, 0x14000,
4 phy_init, data, phy, 0x1d000, 0x1000,
5 otadata, data, ota, 0x1e000, 0x2000,
6 ota_0, app, ota_0, 0x20000, 0x1f0000,
7 ota_1, app, ota_1, 0x210000, 0x1f0000,