hi,

I have OMAP3EVM with the kernel and root filesystem from the mistral's
site. the device is up and everything works fine.

The device is connected through ethernet port on board. The target
device has an ip assigned and is reachable by the other machines.

I'm trying to run adb over ethernet.

My pc ip: 192.168.102.130
My device ip: 192,168.101.56

Here are the steps i ran from my pc:
# ADBHOST=192.168.101.56 adb kill-server
# ADBHOST=192.168.101.56 adb shell

output:
* daemon not running. starting it now *
* daemon started successfully *
error: device not found


Also the netstat on the target device gave me this:
Proto Recv-Q Send-Q Local Address          Foreign Address
State
tcp        0      0 127.0.0.1:5037
0.0.0.0:*              LISTEN
udp       0      0 0.0.0.0:619
0.0.0.0:*              LISTEN

Am i missing something???

Googling on this found out that, apart from the above lines in the
netstat; people have one more line like the one below:
tcp        0      0 0.0.0.0:5555           0.0.0.0:*
LISTEN


how do i get this line in my netstat on device?
Any config i'm missing??


thanks in advance,
Anantvijay



On Jan 22, 10:02 am, Sean McNeil <[email protected]> wrote:
> It is very simple:
>
> First, make sure you have connectivity to the zoom. Ping the ip address.
> Next, type the command as follows (with appropriate changes):
>
> ADBHOST=ip_address adb kill-server
> ADBHOST=ip_address adb shell
>
> If using ethernet over usb, the zoom/OMAP USB gadget driver has an odd
> requirement. When you use ifconfig to setup the ip address on the zoom,
> you have to specify "up" on the ifconfig command. So in init.rc you'd
> have something like:
>
> ## Configure the USB interface
> ##
> service usb-ether /system/bin/ifconfig usb0 192.168.0.202 up
>     oneshot
>
> If you are using the ethernet port, then you'll have to set it up
> appropriately. Again, if you can ping you should be OK.
>
> Cheers,
> Sean
>
>
>
> vishal bhoj wrote:
> > Hi Divya ,
>
> > Even I tried to connect through adb but I could not. When i do a adb
> > devices it doesn't list anything. The adbd demon is running on the
> > traget device . If you are able to connect on zoom please update me .
>
> > thanks in advance
>
> > On Wed, Jan 21, 2009 at 11:20 PM, Nimit Manglick
> > <[email protected] <mailto:[email protected]>> wrote:
>
> >     Hi Divya,
>
> >     No i haven't tried anything using adb..
>
> >     Bye t way why r u looking for adb..?? After booting android
>
> >     u will get the console itself na...
>
> >     Anyways sorry no idea :(
>
> >     Regards
> >     Nimit
>
> >     On Wed, Jan 21, 2009 at 8:33 PM, divya <[email protected]
> >     <mailto:[email protected]>> wrote:
>
> >         Hi Nimit,
>
> >          Have you tried adb with ur OMAP Board.If yes can you update me.
> >         I am using a tcp ip connection using a windows host and OMAP
> >         3430 SDP.
>
> >         Waiting for ur reply...
>
> >         Regards,
> >         Divya
>
> > --
> > with regards vishal- Hide quoted text -
>
> - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to