-
Notifications
You must be signed in to change notification settings - Fork 7.7k
fatfs open("xx",O_CREAT|O_WRONLY,0666) fails (IDFGH-8839) #1817
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
Labels
Comments
you use xx ? Or /sdcard/xx ? You can leave out the permission flags |
@maierkomor , any update? Is this issue solved now? |
This is still an issue; the |
espressif-bot
pushed a commit
that referenced
this issue
Apr 18, 2023
fatfs 'open' with only O_CREAT flag fails to creat new file Closes #1817
espressif-bot
pushed a commit
that referenced
this issue
May 7, 2023
fatfs 'open' with only O_CREAT flag fails to creat new file Closes #1817
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
An open call to create a file on a fatfs on spi flash fails with "no such file or directory". In contrast, fopen works without a problem.
The text was updated successfully, but these errors were encountered: