From f2b254974a97998d30b042c4ab8246c4c31ec854 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Thu, 18 Feb 2016 12:43:34 +0100 Subject: Added udev rules to docs --- docs/index.html | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs') diff --git a/docs/index.html b/docs/index.html index d60aefd..1b60eba 100644 --- a/docs/index.html +++ b/docs/index.html @@ -164,6 +164,13 @@ The Arachne-PNR build converts the IceStorm text chip databases into the arachne after updating your IceStorm installation.

+

+Notes for Linux: Create a file /etc/udev/rules.d/53-lattice-ftdi.rules 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: +

+ +
ACTION=="add", ATTR{idVendor}=="0403", ATTR{idProduct}=="6010", MODE:="666"
+

Notes for Archlinux: just install icestorm-git, arachne-pnr-git and yosys-git from the Arch User Repository (no need to follow the install instructions above).

-- cgit v1.2.3