Install Rust tools with stable compiler
We only need the frozen nightly for Tock (and maybe the app).
This commit is contained in:
committed by
Julien Cretin
parent
b5b9d3f6e0
commit
a80ff4279c
@@ -20,4 +20,4 @@ done_text="$(tput bold)DONE.$(tput sgr0)"
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
# Install cargo-fuzz library.
|
# Install cargo-fuzz library.
|
||||||
cargo install cargo-fuzz
|
cargo +stable install cargo-fuzz
|
||||||
|
|||||||
3
setup.sh
3
setup.sh
@@ -43,7 +43,8 @@ rustup target add thumbv7em-none-eabi
|
|||||||
|
|
||||||
# Install dependency to create applications.
|
# Install dependency to create applications.
|
||||||
mkdir -p elf2tab
|
mkdir -p elf2tab
|
||||||
cargo install elf2tab --version 0.6.0 --root elf2tab/
|
rustup install stable
|
||||||
|
cargo +stable install elf2tab --version 0.6.0 --root elf2tab/
|
||||||
|
|
||||||
# Install python dependencies to factory configure OpenSK (crypto, JTAG lockdown)
|
# Install python dependencies to factory configure OpenSK (crypto, JTAG lockdown)
|
||||||
pip3 install --user --upgrade colorama tqdm cryptography "fido2>=0.9.1"
|
pip3 install --user --upgrade colorama tqdm cryptography "fido2>=0.9.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user