[ESP-IDF5.1] Add SafeBoot minimal image for 4M ESP32-xx nodes

This commit is contained in:
TD-er
2023-12-01 17:50:26 +01:00
parent 47ea77a226
commit aecb9fbf23
24 changed files with 463 additions and 208 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
"flash_mode": "qio",
"mcu": "esp32c2",
"variant": "esp32c2",
"partitions": "boards/partitions/esp32_partition_app1810k_spiffs316k.csv"
"partitions": "boards/partitions/esp32_safeboot_partition_app2880k_fs320k.csv"
},
"connectivity": [
"wifi",
@@ -0,0 +1,6 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
safeboot, app, factory, 0x10000, 0xD0000,
app0, app, ota_0, 0xE0000, 0x2D0000,
spiffs, data, spiffs, 0x3B0000,0x50000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x5000
3 otadata data ota 0xe000 0x2000
4 safeboot app factory 0x10000 0xD0000
5 app0 app ota_0 0xE0000 0x2D0000
6 spiffs data spiffs 0x3B0000 0x50000