On Thu, Jul 10, 2014 at 9:27 AM, <[email protected]> wrote: > Nice to meet you, Robert ! > Could you teach me how to use your use-serial gadget ?(where to put it) > I am a rookie... and I read your tutorial on eewiki for usb gadget, it says > "Provides http access to beaglebone black over usb." > I thought I didn't need http access, so I didn't handle it before.
usb ethernet is probably the most used gadget, hence i only mention that. It also set's up /dev/mmcblk0p1 to be a usb flash drive, along with the usb-serial gadget driver. to make serial work, you'll also have to add: [ttyGS0] https://eewiki.net/display/linuxonarm/BeagleBone+Black#BeagleBoneBlack-SerialLogin If you don't want the usb networking stuff you can disable it.. https://raw.githubusercontent.com/RobertCNelson/tools/master/scripts/beaglebone-black-g-ether-load.sh Just download and run on your bbb Regards, -- Robert Nelson http://www.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.
