Skip to content

Commit 5bff08f

Browse files
Add fri3d_partitions_16MB and menu option
1 parent 5dace2b commit 5bff08f

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

boards.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,8 @@ fri3d_2024_esp32s3.menu.UploadMode.cdc=USB-OTG CDC (TinyUSB)
919919
fri3d_2024_esp32s3.menu.UploadMode.cdc.upload.use_1200bps_touch=true
920920
fri3d_2024_esp32s3.menu.UploadMode.cdc.upload.wait_for_upload_port=true
921921

922+
fri3d_2024_esp32s3.menu.PartitionScheme.fri3d=Fri3d 16MB (OTA + Micropyhton + Retrogame)
923+
fri3d_2024_esp32s3.menu.PartitionScheme.fri3d.build.partitions=fri3d_partitions_16MB
922924
fri3d_2024_esp32s3.menu.PartitionScheme.default=Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS)
923925
fri3d_2024_esp32s3.menu.PartitionScheme.default.build.partitions=default
924926
fri3d_2024_esp32s3.menu.PartitionScheme.defaultffat=Default 4MB with ffat (1.2MB APP/1.5MB FATFS)
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Name, Type, SubType, Offset, Size, Flags
2+
# bootloader.bin, , , 0x1000, 32K,
3+
# partition table, , , 0x8000, 4K,
4+
otadata, data, ota, 0x9000, 0x2000,
5+
nvs, data, nvs, 0xb000, 0x5000,
6+
ota_0, app, ota_0, 0x10000, 0x200000,
7+
ota_1, app, ota_1, 0x210000, 0x200000,
8+
micropython, app, ota_2, 0x410000, 0x300000,
9+
launcher, app, ota_3, 0x710000, 0x100000,
10+
retro-core, app, ota_4, 0x810000, 0x0a0000,
11+
prboom-go, app, ota_5, 0x8b0000, 0x0e0000,
12+
vfs, data, fat, 0x990000, 0x670000,

0 commit comments

Comments
 (0)