-
Notifications
You must be signed in to change notification settings - Fork 114
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
Add support for read/writing files on embedded drives #58
Comments
I've got this working for LittleFS (which is used by MicroPython) on the block-device-support branch - so far I've added |
Perhaps https://docs.micropython.org/en/latest/reference/mpremote.html#mpremote-command-fs suggests the kind of commands that might be useful? 🙂
FAT seems like the obvious suggestion? |
Just in case the GH notifications don't work properly: I've left some comments at the bottom of 626beaa |
Note (if you don't already) we should probably allow use of a partition as well as the embedded drive (since people will probably use those in the future) |
Oh, they're different things? Just goes to show how little I understand all of this 🤣 |
picotool is able to find embedded drives; it might be nice to be able to list/extract/and writes files
The text was updated successfully, but these errors were encountered: