How to initialize a FAT partition in SPIFFS partition table slot (IDFGH-9743) #11076
Closed
3 tasks done
Labels
Awaiting Response
awaiting a response from the author
Resolution: NA
Issue resolution is unavailable
Status: Done
Issue is done internally
Type: Question
questions from developer
Answers checklist.
IDF version.
v4.4.1
Operating System used.
Windows
How did you build your project?
Eclipse IDE
If you are using Windows, please specify command line type.
NONE
What is the expected behavior?
Hi everyone i have some doubts about the spiffs and fatfs file storage system. actually, iam using esp32 wrover-b and my binary size has been increased due to the large HTML files , so as i analyzed the partition table there is a lot of empty space in spiffs which I not using in our project so I have implemented spiffs storage system and mount those files to spiffs but unfortunately due to flash encryption I am not able to mount or create spiffs storage, so next way is to create a fatfs storage to access the html page, is it possible to use my spiffs partition for fatfs which I declare in my partition table, is there any way to store the file in fatfs without modifying the partition table,
Is it possible to use the spiffs partition for fatfs to store files and access files?
What is the actual behavior?
Need to store the HTML in fatfs without modifying the partition table and by using the existing spiffs storage.
Steps to reproduce.
Just creating a partition table consisting of spiff storage and assigning it fatfs is possible in espidf if it possible is there any example on it?
Build or installation Logs.
No response
More Information.
No response
The text was updated successfully, but these errors were encountered: