-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Description
Answers checklist.
- I have read the documentation of the component in question and the issue is not addressed there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
I am using this library on a project with MT29F2G01ABAGD, I am experiencing problems starting esp32-s3:
returns this warning vfs_fat_nand: f_mount failed (13)
the flash is formatted, and proceeds to write and read the hello.txt file
What can I do to avoid formatting the flash every boot?
Doing other tests, if I unmounted and mount the flash the hello.txt file is read incorrectly, and it truncates "HELLO TXT" as its contents, what can I do to avoid this?