Ethernet link in ConnectCore 6 SBC

Dear all,
I am quite new to Android and Digi and I find problems to download samples from “Digi ESP for Android” development tool to the ConnectCore 6 SBC.
I am able to configure the setting for the ethernet in Android OS but when I try to connect with the SBC I always get the same error “Could not connect with debugging link”
When I write busybox ifconfig in the serial link, I get the following for eth0:
eth0 Link encap:Ethernet HWaddr 00:40:9D:7D:CF:B8
inet addr:10.101.2.177 Bcast:10.101.2.255 Mask:255.255.255.0
inet6 addr: fe80::240:9dff:fe7d:cfb8/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:932 errors:0 dropped:0 overruns:0 frame:0
TX packets:249 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:161804 (158.0 KiB) TX bytes:10674 (10.4 KiB)

In the Android Devices window I configure a Network Device with IP address 10.101.2.177:5555.
What am I doing wrong?
Thank you very much for your help.
alvaro

It seems like the output normally,which version ESP 2.0 or 2.1?
I suggest you config all the project under the ethernet configuration on the android OS.

Thank you very much for your answer.
It is version 2.1. I already configure the ethernet port in android OS.
I don’t honestly know how to configure DNS1 and DNS2 … Actually, I have invented these values. I have configured the following:
IP adress 10.101.2.177
Netmask 255.255.255.0
DNS1 10.49.8.62
DNS2 10.10.8.62
Gateway address 10.101.2.1
MAC adress is the correct one, as it appears on the module.

PC connect to CC6 SBC directly? if so, what is the PC IP address? the PC IP address must not 10.101.2.177. DNS you can set to 8.8.8.8.
all of this could not slove the issue,maybe you need to contact you local FAE of Digi, he will give you the newest version of Android OS.

Regards

The problem is solved! I had a stupid mistake in the IP static definition in my computer, so obvious that I could not see it ;-))
Thank you very much for your feedback superf4our.