Added OTA partition 1.5MB per app. Fixed s3 wrong partition for spiffs

This commit is contained in:
cjkas 2026-03-29 21:10:02 +02:00
parent 4a1df4dd67
commit aa81b95bee
5 changed files with 13 additions and 17 deletions

6
esp32_3MB.csv Normal file
View file

@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size
nvs, data, nvs, 0x9000, 0x5000
otadata, data, ota, 0xE000, 0x2000
app0, app, ota_0, 0x10000, 0x180000
app1, app, ota_1, 0x190000, 0x180000
spiffs, data, spiffs, 0x310000, 0x0F0000
1 # Name Type SubType Offset Size
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xE000 0x2000
4 app0 app ota_0 0x10000 0x180000
5 app1 app ota_1 0x190000 0x180000
6 spiffs data spiffs 0x310000 0x0F0000