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.
