0

My doubt about Android The Pico Pro kit (Pico i.MX7 Dual development board).For my project in want access the external data files,so i preference to use the USB port on the board. It is possible to copy or move file from flash drive to internal memory using USB port .But I need directly need to access the files from flash drive(Pen drive) . Is it possible!

If any one know help me....

happy_coding
  • 1,064
  • 1
  • 13
  • 24
  • Take a look at [this](https://stackoverflow.com/q/45537879/6950238) question. – Andrii Omelchenko Feb 06 '18 at 11:18
  • 1
    Possible duplicate of [Android Things filesystem](https://stackoverflow.com/questions/45537879/android-things-filesystem) – Andrii Omelchenko Feb 06 '18 at 11:19
  • 1
    Shell into the device, [mount the USB drive](https://stackoverflow.com/questions/42465326/how-to-mount-a-usb-drive-on-an-android-things-app/42474815#42474815) and copy files from the USB drive into internal storage with either `cp` or `mv` commands. – Onik Feb 06 '18 at 19:55
  • @AndriiOmelchenko Sir, i tried those shell codes i got,this... $ adb shell su mkdir /mnt/usb su: invalid uid/gid 'mkdir' mount -t vfat -o rw /dev/block/sda1 /mnt/usb mount: bad /etc/fstab: No such file or directory – happy_coding Feb 08 '18 at 08:54

0 Answers0