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 driver for windows 7 for PC

Other Parts Discussed in Thread: AM3352

Hello

when i connect my custom board based on AM3352 to a PC with USB , windows says it can't find driver for AM335x

Where can i download this driver so that windows can use it ? and then windows can see my SD card of custom board as mass storage device ?

thanks

  • Trichet,

    What usb gadget driver is loaded on your board? If you use TI Linux SDK 6.0 kernel, please post the log of command 'cat /proc/driver/musb_hdrc.0'.

  • Hi,

    thanks for your reply

    root@am335x-evm:~# cat /proc/driver/musb_hdrc.0cat /proc/driver/musb_hdrc.0
       
    Status: MHDRC, Mode=Peripheral (Power=70, DevCtl=81)
                              
    OTG state: b_idle; inactive
                                                       
    Options: pio, otg (peripheral+host), [eps=16]
                                     
    Peripheral address: 00
                                                            
    Root port status: 00000000
                                                        
    Gadget driver: (none)
                                                             
                           
                                                           
    ep0 (hw0): 1buf, csr 0000 maxp 0000
                                               
               (queue empty)
                
    i must validate a gadget driver ?

    Regards

  • trichet christophe said:
    Gadget driver: (none)

    Yes, you must load a gadget driver. If you want your board to be a mass storage device, please refer the kernel document: Documentation/usb/mass-storage.txt.

  • Hello,

    thank you for the reply , in my linux kernel configuration i have :

    CONFIG_USB_GADGET=y

    what else should i validate in the kernel ?

    Regards

  • CONFIG_USB_MASS_STORAGE=m

  • Hello

    thanks for the reply

    i also have it (CONFIG_USB_MASS_STORAGE=m) already validated ....

    Jwy92D
  • Then load g_mass_storage.ko.