Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Write sdcard through USB

0 votes
Hello,

Newbye question : is it possible to modify sdcard file content trough usb (ie not to unplug sdcard) ?

I fear no but just to check ...
asked Apr 26, 2017 in User questions by stilgar (360 points)

2 Answers

0 votes
Actually I would think you can.

When I put the sdcard into my Linux computer, I can see 2 partitions being mounted. There should be no problem editing/adding/deleting files on the SD card.

Not sure what filesystem is being used, so you may need a Linux computer for that.

Cheers
answered Apr 26, 2017 by frawau (160 points)
0 votes
No, the device currently only exposes a video device and a serial device over usb.

It's technically possible to modify the linux image to also expose an MTP device, but it would require some work, and may not play nice with the existing devices.
answered Apr 27, 2017 by pelrun (2,330 points)
MTP unfortunately is not an option because it requires 3 endpoints and we only have 2 left. But we now have USB mass_storage working and we can browse the files on the microSD inside JeVois while streaming video at the same time. Coming soon in JeVois 1.1
...