This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

am335x usb storage

I am working on a AM335X custom board based on kernel v3.12.y. 

When I insert a usb storage, i can see the following log.

[ 5.281376] usb-storage 2-1:1.0: USB Mass Storage device detected

[ 5.342968] scsi0 : usb-storage 2-1:1.0
[ 6.374388] 12 00 00 00 24 00
[ 6.391589] scsi 0:0:0:0: Direct-Access JetFlash Transcend 16GB 8.01 PQ: 0 ANSI: 2
[ 6.594681] 12 20 00 00 24 00
[ 6.666440] scsi 0:0:0:1: CD-ROM Generic AutoRun Disk 8.00 PQ: 0 ANSI: 2

However, I cannot find usb device under /dev/sdx, did i miss anything? 

-Eric