Closed ZARk-be closed 9 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.
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.
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