kubos-linux-build
kubos-linux-build copied to clipboard
Support for USB
BBB - USB for the beaglebone has been enabled, but doesn't appear to be working. The device tree looks like the USB ports are enabled. The AM335X_PHY_USB
option has not been turned on, which might be impacting USB support. I attempted to turn it on and try to discover a USB device, but failed.
iOBC - Similarly, the top-level options (ex. CONFIG_USB_SUPPORT
) have been enabled, but USB on the iOBC is wholly untested
We are looking to interface with USB on the BBB running Kubos Linux. Just wondering if there are any updates on this issue?
USB support has now been added for the BBB. The changes are available in master and will be included with the next release.
Should PR #211 have added support for the USB device port? We'd use it to connect to debug compute with USB over Ethernet or Mass Storage device.
On the BBB I can see USB devices added to the type A host port, but so far nothing through the mini-usb port. Looking through kernel options I think we might want USB_GADGET=y, but theres probably more to it than that.