blob: 42659af082bdcc68f1cd9d7c0d89bcac25731ba6 (
plain)
1
2
3
4
5
6
7
8
|
To build the blinky project, install the icestorm toolchain from http://www.clifford.at/icestorm/
and the iceFUN programmer from https://github.com/devantech/iceFUNprog
Open a terminal in the blinky folder and enter:
make blinky
make burn
|