forked from RedPitaya/RedPitaya
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
31 lines (21 loc) · 1 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
You will need the follwing to build the RedPitaya components:
1. Xilinx FPGA development tools: ISE 14.6 and Vivado 2013.3 are officially
supported. Your mileage may vary with different versions of the tools.
2. ARM cross-compiler: You can use the Xilinx cross-compiler from (1).
3. GNU make, autoconf, automake, ...
4. https://github.com/Xilinx/linux-xlnx, tag xilinx-v14.6.02
5. https://github.com/Xilinx/u-boot-xlnx, tag xilinx-v14.6.01
Place U-boot and Linux into:
/var/git/u-boot-xlnx.git
/var/git/linux-xlnx.git
or override UBOOT_GIT and LINUX_GIT variables in OS/{u-boot, linux} Makefiles.
To build the OS/Ecosystem, issue the following:
$ source /usr/local/xilinx/Vivado/2013.3/settings64.sh
$ export CROSS_COMPILE=arm-xilinx-eabi-
$ make
To build the applications, issue the following:
$ source /usr/local/xilinx/14.6/ISE_DS/settings64.sh
$ export CROSS_COMPILE=arm-xilinx-linux-gnueabi-
$ make -C Applications
For more details regarding Red Pitaya development, please visit
http://wiki.redpitaya.com.