Difference between revisions of "Xilinx Install"
Jump to navigation
Jump to search
(Created page with "=== Documents === https://www.xilinx.com/support/documentation/boards_and_kits/accelerator-cards/ug1301-getting-started-guide-alveo-accelerator-cards.pdf === Installation ==...") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
https://www.xilinx.com/support/documentation/boards_and_kits/accelerator-cards/ug1301-getting-started-guide-alveo-accelerator-cards.pdf | https://www.xilinx.com/support/documentation/boards_and_kits/accelerator-cards/ug1301-getting-started-guide-alveo-accelerator-cards.pdf | ||
| − | === | + | === What we need === |
XRT supports Linux kernel up to: 3.10.0-862.14.4.el7.x86_64 | XRT supports Linux kernel up to: 3.10.0-862.14.4.el7.x86_64 | ||
| + | |||
| + | # Xilinx rpm files you can downlonad from official website after registration: | ||
| + | <syntaxhighlight> https://www.xilinx.com/products/boards-and-kits/alveo/u200.html#gettingStarted</syntaxhighlight> | ||
| + | |||
| + | # Used RPM's: | ||
<syntaxhighlight> | <syntaxhighlight> | ||
| − | |||
| − | |||
| − | |||
| − | |||
wget ftp://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/7.4/x86_64/updates/security/kernel-3.10.0-862.el7.x86_64.rpm | wget ftp://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/7.4/x86_64/updates/security/kernel-3.10.0-862.el7.x86_64.rpm | ||
wget ftp://ftp.icm.edu.pl/vol/rzm3/linux-scientificlinux/7.2/x86_64/updates/security/kernel-devel-3.10.0-862.el7.x86_64.rpm | wget ftp://ftp.icm.edu.pl/vol/rzm3/linux-scientificlinux/7.2/x86_64/updates/security/kernel-devel-3.10.0-862.el7.x86_64.rpm | ||
wget ftp://ftp.icm.edu.pl/vol/rzm3/linux-centos-vault/7.4.1708/cr/x86_64/Packages/kernel-headers-3.10.0-862.el7.x86_64.rpm | wget ftp://ftp.icm.edu.pl/vol/rzm3/linux-centos-vault/7.4.1708/cr/x86_64/Packages/kernel-headers-3.10.0-862.el7.x86_64.rpm | ||
| + | |||
| + | All files are on OneDrive (kernel and xilinx rpm's): | ||
| + | |||
| + | https://bostonlimited.sharepoint.com/:f:/r/sites/HPC/Shared%20Documents/Benchmarking%20Results/Xilinx/rpm?csf=1&e=UGwaRM | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 11:56, 8 January 2019
Documents
What we need
XRT supports Linux kernel up to: 3.10.0-862.14.4.el7.x86_64
- Xilinx rpm files you can downlonad from official website after registration:
https://www.xilinx.com/products/boards-and-kits/alveo/u200.html#gettingStarted- Used RPM's:
wget ftp://ftp.pbone.net/mirror/ftp.scientificlinux.org/linux/scientific/7.4/x86_64/updates/security/kernel-3.10.0-862.el7.x86_64.rpm
wget ftp://ftp.icm.edu.pl/vol/rzm3/linux-scientificlinux/7.2/x86_64/updates/security/kernel-devel-3.10.0-862.el7.x86_64.rpm
wget ftp://ftp.icm.edu.pl/vol/rzm3/linux-centos-vault/7.4.1708/cr/x86_64/Packages/kernel-headers-3.10.0-862.el7.x86_64.rpm
All files are on OneDrive (kernel and xilinx rpm's):
https://bostonlimited.sharepoint.com/:f:/r/sites/HPC/Shared%20Documents/Benchmarking%20Results/Xilinx/rpm?csf=1&e=UGwaRMDriver Installation
- Install Centos 7.4
- Do not update os (require OS ver 7.4 or 7.5)
- Install needed packages
yum install epel-release linux-firmware pciutils yum-utils vim -y
- Check if the card is visible
lspci -vd 10ee:
- Install specific kernel
yum install kernel-3.10.0-862.el7.x86_64.rpm -y
- reboot
- Install kernel headers and devel for specific version
yum install kernel-devel-3.10.0-862.el7.x86_64.rpm kernel-headers-3.10.0-862.el7.x86_64.rpm -y
- Install xilinx rpm's
yum install x*.rpm -y
- During the driver installation you will see commad to flash the card, copy and run after installation
sudo /opt/xilinx/xrt/bin/xbutil flash -a <shell_name> -t <timestamp>
- After flashing add line to bashrc file and reboot system
echo 'source /opt/xilinx/xrt/setup.sh' >> ~/.bashrc
- Run validate command
xbutils validate