Skip to content

Commit 932c0e7

Browse files
committed
Fixed custom partitions
1 parent cb3dba6 commit 932c0e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -38739,7 +38739,7 @@ waveshare_esp32_s3_zero.menu.PartitionScheme.otanofs=OTA no FS (2MB APP with OTA
3873938739
waveshare_esp32_s3_zero.menu.PartitionScheme.otanofs.build.custom_partitions=partitions_otanofs_4MB
3874038740
waveshare_esp32_s3_zero.menu.PartitionScheme.otanofs.upload.maximum_size=2031616
3874138741
waveshare_esp32_s3_zero.menu.PartitionScheme.all_app=Max APP (4MB APP no OTA)
38742-
waveshare_esp32_s3_zero.menu.PartitionScheme.all_app.build.custom_partitions=partitions_all_app_4MB
38742+
waveshare_esp32_s3_zero.menu.PartitionScheme.all_app.build.custom_partitions=partitions_4MB
3874338743
waveshare_esp32_s3_zero.menu.PartitionScheme.all_app.upload.maximum_size=4128768
3874438744

3874538745
waveshare_esp32_s3_zero.menu.PartitionScheme.custom=Custom
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, 0x1F0000,
5+
app1, app, ota_1, 0x200000, 0x1F0000,
6+
coredump, data, coredump, 0x3F0000, 0x10000,

0 commit comments

Comments
 (0)