KC705 Getting Started Guide www.xilinx.com 9
UG913 (v1.0.1) May 31, 2012
Introduction
•Parity: None
•Stop: 1 bit
• Flow Control: None
Note:
Refer to Appendix B, Communicating with the KC705 USB-UART for setting up the
UART communication.
3. Open a command shell with the ISE tools and EDK environment settings. Refer to
Appendix C, Installation and Licensing of ISE Design Suite for ISE tool chain
installation and licensing help.
Note:
To set environment variables, run the settings32.bat file located in the Xilinx
installation area. At the command prompt, type
C:\Xilinx\13.4\ISE_DS\settings32.bat (for Windows XP) or
C:\Xilinx\13.4\ISE_DS\settings64.bat (for Windows 7) and press
Enter.
4. Go to the unzipped directory of the demonstration package and execute these
commands to download the design and connect to the MicroBlaze processor:
$ cd KC705_Embedded_Kit/Video_Demo/ready_for_download
$ xmd
XMD% fpga -f ise_top.bit
This command downloads the hardware bitstream into the FPGA but does not
download the software application:
XMD% connect mb mdm
This command connects to the MicroBlaze processor debug module:
XMD% dow Video_Demo.elf
XMD% con
5. The UART output should be as shown in Figure 1-3.