Hello,
I have a custom board and we have 2X USB 2.0 where I am trying to connect a USB 2.0 Flash drive (8 GB) which is not attaching with bus. by typing "lsusb" I can see that we have USB bus available but when I connect USB Flash drive I don't see any device node under /dev directory. Also I don't see any dmesg message.
Here is the output of lsusb
root@nova-slot5:~# lsusb Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
This is the device tree changes I made: USB0 where I am trying to connect Flash drive
&usbss0 { ti,vbus-divider; ti,usb2-only; }; &usb0 { dr_mode = "host"; maximum-speed = "high-speed"; }; &usbss1 { ti,usb2-only; }; &usb1 { dr_mode = "host"; maximum-speed = "high-speed"; };
Any suggestion would be helpful.
Thank you,
Satish