diff options
Diffstat (limited to 'example/README')
-rw-r--r-- | example/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/example/README b/example/README new file mode 100644 index 0000000..ddc381d --- /dev/null +++ b/example/README @@ -0,0 +1,13 @@ +To install all necessary packages and synthesize and program ice4pi: + + sudo apt-get install yosys fpga-icestorm arachne-pnr + make + +1. Make sure your Pi has SPI enabled + +2. There is a problem in arachne-pnr reporting bogus dependency conflict that can be worked around: + + apt-get source arachne-pnr + cd arachne-pnr-0.1+20180909git840bdfd-1.1/ + dpkg-buildpackage -us -uc -j2 + sudo dpkg -i ../arachne*.deb |