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.

How can I get USB 2.0 Driver Installer

Other Parts Discussed in Thread: OMAP-L138
Hi. I am a Student.
now, I am developing a Communication between the two board by USB Link.
One board is OMAP-L138(slave), and other is Embedded Board(Host).
before the implementation, I hope to practice by using PC
 
One board is Slave, and PC is Host.
during my work, Some problem was happen.
PC can't recognize USB 2.0 driver which  was equipped on DSP board.
warning message appeared.
So, I need a USB 2.0 Driver Installer operated in Windows 7 64 bit O/S
I try to search that, But I can't. Texas Instruments Homepage don't have it.
 
Can you tell me, How Can I get. or Where Can i get.
  • Jaejun,

    I hope you are running linux on OMAP-L138 and using USB ethernet (slave) mode. If so then please follow the steps below,

    [1] Enable USB ethernet gadget support with RNDIS option. This can be done at drivers-> USB support -> Gadget support

    [2] Use the inf file available at "Documentation/usb/linux.inf" in kernel tree when Windows host ask for a new driver.

    Regards,
    Ajay

  • Thanks for your reply.

    you have advised me, running linux.

    but I've never used Linux

    there is no other way, running at Window?

    because, I always use a Window.

    My OS is Windows 7 64bit

    Please tell me, Some advise.

    I will wait your reply.

  • I was referring to run Linux on OMAP-L138 board and not on the desktop machine.Can you provide the detail on what kind of software is running on

    OMAP-L138 board ?

    Regards,
    Ajay

  • thanks for your reply.

    I want to send some data to pc from dsp board by USB 2.0 OTG port.

    then, PC will be HOST, and Dsp board will be SLAVE.

    End type wiil be BULK.

    Texas Instruments Homepage has support some examples about usb_dev_bulk.

    So, I want Emulate that.

    I use a CCS V3.3

    code of usb_dev_bulk loaded to DSP board from PC by XDS510 USB EMULATOR.

    and USB 2.0 OTG port on DSP board will send data to pc.

    but pc can't recognize USB 2.0 driver

    in my opinion, the driver installation is required to recognize USB 2.0 OTG port on dsp board.

  • Jaejun,

    I assume you are working on the DSP.  If so you need to download the BIOSUSB package from the download site and follow the instructions to compile the package.

    Unfortunately we do not have a usb appliation example that demonstrates the use case you are referring.  The default BIOSUSB package supports MSC and HID applications.

    regards

    swami

  • Thanks for your reply.

    I know that BIOSUSB package supports MSC and HID applications.

    if I Use that with dsp board, then PC can recognize it as MSC or HID?

    is that possible without additional drivers Install on my PC ?

     

  • Pl. follow the user guide to configure the package to either support MSC or HID class.

    No additional drivers are needed at the PC end when compiled to support MSC or HID (Keyboard, Mouse example).

    regards

    swami