koenkooi / meta-beagleboard

Board support layer for the beagleboard.org family
beagleboard.org
MIT License
6 stars 7 forks source link

No more usbHost #14

Closed ZARk-be closed 9 years ago

ZARk-be commented 10 years ago

I've recently updated my meta layers and rebuilt an image. but suddenly, no more usbhost in this image !!

lsusb gives "unable to initialize libusb: -99"

and no /proc/bus/usb and echo "usb1" > /sys/bus/usb/drivers/usb/bind sh: write error: No such device

HELP

koenkooi commented 10 years ago

MUSB is now a module, so usb host should start working when that's included in the rootfs. When I get back from Linaro Connect I'll change it back to built-in to avoid these types of regressions.

ZARk-be commented 10 years ago

indeed, found the module, included and now works. What i don't understand, is that it's in the MACHINE_FEATURES of beaglebone.conf "usbhost" and yet it doesn't get included in the rootfs ? Personally i think you can keep it as a module, as long as the MACHINE_FEATURES part works, it should include it automatically.