testing partitions for deployment

This commit is contained in:
2023-08-09 09:09:34 +02:00
parent 1f30e92396
commit 22ee65a994
2 changed files with 7 additions and 0 deletions

6
partitions.csv Normal file
View File

@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000,0x140000,
spiffs, data, spiffs, 0x290000,0x170000,
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 0x170000

View File

@@ -22,6 +22,7 @@ monitor_speed = 115200
[env:wt32-sc01_plus] [env:wt32-sc01_plus]
board = wt32-sc01_plus board = wt32-sc01_plus
board_build.partitions = partitions.csv
build_flags = build_flags =
-D CORE_DEBUG_LEVEL=4 -D CORE_DEBUG_LEVEL=4
-D SCREEN_WIDTH=480 -D SCREEN_WIDTH=480