4. Edit android_winusb.inf in C:\Android\usb_driver_r03-windows to match EVM/Beagle vendor and product ids. Under [Google.NTx86] for 32 bit machine or [Google.NTamd64] for 64 bit machine section add:
5. Boot the board as normal and wait until shell prompt is available (micro-B USB cable must be disconnected). Then connect micro-B USB cable between board and Windows PC.
6. If the device is detected automatically, install driver that was downloaded. Otherwise go to Windows Device Manager find the Rowboat device to update the driver.
There are lots of useful ADB shell commands which can run on UART window or Windows command line by "adb shell".
to copy a file or a directory recursively to emulator: adb push source destination
to copy a file or a directory recursively from emulator: adb pull destination source
No comments:
Post a Comment