1 how to setup pc (windows) to support adb, 2 how to setup pc (linux) to support adb – Avalue BFC-10R1 User Manual
Page 52
RSC-IMX51
52 RSC-IMX51 User
’s Manual
5.1 How to setup PC (Windows) to support ADB
ADB function
o
Download the Android SDK.
o
Update the adb configuration to scan for freescale's pid:
Run the SDK's tools to generate a configure file:
android-sdk-windows\tools\android.bat update adb
Modify the files:
X:\Profile\
vendor id:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x15a2
o
Unpack the freescale Android USB win driver in the release package
tool\android_usb_fsl.zip.
o
Connect the Android Device into PC, uninstall your old driver named "Android
Phone" in the device manager, then reinstall driver by scanning .inf file under
the directory you unpack the android_usb_fsl.zip.
o
Restart the adb server
adb kill-server
adb start-server
5.2 How to setup PC (Linux) to support ADB
ADB function
o
Download the Android SDK.
o
Update the adb configuration to scan for freescale's pid:
Run the SDK's tools to generate a configure file:
android-sdk-linux_86/tools/android update adb
Modify the files:~/.android/adb_usb.ini, to add freescale vendor id:
# ANDROID 3RD PARTY USB VENDOR ID LIST -- DO
NOT EDIT.
# USE 'android update adb' TO GENERATE.
# 1 USB VENDOR ID PER LINE.
0x15a2