Hello
I'm using Beaglebone Android GingerBread 2_3_4. I need to use my beaglebone as HOST and want to connect a USB device ( Vendor specific Class).
I have copy the drivers into system/lib, then i mount the usb using following commands in init.rc below the on boot
mount usbfs none /proc/bus/usb -o devmode=0666
After re-boot, beaglebone showing my device as unsupported device
I don't know where the mistake is happened. But I'm sure about the drivers are good. i guess its not getting mount.
Any one can help me to get out of this.
Thanks in advance