Skip to content

Commit da472d9

Browse files
committed
Add new partition web485_v2
1 parent 40e4295 commit da472d9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

boards.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ esp32.menu.PSRAM.enabled=Enabled
4444
esp32.menu.PSRAM.enabled.build.defines=-DBOARD_HAS_PSRAM -mfix-esp32-psram-cache-issue
4545
esp32.menu.PSRAM.enabled.build.extra_libs=-lc-psram-workaround -lm-psram-workaround
4646

47+
esp32.menu.PartitionScheme.web485_v2=web485_v2 SPIFFS (1.5MB APP with OTA/960KB SPIFFS)
48+
esp32.menu.PartitionScheme.web485_v2.build.partitions=web485_v2
49+
esp32.menu.PartitionScheme.web485_v2.upload.maximum_size=1572864
4750
esp32.menu.PartitionScheme.app3M_spiffs9M_16MB=16M Flash (3MB APP/9MB SPIFFS)
4851
esp32.menu.PartitionScheme.app3M_spiffs9M_16MB.build.partitions=app3M_spiffs9M_16MB
4952
esp32.menu.PartitionScheme.app3M_spiffs9M_16MB.upload.maximum_size=3145728

tools/partitions/web485_v2.csv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Name, Type, SubType, Offset, Size, Flags
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,0xF0000,

0 commit comments

Comments
 (0)