Skip to content

Commit 19ef5c8

Browse files
authored
Increase partition size for esp32c6. (#2753)
1 parent 0b1c0ed commit 19ef5c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

toolchains/esp32c6/partitions.csv

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
secure, 0x42, 0x00, 0x009000, 0x004000,
2222
otadata, data, ota, , 0x002000,
2323
phy_init, data, phy, , 0x001000,
24-
ota_0, app, ota_0, , 0x1a0000,
25-
ota_1, app, ota_1, , 0x1a0000,
24+
ota_0, app, ota_0, , 0x1b0000,
25+
ota_1, app, ota_1, , 0x1b0000,
2626
nvs, data, nvs, , 0x010000,
27-
programs, 0x40, 0x00, , 0x0a0000, encrypted
27+
programs, 0x40, 0x00, , 0x080000, encrypted

0 commit comments

Comments
 (0)