Added one python package required by one of the tockloader dependencies; (#376)
Signed-off-by: minjun <xi.minjun@gmail.com>
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -37,6 +37,10 @@ check_command pip3
|
|||||||
source tools/gen_key_materials.sh
|
source tools/gen_key_materials.sh
|
||||||
generate_crypto_materials N
|
generate_crypto_materials N
|
||||||
|
|
||||||
|
# Install python dependencies (testresources) required by "launchpadlib",
|
||||||
|
# which is used by one of the tockloader dependencies.
|
||||||
|
pip3 install --user testresources
|
||||||
|
|
||||||
rustup install $(head -n 1 rust-toolchain)
|
rustup install $(head -n 1 rust-toolchain)
|
||||||
pip3 install --user --upgrade 'tockloader==1.5' six intelhex
|
pip3 install --user --upgrade 'tockloader==1.5' six intelhex
|
||||||
rustup target add thumbv7em-none-eabi
|
rustup target add thumbv7em-none-eabi
|
||||||
|
|||||||
Reference in New Issue
Block a user