Hi,
I'm following the instructions given at this link to set up tftp for booting Linux kernel for L137.
http://processors.wiki.ti.com/index.php/Booting_Linux_kernel_using_U-Boot#SPI_Flash
For Step 4, Setup the EVM IP address. I want to use static IP address, this is the instruction:
U-Boot> setenv ipaddr <static ip address>
Here, is the <static ip address> the IP address of EVM or host computer? If it's the IP address of EVM, how can I find it? Thanks.