aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2016-02-18 12:43:34 +0100
committerClifford Wolf <clifford@clifford.at>2016-02-18 12:43:34 +0100
commitf2b254974a97998d30b042c4ab8246c4c31ec854 (patch)
tree24bedd2f293526f833f804ff3e08523be0719447 /docs
parenta519d2ab828517fda323f6421fd98cf73603fc0e (diff)
downloadicestorm-f2b254974a97998d30b042c4ab8246c4c31ec854.tar.gz
icestorm-f2b254974a97998d30b042c4ab8246c4c31ec854.tar.bz2
icestorm-f2b254974a97998d30b042c4ab8246c4c31ec854.zip
Added udev rules to docs
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index d60aefd..1b60eba 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -165,6 +165,13 @@ after updating your IceStorm installation.
</p>
<p>
+<b>Notes for Linux:</b> Create a file <tt>/etc/udev/rules.d/53-lattice-ftdi.rules</tt> with the following line in it to allow uploading
+bit-streams to a Lattice iCEstick and/or a Lattice iCE40-HX8K Breakout Board as unprivileged user:
+</p>
+
+<pre style="padding-left: 3em">ACTION=="add", ATTR{idVendor}=="0403", ATTR{idProduct}=="6010", MODE:="666"</pre>
+
+<p>
<b>Notes for Archlinux:</b> just install <a href="https://aur.archlinux.org/packages/icestorm-git/">icestorm-git</a>, <a href="https://aur.archlinux.org/packages/arachne-pnr-git/">arachne-pnr-git</a> and <a href="https://aur.archlinux.org/packages/yosys-git/">yosys-git</a> from the Arch User Repository (no need to follow the install instructions above).
</p>