diff options
-rw-r--r-- | example/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/README b/example/README index a1841ce..9a129b0 100644 --- a/example/README +++ b/example/README @@ -2,7 +2,7 @@ Assuming you are running on a Raspberry Pi 2-4 or Zero (tested with bullseye): 1. Install all necessary packages to synthesize rot.v and build bit image (rot.bin) for the ice4pi: - sudo apt-get install yosys fpga-icestorm arachne-pnr flashrom + sudo apt-get install yosys fpga-icestorm nextpnr-ice40 flashrom make 2. Make sure your Pi has SPI enabled (e.g. use raspi-config) |