Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Changes
Page history
Update Wiki | Setup AWS F1
authored
May 02, 2020
by
saleh
Show whitespace changes
Inline
Side-by-side
Wiki-|-Setup-AWS-F1.md
View page @
1c537683
...
...
@@ -24,8 +24,8 @@ sudo yum -y install epel-release nano cmake3 zip htop
sudo pip install PasteBin
git clone https://github.com/aws/aws-fpga.git $AWS_FPGA_REPO_DIR
source /home/centos/src/project_data/aws-fpga/sdaccel_setup.sh
nano ~/.bashrc ---------->
export AWS_PLATFORM=/home/centos/src/project_data/aws-fpga/SDAccel/aws_platform/xilinx_aws-vu9p-f1-04261818_dynamic_5_0/xilinx_aws-vu9p-f1-04261818_dynamic_5_0.xpfm
nano ~/.bashrc ---------->
source /opt/xilinx/xrt/setup.sh
echo '
export AWS_PLATFORM=/home/centos/src/project_data/aws-fpga/SDAccel/aws_platform/xilinx_aws-vu9p-f1-04261818_dynamic_5_0/xilinx_aws-vu9p-f1-04261818_dynamic_5_0.xpfm
' >> ~/.bashrc
echo '
source /opt/xilinx/xrt/setup.sh
' >> ~/.bashrc
source ~/.bashrc
sudo yum install centos-release-scl
...
...
...
...