mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-09 17:29:50 +03:00
merge #2108
This commit is contained in:
6
partitions/esp32_asym_partition_4M.csv
Normal file
6
partitions/esp32_asym_partition_4M.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, , 0x2000,
|
||||
app0, app, ota_0, , 0x2A0000,
|
||||
app1, app, ota_1, , 0x140000,
|
||||
spiffs, data, spiffs, , 64K,
|
||||
|
9
partitions/esp32_partition_16M.csv
Normal file
9
partitions/esp32_partition_16M.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x005000,
|
||||
otadata, data, ota, , 0x002000,
|
||||
boot, app, factory, , 0x480000,
|
||||
app0, app, ota_0, , 0x490000,
|
||||
app1, app, ota_1, , 0x490000,
|
||||
nvs1, data, nvs, , 0x040000,
|
||||
spiffs, data, spiffs, , 0x200000,
|
||||
coredump, data, coredump,, 0x010000,
|
||||
|
14
partitions/esp32_partition_16M.md
Normal file
14
partitions/esp32_partition_16M.md
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
| Name | Type | SubType | Offset | Size | Notes | File |
|
||||
|------------|------------|----------|---------------|--------------------|---------------------------------|---------------------------------|
|
||||
| bootloader | | | 0x0000/0x1000 | 0x8000 (32 KB) | ESP32-S3=0x1000, ESP32=0x1000 | bootloader*.bin |
|
||||
| partitions | | | 0x8000 | 0x1000 (4 KB) | same for each board | partitions*.bin |
|
||||
| - | | | | | | |
|
||||
| nvs | data | nvs | 0x9000 | 0x5000 (20 KB) | reserved for ESP32 | |
|
||||
| otadata | data | ota | 0xE000 | 0x2000 (8 KB) | same for each board | boot_app0*.bin |
|
||||
| boot | app | factory | 0x10000 | 0x480000 (4.5 MB) | default boot partition | EMS-ESP firmware *.bin/loader |
|
||||
| app0 | app | ota_0 | 0x290000 | 0x490000 (4.56 MB) | OTA cycle 1 | EMS-ESP firmware *.bin |
|
||||
| app1 | app | ota_1 | 0x510000 | 0x490000 (4.56 MB) | OTA cycle 2 | EMS-ESP firmware *.bin |
|
||||
| nvs1 | data | nvs | 0xAA0000 | 0x040000 (256 KB) | custom for EMS-ESP | (generated by script) |
|
||||
| spiffs | data | spiffs | 0xAA0000 | 0x200000 (2 MB) | for LittleFS/EMS-ESP filesystem | (not used) |
|
||||
| coredump | data | coredump | 0xCE0000 | 0x010000 (64 KB) | | |
|
||||
8
partitions/esp32_partition_32M.csv
Normal file
8
partitions/esp32_partition_32M.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x005000,
|
||||
otadata, data, ota, , 0x002000,
|
||||
app0, app, ota_0, , 0xDD0000,
|
||||
app1, app, ota_1, , 0xDD0000,
|
||||
nvs1, data, nvs, , 0x040000,
|
||||
spiffs, data, spiffs, , 0x400000,
|
||||
coredump, data, coredump,, 0x010000,
|
||||
|
6
partitions/esp32_partition_4M.csv
Normal file
6
partitions/esp32_partition_4M.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, , 0x2000,
|
||||
app0, app, ota_0, , 0x1F0000,
|
||||
app1, app, ota_1, , 0x1F0000,
|
||||
spiffs, data, spiffs, , 64K,
|
||||
|
5
partitions/esp32_partition_debug.csv
Normal file
5
partitions/esp32_partition_debug.csv
Normal file
@@ -0,0 +1,5 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xE000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x210000,
|
||||
spiffs, data, spiffs, 0x220000, 0x10000,
|
||||
|
Reference in New Issue
Block a user