Skip to content

Commit 55c7db4

Browse files
committedAug 20, 2015
add some details on install
1 parent a24fd68 commit 55c7db4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎scripts/README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,17 @@ To get started (will install packages, etc):
1212
curl -fsS https://raw.githubusercontent.com/timvideos/HDMI2USB-misoc-firmware/master/scripts/bootstrap.sh | bash
1313
```
1414

15-
* Download & install Xilinx ISE WebPACK 14.7 into the default location in /opt/
15+
* Download (URL?)
16+
* & install Xilinx ISE WebPACK 14.7 into the default location in /opt/
17+
```
18+
tar xvf Xilinx_ISE_DS_Lin_14.7_1015_1.tar
19+
cd Xilinx_ISE_DS_Lin_14.7_1015_1
20+
./xsetup (gui, needs X forwarding if over ssh)
21+
```
1622

1723
* Ensure you have a free WebPACK license for ISE installed, see http://license.xilinx.com/getLicense
24+
goes in ~/.Xilinx/Xilinx.lic (I think)
25+
1826

1927
* Ensure licence is activated by checking ISE:
2028
```

0 commit comments

Comments
 (0)
Please sign in to comment.