Compare commits

...

2 Commits

Author SHA1 Message Date
Frank 38c266d33c ZigBee partitions file: 2.5MB program, 2.9MB LittleFS
extra 400KB margin for ZigBee stack

(flash program: 2555904 bytes)
2026-03-31 00:18:22 +02:00
Frank c8ce317244 8MB partition: 2.2MB program, 3.8MB LittleFS
* increase program partition by 132 KB
* add zigbee compatible 8MB partitions file
2026-03-30 22:39:03 +02:00
2 changed files with 12 additions and 3 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x200000,
app1, app, ota_1, 0x210000,0x200000,
spiffs, data, spiffs, 0x410000,0x3E0000,
app0, app, ota_0, 0x10000, 0x220000,
app1, app, ota_1, 0x230000,0x220000,
spiffs, data, spiffs, 0x450000,0x3A0000,
coredump, data, coredump,,64K
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, 0x200000, app0, app, ota_0, 0x10000, 0x220000,
5 app1, app, ota_1, 0x210000,0x200000, app1, app, ota_1, 0x230000,0x220000,
6 spiffs, data, spiffs, 0x410000,0x3E0000, spiffs, data, spiffs, 0x450000,0x3A0000,
7 coredump, data, coredump,,64K
+9
View File
@@ -0,0 +1,9 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x270000,
app1, app, ota_1, 0x280000,0x270000,
spiffs, data, spiffs, 0x4F0000,0x2FB000,
zb_storage, data, fat, 0x7EB000,0x4000,
zb_fct, data, fat, 0x7EF000,0x1000,
coredump, data, coredump,0x7F0000,0x10000,
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 0x270000
5 app1 app ota_1 0x280000 0x270000
6 spiffs data spiffs 0x4F0000 0x2FB000
7 zb_storage data fat 0x7EB000 0x4000
8 zb_fct data fat 0x7EF000 0x1000
9 coredump data coredump 0x7F0000 0x10000