mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
Pin icestorm to a known-good version in setup doc
This commit is contained in:
parent
938f2b16d7
commit
e04b502833
@ -46,6 +46,7 @@ install other versions of these tools locally, they could conflict
|
||||
|
||||
git clone https://github.com/YosysHQ/icestorm
|
||||
cd icestorm
|
||||
git checkout 45f5e5f3889afb07907bab439cf071478ee5a2a5
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
cd ..
|
||||
@ -73,6 +74,7 @@ install other versions of these tools locally, they could conflict
|
||||
cmake -DARCH=ice40 -DCMAKE_INSTALL_PREFIX=/usr/local .
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
cd ..
|
||||
|
||||
References:
|
||||
* 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
|
||||
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…
Reference in New Issue
Block a user