Prvni ulozeni z chegewara githubu
This commit is contained in:
7
tools/partitions/app3M_fat9M_16MB.csv
Normal file
7
tools/partitions/app3M_fat9M_16MB.csv
Normal file
@ -0,0 +1,7 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, ota_0, 0x10000, 0x300000,
|
||||
app1, app, ota_1, 0x310000,0x300000,
|
||||
ffat, data, fat, 0x610000,0x9F0000,
|
||||
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
|
|
3
tools/partitions/bare_minimum_2MB.csv
Normal file
3
tools/partitions/bare_minimum_2MB.csv
Normal file
@ -0,0 +1,3 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 36K, 20K,
|
||||
factory, app, factory, 64K, 1900K,
|
|
BIN
tools/partitions/boot_app0.bin
Normal file
BIN
tools/partitions/boot_app0.bin
Normal file
Binary file not shown.
BIN
tools/partitions/default.bin
Normal file
BIN
tools/partitions/default.bin
Normal file
Binary file not shown.
6
tools/partitions/default.csv
Normal file
6
tools/partitions/default.csv
Normal 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,
|
|
6
tools/partitions/default_16MB.csv
Normal file
6
tools/partitions/default_16MB.csv
Normal 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, 0x640000,
|
||||
app1, app, ota_1, 0x650000,0x640000,
|
||||
spiffs, data, spiffs, 0xc90000,0x370000,
|
|
6
tools/partitions/default_8MB.csv
Normal file
6
tools/partitions/default_8MB.csv
Normal 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, 0x330000,
|
||||
app1, app, ota_1, 0x340000,0x330000,
|
||||
spiffs, data, spiffs, 0x670000,0x190000,
|
|
6
tools/partitions/default_ffat.csv
Normal file
6
tools/partitions/default_ffat.csv
Normal 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,
|
||||
ffat, data, fat, 0x290000,0x170000,
|
|
7
tools/partitions/ffat.csv
Normal file
7
tools/partitions/ffat.csv
Normal file
@ -0,0 +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,
|
||||
ffat, data, fat, 0x410000,0xBF0000,
|
||||
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
|
|
5
tools/partitions/huge_app.csv
Normal file
5
tools/partitions/huge_app.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, 0x300000,
|
||||
spiffs, data, spiffs, 0x310000,0xF0000,
|
|
6
tools/partitions/large_spiffs_16MB.csv
Normal file
6
tools/partitions/large_spiffs_16MB.csv
Normal 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, 0x480000,
|
||||
app1, app, ota_1, 0x490000,0x480000,
|
||||
spiffs, data, spiffs, 0x910000,0x6F0000,
|
|
4
tools/partitions/max_app_8MB.csv
Normal file
4
tools/partitions/max_app_8MB.csv
Normal file
@ -0,0 +1,4 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
app0, app, factory, 0x10000, 0x7F0000,
|
|
6
tools/partitions/min_spiffs.csv
Normal file
6
tools/partitions/min_spiffs.csv
Normal 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, 0x1E0000,
|
||||
app1, app, ota_1, 0x1F0000,0x1E0000,
|
||||
spiffs, data, spiffs, 0x3D0000,0x30000,
|
|
5
tools/partitions/minimal.csv
Normal file
5
tools/partitions/minimal.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, 0x140000,
|
||||
spiffs, data, spiffs, 0x150000, 0xB0000,
|
|
5
tools/partitions/no_ota.csv
Normal file
5
tools/partitions/no_ota.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, 0x200000,
|
||||
spiffs, data, spiffs, 0x210000,0x1F0000,
|
|
5
tools/partitions/noota_3g.csv
Normal file
5
tools/partitions/noota_3g.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, 0x100000,
|
||||
spiffs, data, spiffs, 0x110000,0x2F0000,
|
|
6
tools/partitions/noota_3gffat.csv
Normal file
6
tools/partitions/noota_3gffat.csv
Normal 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, 0x100000,
|
||||
ffat, data, fat, 0x110000,0x2F0000,
|
||||
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
|
|
6
tools/partitions/noota_ffat.csv
Normal file
6
tools/partitions/noota_ffat.csv
Normal 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, 0x200000,
|
||||
ffat, data, fat, 0x210000,0x1F0000,
|
||||
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
|
|
6
tools/partitions/rainmaker.csv
Normal file
6
tools/partitions/rainmaker.csv
Normal file
@ -0,0 +1,6 @@
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
nvs, data, nvs, 0x9000, 0x5000,
|
||||
otadata, data, ota, 0xe000, 0x2000,
|
||||
ota_0, app, ota_0, 0x10000, 0x1E0000,
|
||||
ota_1, app, ota_1, 0x1F0000, 0x1E0000,
|
||||
fctry, data, nvs, 0x3D0000, 0x6000,
|
|
Reference in New Issue
Block a user