Hi,
I have been trying to run the MCSA example from the CCSV5, with the NDK ndk_2_20_02_22 and ndk_2_20_04_26, but I'm not able to get a working IP and being able to ping to the board, the problem is both with DHCP or even if I set the static IP.
I want to test the MCSA, but since the transport is over ethernet that's why I'm trying to get the ethernet working.
Another interesting thing is that I was expecting to get a link on the EMAC0, however it is working on EMAC1. The output that I'm getting is the following:
[C64XP_E] Start test
[C64XP_F] Start test
[C64XP_A] Start test
[C64XP_B] Start test
[C64XP_C] Start test
[C64XP_D] Start test
[C64XP_D] Starting BIOS
[C64XP_A] Starting BIOS
[C64XP_B] Starting BIOS
[C64XP_C] Starting BIOS
[C64XP_E] Starting BIOS
[C64XP_F] Starting BIOS
[C64XP_A] emac_init: core 0, port 0, total number of channels/MAC addresses: 1/1
[C64XP_A] MAC addresses configured for channel 0:
[C64XP_A] 00-24-BA-7A-AA-B0
[C64XP_A] emac_open port 0 successfully
[C64XP_A] Registration of the EMAC Successful, waiting for link up ..
[C64XP_A] Service Status: DHCPC : Enabled : : 000
[C64XP_A] Service Status: DHCPC : Enabled : Running : 000
[C64XP_A] Service Status: DHCPC : Enabled : Fault : 002
The network is working fine since I was able to run some prebuilt demos from the BIOS MCSDK and the Out-of-the-box demo of the EVM, so I don´t think that is something related to my network.
Any ideas? Let me know if I need to provide extra information.
Thanks