Mount Espruino as a drive? #3740
Replies: 1 comment
-
Posted at 2014-04-07 by @gfwilliams There's actually an issue filed for this already: espruino/Espruino#66 It would be possible if someone was willing to do a bit of work on the USB implementation - however you've got this problem that you can't have two computers accessing the same filesystem at a block level at the same time. It's why all the Android devices only implement the media transfer protocol now. Of course someone could implement the media transfer protocol instead ;) Posted at 2014-04-07 by JumJum Without looking into it deeply, Posted at 2014-04-07 by @gfwilliams Yes, that could be done with a bit of effort. There's actually a bug for it here: espruino/EspruinoWebIDE#33 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2014-04-06 by mattbrailsford
Given that it's possible to mount files on a SD card for the Espruino, it could be kind of handy if the board could be mounted as a drive to upload files onto it (we have it connected via USB already).
Does anyone know if this is possible?
Beta Was this translation helpful? Give feedback.
All reactions