Generating The Mfs Image; Compiling The Web Server Code And Downloading The Bitstream - Xilinx MicroBlaze Spartan-3E 1600E Edition Getting Started

Hide thumbs Also See for MicroBlaze Spartan-3E 1600E Edition:
Table of Contents

Advertisement

Executing the Web Server Reference System

Generating the MFS Image

The Web Server reference design requires that a memory file system be initialized for
download into the DDR memory before the design can be executed. The MFS image must
be generated before the Web Server is downloaded.
To generate the MFS image, follow these steps:
1.
2.
3.
4.
5.

Compiling the Web Server Code and Downloading the Bitstream

To compile the Web server software application code and configure the FPGA, follow these
steps:
1.
2.
3.
28
Open an EDK shell by selecting Project → Launch EDK Shell... in XPS.
Change the directory to the project's /WebPage directory with the following
command:
cd WebPage
Remove any preexisting MFS images in the project's /WebServer directory by using
the following command:
rm ../WebServer/*.mfs
Generate the MFS image as follows:
mfsgen -cvbfs ../WebServer/image.mfs 600 404.html index.html
logoV2005.gif webserverpdf.pdf
After the command executes, the following text will appear in the EDK shell window:
mfsgen
Xilinx EDK 8.1.02 EDK_I.20.4
Copyright (c) 2004 Xilinx, Inc. All rights reserved.
404.html 710
index.html 1838
logoV2005.gif 1148
webserverpdf.pdf 50979
MFS block usage (used / free / total) = 110 / 490 / 600
Size of memory is 319200 bytes
Block size is 532
mfsgen done!
The command line options and syntax for the
and Libraries Document Collection document, in the EDK documentation directory.
Exit the EDK shell.
In XPS, select Software → Build All User Applications to compile the software
application.
Connect the USB cable from the PC to the board.
Select Device Configuration → Download Bitstream in XPS. The bitstream is
downloaded to the board by the iMPACT tool. When the FPGA device is configured,
the DONE light is illuminated on the board.
Getting Started with the MicroBlaze Development Kit - Spartan3E 1600E Edition
www.xilinx.com
command are listed in the OS
mfsgen
UG258 (v1.0) June 29, 2006
R

Advertisement

Table of Contents
loading

Table of Contents