https://github.com/capablerobot/ice5lp4k-hat
https://github.com/capablerobot/ice5lp4k-hat
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/capablerobot/ice5lp4k-hat
- Owner: CapableRobot
- License: apache-2.0
- Created: 2021-09-03T18:39:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T13:27:32.000Z (over 4 years ago)
- Last Synced: 2025-02-14T19:36:57.492Z (about 1 year ago)
- Language: Python
- Size: 474 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```