From 95bdd0a29bf508388b1fe9fc95893ae8bca04718 Mon Sep 17 00:00:00 2001
From: Clifford Wolf
Date: Sat, 18 Nov 2017 16:31:21 +0100
Subject: Update udev rule in docs/index.html
---
docs/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/index.html')
diff --git a/docs/index.html b/docs/index.html
index f6ba8e6..83f3788 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -184,7 +184,7 @@ after updating your IceStorm installation.
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"
+ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6010", MODE="0660", GROUP="plugdev", TAG+="uaccess"
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