Skip to content
Discussion options

You must be logged in to vote

Is LittleFS just not meant for SD cards?

The sdcard driver uses the "simple interface" while littlefs only implements the "extended interface".

https://docs.micropython.org/en/latest/library/os.html#simple-and-extended-interface

We need to update sdcard.py to support the extended interface (and really...deprecate the simple interface)

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@DavesCodeMusings
Comment options

@jornamon
Comment options

@DavesCodeMusings
Comment options

@jornamon
Comment options

Answer selected by DavesCodeMusings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants