Skip to content

Commit 74a3ec5

Browse files
authored
Merge pull request #7484 from MicroDev1/patch
Prettify espressif partition tables
2 parents 2f76ed4 + 9487fb5 commit 74a3ec5

File tree

7 files changed

+57
-64
lines changed

7 files changed

+57
-64
lines changed
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
otadata, data, ota, 0xe000, 8K,
7-
ota_0, 0, ota_0, 0x10000, 2048K,
8-
ota_1, 0, ota_1, 0x210000, 2048K,
9-
user_fs, data, fat, 0x410000, 12224K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
otadata, data, ota, 0xe000, 8K
6+
ota_0, app, ota_0, 0x10000, 2048K
7+
ota_1, app, ota_1, 0x210000, 2048K
8+
user_fs, data, fat, 0x410000, 12224K
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
otadata, data, ota, 0xe000, 8K,
7-
ota_0, 0, ota_0, 0x10000, 2048K,
8-
ota_1, 0, ota_1, 0x210000, 2048K,
9-
uf2, app, factory,0x410000, 256K,
10-
user_fs, data, fat, 0x450000, 11968K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
otadata, data, ota, 0xe000, 8K
6+
ota_0, app, ota_0, 0x10000, 2048K
7+
ota_1, app, ota_1, 0x210000, 2048K
8+
uf2, app, factory, 0x410000, 256K
9+
user_fs, data, fat, 0x450000, 11968K
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
app, app, factory, 0x10000, 1408K,
7-
user_fs, data, fat, 0x170000, 576K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
app, app, factory, 0x10000, 1408K,
6+
user_fs, data, fat, 0x170000, 576K,
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
otadata, data, ota, 0xe000, 8K,
7-
ota_0, 0, ota_0, 0x10000, 1408K,
8-
ota_1, 0, ota_1, 0x170000, 1408K,
9-
user_fs, data, fat, 0x2d0000, 1216K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
otadata, data, ota, 0xe000, 8K
6+
ota_0, app, ota_0, 0x10000, 1408K
7+
ota_1, app, ota_1, 0x170000, 1408K
8+
user_fs, data, fat, 0x2d0000, 1216K
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
otadata, data, ota, 0xe000, 8K,
7-
ota_0, 0, ota_0, 0x10000, 1408K,
8-
ota_1, 0, ota_1, 0x170000, 1408K,
9-
uf2, app, factory,0x2d0000, 256K,
10-
user_fs, data, fat, 0x310000, 960K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
otadata, data, ota, 0xe000, 8K
6+
ota_0, app, ota_0, 0x10000, 1408K
7+
ota_1, app, ota_1, 0x170000, 1408K
8+
uf2, app, factory, 0x2d0000, 256K
9+
user_fs, data, fat, 0x310000, 960K
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
otadata, data, ota, 0xe000, 8K,
7-
ota_0, app, ota_0, 0x10000, 2048K,
8-
ota_1, app, ota_1, 0x210000, 2048K,
9-
user_fs, data, fat, 0x410000, 4032K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
otadata, data, ota, 0xe000, 8K
6+
ota_0, app, ota_0, 0x10000, 2048K
7+
ota_1, app, ota_1, 0x210000, 2048K
8+
user_fs, data, fat, 0x410000, 4032K
Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
# ESP-IDF Partition Table
2-
# Name, Type, SubType, Offset, Size, Flags
3-
# bootloader.bin,, 0x1000, 32K
4-
# partition table,, 0x8000, 4K
5-
nvs, data, nvs, 0x9000, 20K,
6-
otadata, data, ota, 0xe000, 8K,
7-
ota_0, 0, ota_0, 0x10000, 2048K,
8-
ota_1, 0, ota_1, 0x210000, 2048K,
9-
uf2, app, factory,0x410000, 256K,
10-
user_fs, data, fat, 0x450000, 3776K,
1+
# Name, Type, SubType, Offset, Size
2+
# bootloader, app, boot, 0x1000/0x0, 28/32K
3+
# partition_table, data, table, 0x8000, 4K
4+
nvs, data, nvs, 0x9000, 20K
5+
otadata, data, ota, 0xe000, 8K
6+
ota_0, app, ota_0, 0x10000, 2048K
7+
ota_1, app, ota_1, 0x210000, 2048K
8+
uf2, app, factory, 0x410000, 256K
9+
user_fs, data, fat, 0x450000, 3776K

0 commit comments

Comments
 (0)