I'm trying to booting linux kernal using U-boot.(I'm using TCI6630, EVMK2L Evaluation Module)
I'm following the steps in http://processors.wiki.ti.com/index.php/Booting_Linux_kernel_using_U-Boot .
2. Download uImage and copy it to the SPI flash partition:
U-Boot> tftp 0xc0700000 uImage
I got following in the terminal
K2L EVM # tftp 0xc0700000 uImage
Using K2L_EMAC0 device
TFTP from server 192.168.1.225; our IP address is 192.168.1.206
Filename 'uImage'.
Load address: 0xc0700000
Loading: T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T
Retry count exceeded; starting again
*** ERROR: `eth2addr' not set
*** ERROR: `eth3addr' not set
1) what is eth2addr? eth3addr?
In the steps in the above link there was no such an instruction to set eth2addr, eth3addr