Espressif: add partitions-4MB-no-uf2
This commit is contained in:
parent
90e94dc485
commit
11bbe48ede
7
ports/espressif/esp-idf-config/partitions-4MB-no-uf2.csv
Normal file
7
ports/espressif/esp-idf-config/partitions-4MB-no-uf2.csv
Normal file
@ -0,0 +1,7 @@
|
||||
# ESP-IDF Partition Table
|
||||
# Name, Type, SubType, Offset, Size, Flags
|
||||
# bootloader.bin,, 0x1000, 32K
|
||||
# partition table,, 0x8000, 4K
|
||||
nvs, data, nvs, 0x9000, 20K,
|
||||
app, app, factory, 0x10000, 2048K,
|
||||
user_fs, data, fat, 0x210000, 1984K,
|
|
18
ports/espressif/esp-idf-config/sdkconfig-4MB-no-uf2.defaults
Normal file
18
ports/espressif/esp-idf-config/sdkconfig-4MB-no-uf2.defaults
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# Serial flasher config
|
||||
#
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_2MB is not set
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
|
||||
# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE="4MB"
|
||||
CONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y
|
||||
# end of Serial flasher config
|
||||
|
||||
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
|
||||
#
|
||||
# Partition Table
|
||||
#
|
||||
CONFIG_PARTITION_TABLE_FILENAME="esp-idf-config/partitions-4MB-no-uf2.csv"
|
||||
# end of Partition Table
|
Loading…
Reference in New Issue
Block a user