/Author: longtian635241 (longtian_huang@urbetter.com) // Forum ID: android210 Exynos4412 // copyright: Tim // platform: youjian android210 Exynos4412 Development Board // Release Date: // last modification: 2013-07-19 /// Drivers 1. Install the adb Driver (the adb driver is the latest and must support the adb connect ip command, you can enter adb in cmd to check whether the tool is supported .) Http://download.csdn.net/detail/longtian635241/5783837 2, ensure that the Development Board can access the Internet, if not, in the development board serial port terminal input: netcfg eth0 dhcp and then view ip ifconfig 3, in cmd ping the Development Board ip address, if the connection is successful, enter the adb connect ip address in cmd, for example, adb connect 192.168.0.146. If the connection is successful, continue with the subsequent operations. If the connection fails, for example: unable to connect to 192.168.0.146: 5555 may be a problem with the device listening port. You can run the following command on the mobile terminal: setprop service. adb. tcp. port 5555 // set the listening port, which can be customized. For example, 5554,5555 is the default stop adbd // disable adbd start adbd // Restart adbd 5, enter adb kill-server in cmd, and repeat Step 4!