-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
LittleFS fopen() is really slow on QSPI flash #11085
Comments
Internal Jira reference: https://jira.arm.com/browse/MBOCUSTRIA-1497 |
This is more likely due to directory structure layout than QSPI specifically. I'm guessing it's related to littlefs-project/littlefs#75. Unfortunately all I can say right now is that I am planning on looking at it but it will take time. |
@geky Thanks for pointing me to that issue. |
Shall this be closed ? As it's being tracked in littlefs repo issue 75 |
If anyone follows this one, please follow littlefs-project/littlefs#75. I'll close this as there is an issue related in the upstream repository. |
Description
fopen()
when used with LittleFS is ~15 times slower than with FATFileSystem when using it on the QSPI flash on the DISCO-L475VG-IOT01A board. My test script:This takes between 129 and 151 ms. on my board with LittleFS, but only 10-11 ms. with FATFileSystem.
@geky
Issue request type
The text was updated successfully, but these errors were encountered: