summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Vassilev <vladimir@lightside-instruments.com>2020-02-14 02:28:34 +0100
committerVladimir Vassilev <vladimir@lightside-instruments.com>2020-02-14 02:28:34 +0100
commit74dc989e51fd1f29512833d6a6052989f49e8ac1 (patch)
tree490cd1e4e2b84b81f58bfed7b692f4ecefacf2cf
parentf164a8bc5b083e993977c807aae1006552abc45d (diff)
Errata ice4pi-1.1-1
-rw-r--r--example/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/README b/example/README
index ddc381d..bde2a04 100644
--- a/example/README
+++ b/example/README
@@ -11,3 +11,8 @@ To install all necessary packages and synthesize and program ice4pi:
cd arachne-pnr-0.1+20180909git840bdfd-1.1/
dpkg-buildpackage -us -uc -j2
sudo dpkg -i ../arachne*.deb
+
+3. Building and installing the flashrom tool
+ git clone https://www.flashrom.org/git/flashrom.git
+ cd flashrom
+ make CONFIG_ENABLE_LIBPCI_PROGRAMMERS=no CONFIG_ENABLE_LIBUSB0_PROGRAMMERS=no CONFIG_ENABLE_LIBUSB1_PROGRAMMERS=no install