I think, 1 you should use usb connect. Your board don't need OTG function, it is just a slave device. Please use usb cable. 2 If you want to use tcp connect, Please google it. http://ytydyd.blog.sohu.com/146260552.html it seems good.
BTW: did you use uart console?Once i use uart console, i can not find device with adb devices. Maybe you need to disable uart console to make a test. 2012/12/11 Manjeet Pawar <[email protected]> > I have connected my board via ethernet port and have set an IP address . I > am able to ping successfully on both host and board..I checked for adbd > deamon on target ,initially it was not running , I started it by* * > *# adbd &* > Then I tried to connect it by giving following commands: > > # adb start-server > # adb connect 107.108.175.19:5555 > device connected successfully > #adb devices > No devices found > > or > > #adb disconnect 107.108.175.19:5555 > No such device > > *This is the error I am getting...I am confused if it is not connected > then why it showd connected when I use "adb connect " wheras adbd deamon > runs on board and IP address are set successfully.* > > ** > Thanks > Manjeet > > > On Mon, Dec 10, 2012 at 10:39 PM, NEO <[email protected]> wrote: > >> OTG? you need not to do this, just connect your board to your host pc. >> execute adb device, if your host pc has your device's adb drvier, adb >> will find your device. >> then run cts test. >> >> >> 2012/12/11 Manjeet Pawar <[email protected]> >> >>> I can use USB cable,bcoz I dont have OTG support on my board...only >>> things that i can use as a connection is "ethernet port"...but when i >>> followed the doc " >>> http://processors.wiki.ti.com/index.php/Android_ADB_Setup"...i didn't >>> have some binaries like setprop or su..I downloaded them,but they didn't >>> run properly.. >>> >>> Thanks >>> >>> On Mon, Dec 10, 2012 at 9:08 PM, NEO <[email protected]> wrote: >>> >>>> As you know, you need to fix the connection problem. >>>> Why don't you use usb cable? >>>> >>>> >>>> 2012/12/11 Manjeet Pawar <[email protected]> >>>> >>>>> *Hi All,* >>>>> ** >>>>> *I want to run CTS(compatibility Test Suite) from commandline. But I >>>>> am not able to connect my board thought ethernet port via 'adb'. So >>>>> connection between hostpc and my board(ARM board) is a measure issue >>>>> here...I have flashed android in my board still I am not able to connect >>>>> it >>>>> to the pc. Now I have to run CTS.How can I run CTS without adb >>>>> connection..?????? Because if there is no device connected to my pc,I >>>>> can't >>>>> start CTS on my host machine,so device must be connected..* >>>>> ** >>>>> *Has any one ever run CTS like this..????* >>>>> ** >>>>> *I have copied to complete source of Android CTS in to pandrive which >>>>> is accessible on board.But that seems to be impossible to run on board, As >>>>> 'startcts' used java to run itself, But we have dalvikVM on android ,no >>>>> jvm >>>>> is there..how can I handle this..Please comments..* >>>>> ** >>>>> *Thanks & Regards* >>>>> *Manjeet Pawar* >>>>> >>>>> -- >>>>> unsubscribe: [email protected] >>>>> website: http://groups.google.com/group/android-kernel >>>> >>>> >>>> >>>> >>>> -- >>>> Best regards ! >>>> Mingting Sun >>>> >>>> -- >>>> unsubscribe: [email protected] >>>> website: http://groups.google.com/group/android-kernel >>> >>> >>> -- >>> unsubscribe: [email protected] >>> website: http://groups.google.com/group/android-kernel >> >> >> >> >> -- >> Best regards ! >> Mingting Sun >> >> -- >> unsubscribe: [email protected] >> website: http://groups.google.com/group/android-kernel >> > > -- > unsubscribe: [email protected] > website: http://groups.google.com/group/android-kernel -- Best regards ! Mingting Sun -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
