kubos-linux-build icon indicating copy to clipboard operation
kubos-linux-build copied to clipboard

Support for USB

Open CatGarab opened this issue 5 years ago • 3 comments

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

CatGarab avatar Nov 04 '19 19:11 CatGarab

We are looking to interface with USB on the BBB running Kubos Linux. Just wondering if there are any updates on this issue?

grejj avatar Mar 07 '20 01:03 grejj

USB support has now been added for the BBB. The changes are available in master and will be included with the next release.

CatGarab avatar Mar 31 '20 15:03 CatGarab

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.

dannyjacobs avatar Jun 07 '21 00:06 dannyjacobs