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.

starterware driver usb window

Other Parts Discussed in Thread: AM1808, OMAPL138, STARTERWARE-SITARA, OMAP-L138, STARTERWARE-DSPARM

I am testing starterware usb_dev_msc and usb_dev_serial , the applications work but on my windows PC I need driver. If I run usb_dev_serial ,on windows device manager I can see :

Divice type : Other devices

Manufacturer : Unknown

Location : Port_#0008.Hub_#0003

Device Status :  "The drivers for this device are not installed. (Code 28)     There is no driver selected for the device information set or element.   To find a driver for this device, click Update Driver."

I don't found the windows driver.

Can you send me the driver?

Sergio D'Orazio.

 

 

  • I am not sure what device and what Starterware version you use but some more information are provided at page 47 of the Starterware user's guide in docs/UserGuide_02_00_00_05.

    It points to:
    AM335X_StarterWare_02_00_00_05\tools\usb_inf

    Hope it helps.

    Anthony

  • usb_inf is seams the driver for usb_dev_serial example and not for usb_dev_mcs , on windows 7 it install but there is an error: "This device cannot start (code 10)" , when I put the directory usb_inf for install the usb_dev_msc driver , windows doesn't found any driver. Olso in window XP the driver not work.

    There is someone that he has used these examples ? When can I found the driver ?

    Sergio.

  • Sergio, I'm using usb_dev_msc with no driver and no problem on Windows 7. It detects a removable mass storage unit and queries me to format it.

    Max

  • Are you using a LogicPD EVM board ? Can you send me the exactly flash programming sequence or Jtag emulator set-up that you use ?

  • No, I am using AM335x EVM with StarterWare 2.0.0.5.

  • Dear Anthony,

    the problem is always open , I have tried with 2 PC, window 7 and windows XP Service Pack 3, but I have the same problem.

    1. Have you or where I found the file that are you tested: boot.ais and usb_dev_msc.bin ?
    2. Perhaps I don't know well the procedures for compile all files. Can you repeat the exactly sequence of instructions to generate the ais and bin file ?
    3. Is it correct that I use StarterWare AM1808 Boot Loader and not AM335X (I have LOGICPD board)?
    4. Which Starterware version have you tested on LogicPD EVM , I have an other Startware Version OMAPL138_StarterWare_1_10_02_02 and not 02_00_00_05

    I wait your answer.

    Best regards.

    Sergio.

  • sergio d'orazio said:
    • Have you or where I found the file that are you tested: boot.ais and usb_dev_msc.bin ?
    • Perhaps I don't know well the procedures for compile all files. Can you repeat the exactly sequence of instructions to generate the ais and bin file ?


    Are you trying to have a stand alone system (ie without loadng the code via CCS but booting from flash) based on the USB example?
    Have you tried the USB example with CCS first? Does the PC recognize the board when you connect USB?

    sergio d'orazio said:
    Is it correct that I use StarterWare AM1808 Boot Loader and not AM335X (I have LOGICPD board)?

    For AM1808 you need to use the AM18x Sitara starterware and for AM335x you need to use the AM335x one:
    http://www.ti.com/tool/starterware-sitara

    For OMAP-L138 you need to use the ARM+DSP starterware:
    http://www.ti.com/tool/starterware-dsparm

    Since OMAP-L138 and AM1808 are comparable (except the C674x not present on the OMAP-L13x) it is likely that both the AM180x and OMAP-L13x will work OMAP-L138.

    In act all those SW are based on the same set of examples but it has been specifically validated on the associated board (OMAP-l138 LogicPD EVM, AM335x TI EVM, ..etc).

    So first use the AM180x or OMAP-L138 USB examples as is with CCS. Is it working?
    When it is working you can look at burning the examples in the on-board flash.

  • Dear,

    I have a JTAG emulator (XDS510), I have loaded USB_DEV_MSC example via JTAG emulator and in the on-board flash via UART. In both case the problem is the same : the PC  recognize the board  but not work and the error is "The drivers for this device are not installed. (Code 28)     There is no driver selected for the device".

    I have not used CCS via USB, can it to be useful ?

    Sergio.