Communicate with ODROID on Android via ADB & Fastboot
How to communicate with ODROID on Android via ADB and Fastboot.
It works on Android!!
It works on ODROID-C1+,C2 and N2.
Connect to the ODROID
To communicate with ODROID, you have to connect OTG and UART ports like this.
Before using OTG, please remove J1 jumper!
simple guide / Why remove it?
Please connect the each cables to USB ports of host PC.
Install adb and fastboot
Install the adb and fastboot.
- host
$ sudo apt-get install android-tools-adb android-tools-fastboot
And you should Udev rules to /etc/udev/rules.d/51-android.rules.
- host
$ sudo vi /etc/udev/rules.d/51-android.rules
Please add this line to the file.
- host
... SUBSYSTEM=="usb", ATTRS{idVendor}=="18d1", MODE="0666" ...