Skip to content

Commit 11bbe48

Browse files
committed
Espressif: add partitions-4MB-no-uf2
1 parent 90e94dc commit 11bbe48

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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, 2048K,
7+
user_fs, data, fat, 0x210000, 1984K,
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#
2+
# Serial flasher config
3+
#
4+
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
5+
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
6+
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
7+
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
8+
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
9+
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
10+
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y
11+
# end of Serial flasher config
12+
13+
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
14+
#
15+
# Partition Table
16+
#
17+
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
18+
# end of Partition Table

0 commit comments

Comments
 (0)