furkantokac / buildroot

Buildroot fork customized for RPI3, iMX6, TK1, Qt, FastBoot.
Other
157 stars 37 forks source link

USB support issue #31

Open a-matos00 opened 3 years ago

a-matos00 commented 3 years ago

I am trying to expand on this project by adding usb support. I used the fastboot configuration as a starting point and checked USB support in the kernel configuration. But when I boot the OS there is no power on the USB ports. I started debugging and saw that /sys/bus/usb/devices is empty. I guess that the OS does not recognize the USB ports. Does anyone know what else do I need to do in order to enable USB support on this project? Any help is appreciated.

sembree commented 2 years ago

Yes, how do we add back the USB ports?