forked from xiaozhi/xiaozhi-esp32
v1.6.8: Move partition CSV files into a folder
This commit is contained in:
8
partitions/v1/16m.csv
Normal file
8
partitions/v1/16m.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x4000,
|
||||
otadata, data, ota, 0xd000, 0x2000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
model, data, spiffs, 0x10000, 0xF0000,
|
||||
ota_0, app, ota_0, 0x100000, 6M,
|
||||
ota_1, app, ota_1, 0x700000, 6M,
|
||||
|
10
partitions/v1/32m.csv
Normal file
10
partitions/v1/32m.csv
Normal file
@@ -0,0 +1,10 @@
|
||||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvsfactory, data, nvs, , 200K,
|
||||
nvs, data, nvs, , 840K,
|
||||
otadata, data, ota, , 0x2000,
|
||||
phy_init, data, phy, , 0x1000,
|
||||
model, data, spiffs, , 0xF0000,
|
||||
# According to scripts/versions.py, app partition must be aligned to 1MB
|
||||
ota_0, app, ota_0, 0x200000, 12M,
|
||||
ota_1, app, ota_1, , 12M,
|
||||
|
7
partitions/v1/4m.csv
Normal file
7
partitions/v1/4m.csv
Normal file
@@ -0,0 +1,7 @@
|
||||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x4000,
|
||||
otadata, data, ota, 0xd000, 0x2000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
model, data, spiffs, 0x10000, 0xF0000,
|
||||
factory, app, factory, 0x100000, 3M,
|
||||
|
8
partitions/v1/4m_esp-hi.csv
Normal file
8
partitions/v1/4m_esp-hi.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x4000,
|
||||
otadata, data, ota, 0xd000, 0x2000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
model, data, spiffs, 0x10000, 0xD0000,
|
||||
factory, app, factory, 0xe0000, 2200K,
|
||||
assets_A, data, spiffs, , 700K,
|
||||
|
8
partitions/v1/8m.csv
Normal file
8
partitions/v1/8m.csv
Normal file
@@ -0,0 +1,8 @@
|
||||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x4000,
|
||||
otadata, data, ota, 0xd000, 0x2000,
|
||||
phy_init, data, phy, 0xf000, 0x1000,
|
||||
model, data, spiffs, 0x10000, 0xF0000,
|
||||
ota_0, app, ota_0, 0x100000, 0x380000,
|
||||
ota_1, app, ota_1, 0x480000, 0x380000,
|
||||
|
Reference in New Issue
Block a user