|
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, |
6 | 1 | # to create/use ffat, see https://github.com/marcmerlin/esp32_fatfsimage |
7 | 2 | # |
8 | 3 | # This file is the partition table that comes with eStreamPlayer32 |
9 | 4 | # It is a partition table for a 4MB esp32 |
10 | 5 | # |
| 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 | +# |
11 | 9 | # It will override any partition you select in the Arduino IDE |
12 | 10 | # Rename this file to restore the option to select a partition |
13 | 11 | # Or copy a suitable file from ~/Arduino/hardware/espressif/esp32/tools/partitions |
14 | 12 | # And rename that to 'partitions.csv' |
15 | 13 | # |
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