Difference between revisions of "Rock/windows adb"
< Rock
(Created page with "{{Languages|rock/windows adb}} __TOC__ This page describes how to enable android adb debugging under windows.") |
|||
Line 3: | Line 3: | ||
__TOC__ | __TOC__ | ||
− | This page describes how to enable android adb debugging under windows. | + | The radxa rock stock android firmware has adb(Android Debugging Bridge) enabled by default. This page describes how to enable android adb debugging under windows. |
+ | |||
+ | === Requirement === | ||
+ | * a radxa rock board(full version or lite version) | ||
+ | * a desktop/laptop running Windows(XP 32/64bit, Windows 7 32/64 bit) | ||
+ | * a micro usb cable, one side plugged in to the OTG port of radxa rock, the other side plugged in to the usb port on desktop/laptop | ||
+ | |||
+ | === Install the adb usb driver === | ||
+ | Download the adb usb driver for radxa rock from [http://dl.radxa.com/rock/tools/windows/radxa_adb_driver.zip here] and unzip it. Connect the running android radxa rock board to desktop/laptop via usb cable. The windows will inform found new hardware, install the driver by the prompt. Point the driver folder to where you unzip the driver. | ||
+ | |||
+ | === Install the android SDK === | ||
+ | To get adb under android, the official way is to install the android SDK provided by Google. Go to http://developer.android.com/sdk/index.html to download the android windows sdk. |
Revision as of 07:40, 2 December 2013
The radxa rock stock android firmware has adb(Android Debugging Bridge) enabled by default. This page describes how to enable android adb debugging under windows.
Requirement
- a radxa rock board(full version or lite version)
- a desktop/laptop running Windows(XP 32/64bit, Windows 7 32/64 bit)
- a micro usb cable, one side plugged in to the OTG port of radxa rock, the other side plugged in to the usb port on desktop/laptop
Install the adb usb driver
Download the adb usb driver for radxa rock from here and unzip it. Connect the running android radxa rock board to desktop/laptop via usb cable. The windows will inform found new hardware, install the driver by the prompt. Point the driver folder to where you unzip the driver.
Install the android SDK
To get adb under android, the official way is to install the android SDK provided by Google. Go to http://developer.android.com/sdk/index.html to download the android windows sdk.