mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-10-11 21:10:46 -04:00
Pin icestorm to a known-good version in setup doc
This commit is contained in:
parent
938f2b16d7
commit
e04b502833
1 changed files with 3 additions and 1 deletions
|
@ -46,6 +46,7 @@ install other versions of these tools locally, they could conflict
|
||||||
|
|
||||||
git clone https://github.com/YosysHQ/icestorm
|
git clone https://github.com/YosysHQ/icestorm
|
||||||
cd icestorm
|
cd icestorm
|
||||||
|
git checkout 45f5e5f3889afb07907bab439cf071478ee5a2a5
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
sudo make install
|
sudo make install
|
||||||
cd ..
|
cd ..
|
||||||
|
@ -73,6 +74,7 @@ install other versions of these tools locally, they could conflict
|
||||||
cmake -DARCH=ice40 -DCMAKE_INSTALL_PREFIX=/usr/local .
|
cmake -DARCH=ice40 -DCMAKE_INSTALL_PREFIX=/usr/local .
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
sudo make install
|
sudo make install
|
||||||
|
cd ..
|
||||||
|
|
||||||
References:
|
References:
|
||||||
* http://bygone.clairexen.net/icestorm/
|
* http://bygone.clairexen.net/icestorm/
|
||||||
|
@ -142,4 +144,4 @@ with the CH552 microcontroller pre-programmed.
|
||||||
|
|
||||||
Toolchain setup and build instructions for this firmware are detailed
|
Toolchain setup and build instructions for this firmware are detailed
|
||||||
in the
|
in the
|
||||||
[ch552_fw directory](../hw/boards/mta1-usb-v1/ch552_fw/README.md)
|
[ch552_fw directory](../hw/boards/mta1-usb-v1/ch552_fw/README.md)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue