Skip to content

Commit cc1d639

Browse files
Use partition schemes appropriate for flash size
Also adds another partition scheme based of off default_8MB, but fat partition.
1 parent 7a0a09e commit cc1d639

File tree

4 files changed

+30
-27
lines changed

4 files changed

+30
-27
lines changed

boards.txt

Lines changed: 9 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -26962,39 +26962,21 @@ esp32s3_powerfeather.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
2696226962
esp32s3_powerfeather.menu.UploadMode.cdc.upload.use_1200bps_touch=true
2696326963
esp32s3_powerfeather.menu.UploadMode.cdc.upload.wait_for_upload_port=true
2696426964

26965-
esp32s3_powerfeather.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
26966-
esp32s3_powerfeather.menu.PartitionScheme.default.build.partitions=default
26967-
esp32s3_powerfeather.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
26968-
esp32s3_powerfeather.menu.PartitionScheme.defaultffat.build.partitions=default_ffat
2696926965
esp32s3_powerfeather.menu.PartitionScheme.default_8MB=8M with spiffs (3MB APP/1.5MB SPIFFS)
2697026966
esp32s3_powerfeather.menu.PartitionScheme.default_8MB.build.partitions=default_8MB
2697126967
esp32s3_powerfeather.menu.PartitionScheme.default_8MB.upload.maximum_size=3342336
26972-
esp32s3_powerfeather.menu.PartitionScheme.minimal=Minimal (1.3MB APP/700KB SPIFFS)
26973-
esp32s3_powerfeather.menu.PartitionScheme.minimal.build.partitions=minimal
26974-
esp32s3_powerfeather.menu.PartitionScheme.no_ota=No OTA (2MB APP/2MB SPIFFS)
26975-
esp32s3_powerfeather.menu.PartitionScheme.no_ota.build.partitions=no_ota
26976-
esp32s3_powerfeather.menu.PartitionScheme.no_ota.upload.maximum_size=2097152
26977-
esp32s3_powerfeather.menu.PartitionScheme.noota_3g=No OTA (1MB APP/3MB SPIFFS)
26978-
esp32s3_powerfeather.menu.PartitionScheme.noota_3g.build.partitions=noota_3g
26979-
esp32s3_powerfeather.menu.PartitionScheme.noota_3g.upload.maximum_size=1048576
26980-
esp32s3_powerfeather.menu.PartitionScheme.noota_ffat=No OTA (2MB APP/2MB FATFS)
26981-
esp32s3_powerfeather.menu.PartitionScheme.noota_ffat.build.partitions=noota_ffat
26982-
esp32s3_powerfeather.menu.PartitionScheme.noota_ffat.upload.maximum_size=2097152
26983-
esp32s3_powerfeather.menu.PartitionScheme.noota_3gffat=No OTA (1MB APP/3MB FATFS)
26984-
esp32s3_powerfeather.menu.PartitionScheme.noota_3gffat.build.partitions=noota_3gffat
26985-
esp32s3_powerfeather.menu.PartitionScheme.noota_3gffat.upload.maximum_size=1048576
26986-
esp32s3_powerfeather.menu.PartitionScheme.huge_app=Huge APP (3MB No OTA/1MB SPIFFS)
26987-
esp32s3_powerfeather.menu.PartitionScheme.huge_app.build.partitions=huge_app
26988-
esp32s3_powerfeather.menu.PartitionScheme.huge_app.upload.maximum_size=3145728
26989-
esp32s3_powerfeather.menu.PartitionScheme.min_spiffs=Minimal SPIFFS (1.9MB APP with OTA/190KB SPIFFS)
26990-
esp32s3_powerfeather.menu.PartitionScheme.min_spiffs.build.partitions=min_spiffs
26991-
esp32s3_powerfeather.menu.PartitionScheme.min_spiffs.upload.maximum_size=1966080
26968+
esp32s3_powerfeather.menu.PartitionScheme.default_ffat_8MB=8M with ffat (3MB APP/1.5MB FATFS)
26969+
esp32s3_powerfeather.menu.PartitionScheme.default_ffat_8MB.build.partitions=default_ffat_8MB
26970+
esp32s3_powerfeather.menu.PartitionScheme.default_ffat_8MB.upload.maximum_size=3342336
26971+
esp32s3_powerfeather.menu.PartitionScheme.large_spiffs_8MB=Large SPIFFS (1.2MB APP/5.3MB SPIFFS)
26972+
esp32s3_powerfeather.menu.PartitionScheme.large_spiffs_8MB.build.partitions=large_spiffs_8MB
26973+
esp32s3_powerfeather.menu.PartitionScheme.large_spiffs_8MB.upload.maximum_size=1310720
26974+
esp32s3_powerfeather.menu.PartitionScheme.large_ffat_8MB=Large FFAT (1.2MB APP/5.3MB FATFS)
26975+
esp32s3_powerfeather.menu.PartitionScheme.large_ffat_8MB.build.partitions=large_ffat_8MB
26976+
esp32s3_powerfeather.menu.PartitionScheme.large_ffat_8MB.upload.maximum_size=1310720
2699226977
esp32s3_powerfeather.menu.PartitionScheme.max_app_8MB=Maximum APP (7.9MB APP No OTA/No FS)
2699326978
esp32s3_powerfeather.menu.PartitionScheme.max_app_8MB.build.partitions=max_app_8MB
2699426979
esp32s3_powerfeather.menu.PartitionScheme.max_app_8MB.upload.maximum_size=8257536
26995-
esp32s3_powerfeather.menu.PartitionScheme.rainmaker=RainMaker
26996-
esp32s3_powerfeather.menu.PartitionScheme.rainmaker.build.partitions=rainmaker
26997-
esp32s3_powerfeather.menu.PartitionScheme.rainmaker.upload.maximum_size=3145728
2699826980

2699926981
esp32s3_powerfeather.menu.CPUFreq.240=240MHz (WiFi)
2700026982
esp32s3_powerfeather.menu.CPUFreq.240.build.f_cpu=240000000L

tools/partitions/default_ffat_8MB.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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, 0x330000,
5+
app1, app, ota_1, 0x340000,0x330000,
6+
ffat, data, fat, 0x670000,0x180000,
7+
coredump, data, coredump,0x7F0000,0x10000,

tools/partitions/large_ffat_8MB.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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, 0x140000,
5+
app1, app, ota_1, 0x150000,0x140000,
6+
ffat, data, fat, 0x290000,0x560000,
7+
coredump, data, coredump,0x7F0000,0x10000,

tools/partitions/large_spiffs_8MB.csv

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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, 0x140000,
5+
app1, app, ota_1, 0x150000,0x140000,
6+
spiffs, data, spiffs, 0x290000,0x560000,
7+
coredump, data, coredump,0x7F0000,0x10000,

0 commit comments

Comments
 (0)