On Mon, May 18, 2015 at 11:17 AM, William Hermans <[email protected]> wrote: > Better yet, enable g_serial, or g_ether. > > @Robert, does systemd get in the way when trying to enable either of those > gadget drivers ? I know for me it was pretty easy, but don't think I dd'd > over a Jessie image. Wheezy 7.8 I'm thinking, and all I did in preparation > was comment out the systemd init line in uEnv.txt
systemd actually does the right thing, even when it has to wait for us to decide g_multi vs g_ether.... btw, here's how the systemd serial-getty service was enabled for ttyGS0 (without systemctr).. (when we modprobe g_multi and the usb-slave device starts: usb flash, usb ether, & usb serial) cp /lib/systemd/system/[email protected] /etc/systemd/system/[email protected] ln -s /etc/systemd/system/[email protected] /etc/systemd/system/getty.target.wants/[email protected] after g_multi is loaded, systemd correctly fires up the getty service for usb serial... 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.
