From: http://hi.baidu.com/remygo/blog/item/6823f78b83ce24e3f11f36cd. Html
Because the XMD tool in EDK is used to generate the final ace file for elf files and bit files, it is best to install EDK in linux, and version 11.1 integrates ISE and EDK, so you can install the suite.
1. Upload the ISO file to a directory. My directory is :~ /Software
2. Mount the file
# Sudo mkdir/mnt/xilinxiso
# Sudo mount-o loop Xilinx. ISE. Desgin. Suite. v11.1-SHooTERS. iso/mnt/xilinxiso/
# Cd/mnt/xilinxiso
# Ls
Check whether the mounting is successful.
3. Create an installation directory and Change permissions
# Sudo mkdir/opt/xilinx
# Sudo chmod 777/opt/xilinx/
4. Installation
# Cd/mnt/xilinxiso/
#./Xsetup
======================================
Note:
During the installation process, a Cable Driver corresponds to JTag debugging. If this option is selected, JTag debugging cannot be completed. If this option is not selected, JTag debugging cannot be performed in linux, this is why we have two PCs.
======================================
5. Set Environment Variables
Add the following content ~ /. Bashrc
Source/opt/Xilinx/11.1/ISE/settings32.sh
Source/opt/Xilinx/11.1/EDK/settings32.sh
Source/opt/Xilinx/11.1/chipscope/settings32.sh
Source/opt/Xilinx/11.1/planahead/settings32.sh
Then, you can create an EDK project in the most familiar EDK version, generate the downlo. Bit file, and create an ace file using the xmd tool in the installation directory of the suite ..