Part Number: XEVMK2EX
Hi folks,
I got my XEVMK2EX board and after I connected it I accessed it via serial and got the u-boot prompt. All good until here. Then, I configure some of the parameters that I need:
setenv ipaddr 192.168.0.3
setenv netmask 255.255.255.0
setenv serverip 192.168.0.2
setenv gatewayip 192.168.0.1
saveenv
Then, when I type "dhcp" or "tftp", I get these errors:
*** ERROR: `eth1addr' not set
*** ERROR: `eth2addr' not set
*** ERROR: `eth3addr' not set
....
The fact is that I do have the ethernet MAC address and the Ethernet device name setup:
K2E EVM # print ethact
ethact=K2E_EMAC2
K2E EVM # print ethaddr
ethaddr=18:85:bf:00:b4:99
So, I am puzzled here. Can anybody help? How can I set u-boot to work with the XEVMK2EX board?
Thanks!