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.

DRA712: Android ADB setup

Part Number: DRA712


Hello team, please find below my customer request regarding ADB setup with android:

 

I need connect the HU based onDRA712 to ADB on a Windows machine.

 

I followed this tutorial: http://processors.wiki.ti.com/index.php/Android_ADB_Setup

 

The drivers are installed but is not working (probably drivers issue).

 

Do you have other tutorial or official information to do this work?

  • Try adding below lines to android_winusb.inf file and give it a try. Add the below lines to both [Google.NTamd64] and [Google.NTx86] section of inf file.

    ;TI Changes
    %SingleAdbInterface% = USB_Install, USB\VID_0451&PID_D109
    %CompositeAdbInterface% = USB_Install, USB\VID_0451&PID_D109&MI_01

    Regards,
    Vishal