An open API service indexing awesome lists of open source software.

https://github.com/capablerobot/ice5lp4k-hat


https://github.com/capablerobot/ice5lp4k-hat

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# ICE5LP4K-Hat

## System Setup

```
cd loader
make
cd ..

mkdir install
cd install
wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
chmod +x litex_setup.py
./litex_setup.py init install --user

pip3 install spidev
```