1
0
mirror of https://github.com/bmartini/zynq-axis.git synced 2024-09-05 19:19:27 +08:00

Update doc with latest version of Vivado (2015.4)

The project has been updated to use the latest version (as of writing) of
Vivado.
This commit is contained in:
Berin Martini 2016-03-17 19:27:48 -04:00
parent 34a5c422cf
commit d048db507b

View File

@ -9,7 +9,7 @@ finial uImage file.
## Dependencies
Install the latest Vivado from Xilinx, as of writing the current version is
Vivado 2015.2.
Vivado 2015.4.
Clone the Xilinx u-boot and Linux kernel repos.
@ -42,7 +42,7 @@ sudo yum install dtc
## Set Environmental Variables
```bash
. /opt/Xilinx/Vivado/2015.2/settings64.sh
. /opt/Xilinx/Vivado/2015.4/settings64.sh
export CROSS_COMPILE=arm-xilinx-linux-gnueabi-
export ARCH=arm
export PATH=$PWD/u-boot-xlnx/tools:$PATH