Yeap, as Robert said. Which is also in the g_mass_storage kernel module documentation ;) The only reason why I did not write it myself, as I was unsure of the exact syntax, and you could have read the doc file as easily as I . . .
On Tue, May 12, 2015 at 8:59 AM, <[email protected]> wrote: > Thanks Robert. I knew it had to be something easy. > Ted > > On Tuesday, May 12, 2015 at 6:42:17 AM UTC-7, RobertCNelson wrote: > >> On Mon, May 11, 2015 at 10:57 AM, <[email protected]> wrote: >> > Hi William, >> > >> > Thank you for the reply. I understand that when used as a USB slave, >> there >> > will be no security for the portion of the file system that appears as >> a >> > thumb drive. >> > >> > Is it possible to plug the BBB in as a slave device and have the PC see >> the >> > SD card instead of the default BeagleBone Getting Started location? >> >> Just specify the drive when loading g_multi >> >> You'll find it under: /opt/scripts/boot/am335x_evm.sh >> >> file=xyz (partition you want to share over usb as a flash drive) >> >> >> https://github.com/RobertCNelson/boot-scripts/blob/master/boot/am335x_evm.sh#L100 >> >> Regards, >> >> -- >> Robert Nelson >> https://rcn-ee.com/ >> > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to the Google Groups > "BeagleBoard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
