TI pandaboard android驅動
安裝好pandaboard的Android OS到SD卡開機完成後,以為就像Android手機一般可以連上PC讓eclipse可以在上面開發debug程式,但好像不是那回事,因為驅動一直裝不起來,看看panda的說明是用google原廠的usb驅動即可,但還是無法驅動。翻遍文章終於找到方法了,如下:
1.下載https://dl-ssl.google.com/android/repository/usb_driver_r03-windows.zip解壓縮後放置在
你指定的資料夾(i.e c:\android_sdk\usb_driver )
2.打開android_winusb.inf檔案並在[Google.NTx86] 這個section 中加入下列項目
3.打開終端機執行
echo 0x0451 > "%USERPROFILE%\.android\adb_usb.ini" <-- 將0x0451加到檔案內容
4.boot 你的panda android後,接上 micro-B USB cable 到PC,此時就可以安裝驅動程式了。
1.下載https://dl-ssl.google.com/android/repository/usb_driver_r03-windows.zip解壓縮後放置在
你指定的資料夾(i.e c:\android_sdk\usb_driver )
2.打開android_winusb.inf檔案並在[Google.NTx86] 這個section 中加入下列項目
; ;OMAP-3/4 %SingleAdbInterface% = USB_Install, USB\VID_0451&PID_D101 %CompositeAdbInterface% = USB_Install, USB\VID_0451&PID_D102&MI_01 %CompositeAdbInterface% = USB_Install, USB\VID_0451&PID_D106&MI_02 %CompositeAdbInterface% = USB_Install, USB\VID_0451&PID_D107&MI_03 %SingleAdbInterface% = USB_Install, USB\VID_0451&PID_FFFFE %CompositeAdbInterface% = USB_Install, USB\VID_0451&PID_FFFE&MI_01
3.打開終端機執行
echo 0x0451 > "%USERPROFILE%\.android\adb_usb.ini" <-- 將0x0451加到檔案內容
4.boot 你的panda android後,接上 micro-B USB cable 到PC,此時就可以安裝驅動程式了。
留言
張貼留言