You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* & install Xilinx ISE WebPACK 14.7 into the default location in /opt/
9
+
* Download from [http://www.xilinx.com/support/download/index.html/content/xilinx/en/downloadNav/design-tools.html]
10
+
* Install into the default location in /opt (requires X11 GUI):
17
11
```
18
12
tar xvf Xilinx_ISE_DS_Lin_14.7_1015_1.tar
19
13
cd Xilinx_ISE_DS_Lin_14.7_1015_1
20
-
sudo ./xsetup (gui, needs X forwarding if over ssh)
14
+
sudo ./xsetup
21
15
```
22
-
step ?, "Select products to install: (*) ISE WebPACK" 17403 MB
16
+
Ensure you select "ISE WebPACK" 17403 MB
23
17
24
18
25
-
* Ensure you have a free WebPACK license for ISE installed, see http://license.xilinx.com/getLicense
26
-
27
-
goes in ~/.Xilinx/Xilinx.lic
19
+
* Ensure you have a free WebPACK license for ISE installed, see [http://license.xilinx.com/getLicense], ensure installed into ```~/.Xilinx/Xilinx.lic```
28
20
29
21
* Ensure licence is activated by checking ISE:
30
22
```
31
23
source /opt/Xilinx/14.7/ISE_DS/settings64.sh
32
24
ise
33
25
```
34
26
Go to About > Licence, ensure under "information" you can see your ISC WebPACK licence.
1
Has a conversation. Original line has a conversation.
35
-
or maybe Help, Manage Licence?
36
-
37
-
* Change into the HDMI2USB-misoc-firmware directory:
27
+
28
+
2. Run the bootstrap script to build an environment required for flashing firmware:
[1] If you are in a VM, during flashing the device will change USB UUID's up to 3 times. You can just run the command above again until you see "Programming successful!" (you may need to choose the new USB vendor/device ID in your hypervisor to pass through).
last two require firmware on device first, first will do firmware loading for me
148
-
so probably use first
93
+
[2] Note firmware is only temporarily flashed to the device and is lost if HDMI2USB is power cycled, so has to be reflashed. You can use the 'go-hdmi2usb.sh' script metioned in step 9.
1
Has a conversation. Original line has a conversation.
149
94
150
95
---
151
96
152
-
Files:
97
+
#### Files
153
98
154
99
* bootstrap.sh: script to run on a fresh Ubuntu 14.04 LTS install
155
100
* get-env.sh: called from bootstrap (gets and installs software)
156
101
* setup-env.sh: script to run after installation to setup environemnt
157
102
103
+
* 52-hdmi2usb.rules: udev rules loaded by get-env.sh
104
+
* view-hdmi2usb.sh: test script to view HDMI2USB output
105
+
* flash-hdmi2usb.sh: script to run after gateware/firmware built