This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BeagleXm as Read Only Mass Storage

i know this might not be the correct place as it seems to be reserved for andriod fellows ..i am working over BeagleXm Rec C and OS is Angstrom.

I want to mount beagle Xm as Read Only Mass Stroge on my Windows XP (Actually there is USB Flash driver which is permanatly inserted into bealgleXM USB)

so its inderect way i want to mount that pen drive to XP. user will insert OTG cable to Bealge and Another direction of cable to XP Box. and in XP windows EXproler user must able to read file as read only file so he can not delete or edit the files

please give me right directions.

Br,

KP

  • We suggest you also ask at the beagleboard forum to reach a wider audience.

    http://groups.google.com/group/beagleboard

  • Probably not directly applicable because too many variables are involved like kernel version and if it is supported or not, about applied patches or missing ones, but you can check if next links can apply in your case or contain some useful information

    http://processors.wiki.ti.com/index.php/UsbgeneralpageLinux-v3p1

    http://omapedia.org/wiki/USB_testing

    you have the other post about read only feature, http://e2e.ti.com/support/embedded/linux/f/354/t/195527.aspx

    to make it read-only just mount USB stick as read-only in that way system cannot modify it, unless you want that the read-only feature is from PC machine but not from inside BeagleBoard, then check initial comments in next 2 files in your kernel source for more information about ro=b[,b...] and this gadget's use, it mentions some arguments when loading it,

    /kernel-3.0/drivers/usb/gadget/f_mass_storage.c
    /kernel-3.0/drivers/usb/gadget/mass_storage.c

    Just check about next note in BeagleBoard XM reference manual about using external power source,

    http://beagleboard.org/static/BBxMSRM_latest.pdf

    The board will not function until the correct power supply is used.

    If you are using the USB OTG port in the OTG or host mode, you must have an external DC supply powering the BeagleBoard.

    one link to check for Angstrom information, it contains some interesting links

    http://omapedia.org/wiki/OMAP_Angstrom_Main

  • This was the read-only link, the other link to from you was next one

    http://e2e.ti.com/support/omap/f/849/t/195656.aspx

  • My mistake, you other post is

    http://e2e.ti.com/support/embedded/linux/f/354/t/195527.aspx

    and there is another post asking about the similar information

    http://e2e.ti.com/support/omap/f/849/t/195656.aspx