diff options
author | Vladimir Vassilev <vladimir@lightside-instruments.com> | 2020-02-14 02:28:34 +0100 |
---|---|---|
committer | Vladimir Vassilev <vladimir@lightside-instruments.com> | 2020-02-14 02:28:34 +0100 |
commit | 74dc989e51fd1f29512833d6a6052989f49e8ac1 (patch) | |
tree | 490cd1e4e2b84b81f58bfed7b692f4ecefacf2cf | |
parent | f164a8bc5b083e993977c807aae1006552abc45d (diff) |
Errata ice4pi-1.1-1
-rw-r--r-- | example/README | 5 |
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 |