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
My netstat does not show this line when compared with yours:
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
> > > Thanks in advance for any pointers- Hide quoted text -
>
> - Show quoted text -