
16
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
Downloading the
BlueCat Linux
Kernel through XMD
To download and boot-up the BlueCat Linux kernel image via XMD, the following
commands listed below are invoked in an XMD window. The image file can be found
under the project root directory as
/bclinux_images/standalone.kdi.
1.
In XPS,
Debug
→
Launch XMD
is selected.
2.
In the XMD command window, the directory to the project’s
/bclinux_images
directory is changed as follows:
cd bclinux_images
The Bluecat Linux image into DDR memory at the starting location
0x20000000
is
downloaded using the command:
dow -data standalone.kdi 0x20000000
Note:
This step could take several minutes to download the BlueCat Linux image to the memory.
3.
To start the kernel image running, which will boot-up BlueCat Linux on the
HyperTerminal, the following command is used:
con 0x20000000
a.
After the BlueCat Linux Kernel boots up, the output on the HyperTerminal will be
as shown in
.
www.BDTIC.com/XILINX