I am using XDC 3.23.1.43 , SysBios 6.33.1.25 NDK 2.21.01.38
I am trying to run simple client example and having some troubles to get IP address
This program enables all the services but doesn't show IP address. And I am not able to find my EVM8148 on any network sniffer.
This is the output when I use Dynamic IP .
[C674X_0] Using MAC Address: 00-18-32-62-1d-0a
SetPhyMode:000021E1 Auto:1, FD10:64, HD10:32, FD100:256, HD100:128, FD1000:8192 LPBK:0
EMAC has been started successfully
Registeration of the EMAC Successful
Service Status: DHCPC : Enabled : : 000
Service Status: Telnet : Enabled : : 000
Service Status: HTTP : Enabled : : 000
Service Status: HTTP : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000
Service Status: DHCPC : Enabled : Fault : 002
This is what I get when I use Static IP, it shows the IP but I am not able to ping that IP.
[C674X_0] Using MAC Address: 00-18-32-62-1d-0a
SetPhyMode:000021E1 Auto:1, FD10:64, HD10:32, FD100:256, HD100:128, FD1000:8192 LPBK:0
EMAC has been started successfully
Registeration of the EMAC Successful
Network Added: If-1:192.168.10.143
Service Status: Telnet : Enabled : : 000
Service Status: HTTP : Enabled : : 000
Service Status: HTTP : Enabled : : 000
And Service doesn't run.
Your help will be highly appreciated.