summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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