Skip to content

Commit a948757

Browse files
Add custom partition file.
1 parent 84eed70 commit a948757

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

partitions.csv

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
# Name, Type, SubType, Offset, Size, Flags
2-
nvs, data, nvs, 0x9000, 0x5000,
3-
otadata, data, ota, 0xe000, 0x2000,
4-
app0, app, ota_0, 0x10000, 0x200000,
5-
ffat, data, fat, 0x210000,0x1F0000,
61
# to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage
72
#
83
# This file is the partition table that comes with eStreamPlayer32
94
# It is a partition table for a 4MB esp32
105
#
6+
# This file is a copy of ~/Arduino/hardware/espressif/esp32/tools/partitions/noota3gffat.csv
7+
# It sets a 2MB app with no ota.
8+
#
119
# It will override any partition you select in the Arduino IDE
1210
# Rename this file to restore the option to select a partition
1311
# Or copy a suitable file from ~/Arduino/hardware/espressif/esp32/tools/partitions
1412
# And rename that to 'partitions.csv'
1513
#
16-
# See https://github.com/espressif/arduino-esp32/issues/2258
14+
# Name, Type, SubType, Offset, Size, Flags
15+
nvs, data, nvs, 0x9000, 0x5000,
16+
otadata, data, ota, 0xe000, 0x2000,
17+
app0, app, ota_0, 0x10000, 0x200000,
18+
ffat, data, fat, 0x210000,0x1F0000,

0 commit comments

Comments
 (0)