diff options
author | Clifford Wolf <clifford@clifford.at> | 2016-02-18 12:43:34 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2016-02-18 12:43:34 +0100 |
commit | f2b254974a97998d30b042c4ab8246c4c31ec854 (patch) | |
tree | 24bedd2f293526f833f804ff3e08523be0719447 /docs/index.html | |
parent | a519d2ab828517fda323f6421fd98cf73603fc0e (diff) | |
download | icestorm-f2b254974a97998d30b042c4ab8246c4c31ec854.tar.gz icestorm-f2b254974a97998d30b042c4ab8246c4c31ec854.tar.bz2 icestorm-f2b254974a97998d30b042c4ab8246c4c31ec854.zip |
Added udev rules to docs
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 7 |
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> |