Hi Vamsee, On 24/09/15 12:05, Vamsee Reddy wrote: > > Hi all, > > I have been trying to set up Beaglebone Black using linux 3.14 kernel and > Debian root file system. I have successfully compiled the kernel and device > tree for BBB. Driver for invoking usb is musb. But when I boot with this > kernel image and .dtb file, musb related drivers are not getting loaded. I > can find nothing related to musb when I execute 'dmesg | grep musb'.
Did you install the kernel modules in the new file system? sudo make ARCH=arm modules_install INSTALL_MOD_PATH=/media/rootfs Replace /media/rootfs with the appropriate location in your case. > > But everything seems to be good when the BBB boots from eMMC. > > I want to use the USB port of BBB. > > Please can somebody help me out. -- cheers, -roger -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
