18
Getting Started with the MicroBlaze Development Kit - Spartan-3E 1600E Edition
UG258 (v1.3) November 30, 2007
Chapter 2:
MicroBlaze Development Kit BlueCat Linux Reference System
R
To turn on the ethernet port 0,
eth0
, and assign the board IP address to
1.2.3.4
, the
command,
ifconfig eth0 up 1.2.3.4
, is issued.
To confirm the ethernet configuration settings, the command,
ifconfig
, is issued.
The result on a HyperTerminal of the configuration settings for the
eth0
(Ethernet) and
lo
(Local Loopback) ports are as shown in
.
To
ping
a remote computer at IP address
1.2.3.9
from the development board, this
example command string,
ping -c 4 1.2.3.9
, is used to
ping
the remote computer 4
times.
To
telnet
from a networked computer to the board, issue the command,
telnet
1.2.3.4
. All of the Linux commands can now be performed remotely as if the user were
logged into the console on a HyperTerminal.
X-Ref Target - Figure 2-4
Figure 2-4:
Ethernet Configuration Settings
www.BDTIC.com/XILINX