This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
hw:fpga:ubuntu_impact:start [2013/11/26 11:19] krzysztof.swientek Description for ubuntu 12.04 and Xilinx 14.6 |
hw:fpga:ubuntu_impact:start [2019/03/08 14:08] (current) |
||
---|---|---|---|
Line 14: | Line 14: | ||
2. After instalation go through points 1 to 4 in the description of instllation on Ubuntu 10.04. | 2. After instalation go through points 1 to 4 in the description of instllation on Ubuntu 10.04. | ||
- | Point 5 is not confirmed yet. | + | Point 5 is not necessary. |
===== Ubuntu 10.04 and Xilinx 13.4 ===== | ===== Ubuntu 10.04 and Xilinx 13.4 ===== | ||
Line 25: | Line 25: | ||
sudo sed -i -e 's/TEMPNODE/tempnode/' -e 's/SYSFS/ATTRS/g' -e 's/BUS/SUBSYSTEMS/' /etc/udev/rules.d/50-xusbdfwu.rules | sudo sed -i -e 's/TEMPNODE/tempnode/' -e 's/SYSFS/ATTRS/g' -e 's/BUS/SUBSYSTEMS/' /etc/udev/rules.d/50-xusbdfwu.rules | ||
</code> | </code> | ||
+ | |||
+ | For Debain >= 7.0 update the UDEV rules by changing the second line from: | ||
+ | <code> | ||
+ | ATTRS{idVendor}=="03fd", ATTRS{idProduct}=="0008", MODE="666" | ||
+ | </code> | ||
+ | to: | ||
+ | <code> | ||
+ | ATTRS{idVendor}=="03fd", ATTRS{idProduct}=="0008", MODE="666", GROUP="plugdev" | ||
+ | </code> | ||
+ | and add yourself to the plugdev group. | ||
If your machine is running 32-bit Linux change ''lin64'' to ''lin'' on the first line. \\ | If your machine is running 32-bit Linux change ''lin64'' to ''lin'' on the first line. \\ | ||
Line 44: | Line 54: | ||
</code> | </code> | ||
- | *4. Restart udev | + | *4. Restart udev (in Debian >= 7.0 reboot) |
<code> | <code> |