PandaBoard Android 4.04 adb connection in Windows
一般用Pandaboard的人多會使用 linux/Ubuntu來做 host, 在使用 miniUSB當 Android Debugging Bridge 應該都沒有 driver的問題.... 但是當想在 windows下以 ADB來連線, 一般來說都會google到, http://www.omappedia.org/wiki/Support_Tools#Android_Gadget_ADB:_Windows_PC_Host 裡面有一段怎樣裝 driver: Android Gadget ADB: Windows PC Host 基本上要裝 Android SDK.... 他又說最紹最少要裝: 4. At a minimum install the following packages: Tools -> Android SDK Platform-tools Extras -> Google USB Driver 因為 adb 的執行檔就在 platform-tools裏...最好是把這個path加到系統的path裏.... 另一個當然是driver囉.... 接下來會說要增加這個file, 寫入0x0451, type出來確認有寫進去... 6. Create a file "%USERPROFILE%\.android\adb_usb.ini" > echo 0x0451 > "%USERPROFILE%\.android\adb_usb.ini" > type "%USERPROFILE%\.android\adb_usb.ini" 0x0451 下一步說, 把 pandaboard 的 PID/VID加進來driver裏... 7. Edit android_winusb.inf (found in C:\Program Files\Android\android-sdk\extras\google\usb_driver on a Windows XP installation) to match TI vendor ID and USB Gadgets product ID's: Under [G...