Replies: 1 comment
-
|
Thanks for your post, if not, I will waste more days to make it work. I can confirm it on zephyr 4.4.0. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if the behavior I'm seeing with FAT is expected, or an indicator that I'm doing something wrong or am missing a config option. I'm using FAT with an eMMC and I can successfully mount a new FAT filesystem, but I can't actually use it until I make a directory that matches the name of the mount point. For example, using the
fsshell command:Once I create that directory I can use it like I would expect:
On the other hand, littlefs doesn't require creating that directory.
I've dug into it enough that I think this is just a consequence of how the fatfs vs littlefs modules are implemented, but I'm certainly not an expert and would be happy to be corrected. If that's just how it works then creating that directory isn't a big deal, I just want to make sure I'm not missing something obvious.
Beta Was this translation helpful? Give feedback.
All reactions