Hi I am trying linaro on pandaboard . But usb mass storage is not detected on file system. i am using file manager HD to browse file system on android.
i would appreciate if you can tell me linaro version which supports usb mass storage.
Thanks
--
Hi,
I tried it with the mount command like this:
mount -t vfat your_blockdev_under_dev /mnt/your_dir
it works.
-jack
On 30 March 2012 05:35, Gopal Jee zgopal@gmail.com wrote:
Hi I am trying linaro on pandaboard . But usb mass storage is not detected on file system. i am using file manager HD to browse file system on android.
i would appreciate if you can tell me linaro version which supports usb mass storage.
Thanks
--
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
Hi Gopal,
You can try this build: * https://android-build.linaro.org/builds/~linaro-android/panda-ics-gcc46-tilt... *
Steps as mentioned by Chenglie below should work fine.
For me following works: mkdir /mnt/msc mount -t vfat /dev/block/sda1 /mnt/msc cd /mnt/msc (#access usb mass storage content here now)
Regards, Abhishek
On 30 March 2012 08:29, Chenglie He chengjie.he@linaro.org wrote:
Hi,
I tried it with the mount command like this:
mount -t vfat your_blockdev_under_dev /mnt/your_dir
it works.
-jack
On 30 March 2012 05:35, Gopal Jee zgopal@gmail.com wrote:
Hi I am trying linaro on pandaboard . But usb mass storage is not detected on file system. i am using file manager HD to browse file system on android.
i would appreciate if you can tell me linaro version which supports usb mass storage.
Thanks
--
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android mailing list linaro-android@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-android
linaro-android@lists.linaro.org