partition.csv in sketch folder being ignored
Posted: Fri Mar 21, 2025 6:02 am
I placed a partition.csv in my sketch folder as per the instructions on the Espressif site. It is being ignored. I tried partition.csv and partitions.csv. It makes no difference. Using the Arduino IDE version 1.8.19. Version 2.x has too many problems to be able to use it.
I am on board definitions 3.1.3
Here's the partition.csv file:
When I compile, I get a smaller app partition. It is still honoring the selection from the Tools menu instead of using the custom file in the sketch folder.
I am on board definitions 3.1.3
Here's the partition.csv file:
Code: Select all
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x300000,
pix, data, spiffs, 0x310000, 0x9E0000,
coredump, data, coredump, 0xcf0000, 0x10000,Sketch uses 1130168 bytes (86%) of program storage space. Maximum is 1310720 bytes.
Global variables use 58164 bytes (17%) of dynamic memory, leaving 269516 bytes for local variables. Maximum is 327680 bytes.