Skip to content
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

USB mass storage #3

Open
marksteward opened this issue Feb 8, 2014 · 1 comment
Open

USB mass storage #3

marksteward opened this issue Feb 8, 2014 · 1 comment
Assignees
Labels

Comments

@marksteward
Copy link
Member

Expose external flash as a mass storage device over USB, and allow writing/deleting of files. Use FAT for universal support, and allow special-cased files like config.txt or firmware.img. Possibly expose RAM as an overlay, and current firmware/config as read-only FS? Deal sensibly with erase.

@dpslwk
Copy link
Member

dpslwk commented Feb 9, 2014

You will need to manage exclusive access between the mass storage and the firmware. Computers tend to cache file systems and delay there writes. So its not a good idea to change anything on the filesystem will the device is plugged in.

@dpslwk dpslwk modified the milestones: Valentines, Only if we have time apps Aug 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants