blob: 9a129b091c64ec27b6236d10d16c0158b769742d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 nextpnr-ice40 flashrom
make
2. Make sure your Pi has SPI enabled (e.g. use raspi-config)
3. Load the rot.bin file to the shield:
sudo make load
|