Hello,
for my ESP32 AI thinker CAM I use the partition scheme: "Minimal SPIFFS (1.9MB APP with OTA/190Kb SPIFFS)". I would need to make a new partition with a new name and use larger SPIFFS there, ideally 500Kb. Can you please create a CSV file for me? Very much please.
If you use
the general ESP32 board-definition
there are multiple partition-schemes
If you would like to have a very special one you would have to specify the memory for each part
best regards Stefan
I would need to edit a CSV for a partition that SPIFFS only has about 160-190kB. I need to increase SPIFFS to at least 450kB, but with editing the other partitions so that the CSV remains functional.
Thank you very much in advance.
I tried it myself but the device keeps restarting.
CSV spiffs (160-190kB):
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x1E0000,
app1, app, ota_1, 0x1F0000,0x1E0000,
spiffs, data, spiffs, 0x3D0000,0x20000,
coredump, data, coredump,0x3F0000,0x10000,
Your two or more topics on the same or similar subject have been merged.
Please do not duplicate your questions as doing so wastes the time and effort of the volunteers trying to help you as they are then answering the same thing in different places.
Please create one topic only for your question and choose the forum category carefully. If you have multiple questions about the same project then please ask your questions in the one topic as the answers to one question provide useful context for the others, and also you won’t have to keep explaining your project repeatedly.
Repeated duplicate posting could result in a temporary or permanent ban from the forum.
Could you take a few moments to Learn How To Use The Forum
It will help you get the best out of the forum in the future.
Thank you.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.