-
-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get mtime attribute (-61) #9
Comments
Hi @ghtech ! Are you saying that you tested I'll see if I can add some version checks and stuff later today (will probably get around to it in about 6 hours) |
Thanks for quick reply I am using ESP-IDF v4.2-dev. If I replace it with w or r which is used in esp spiffs example solve the problem. |
I haven't tested littlefs with the "+" forms of mode. I think the upstream code handles it, so I just have to also handle it properly. I'll investigate and add some tests this evening. Thanks! |
I just added unit tests for |
Hi Brain, ESP IDF version
CODE ...
console log output
|
Thanks for the code snippet! Should be fixed in 7e0fdde Basically the issue is that when opening to read/write, the If this doesn't solve your problem, we can re-open this issue. Thanks! |
Hi I am using littleFs component in my esp project and getting
ERROR esp_littlefs: Failed to get mtime attribute (-61)
at time of read and write to file
in config CONFIG_LITTLEFS_USE_MTIME is enabled
test esp idf examples/storage/spiffs with littleFs but no error.
please guide me do I need some changes in code to fix error
The text was updated successfully, but these errors were encountered: