Tool/software: Linux
We have a board using an am335x processor and running the 3.12.10 kernel included in the TISDK 7.0. We have 2 USB ports on our board, a host and device. The host port can be setup to run IP across it and it makes use of the g_ether driver. We have noticed that on some of our boards, when they boot up and have a USB device connected to the USB host port we get this in the /var/log/messages file:
Aug 22 15:51:18 Node00b01973d808 daemon.err udevd[870]: worker [873] timeout, kill it
Aug 22 15:51:18 Node00b01973d808 daemon.err udevd[870]: seq 1256 '/devices/ocp.2/47400000.usb/47401400.usb/musb-hdrc.0.auto/gadget/net/usb1' killed
Aug 22 15:51:18 Node00b01973d808 daemon.err udevd[870]: worker [873] terminated by signal 9 (Killed)
And the usb1 port is never setup and no IP traffic goes across it. What may cause this and how can we fix it?