Fix dependency on tockloader 1.4
Now that it has been released and pushed to pypi, make sure that tockloader is at least 1.4 version
This commit is contained in:
2
setup.sh
2
setup.sh
@@ -86,7 +86,7 @@ source tools/gen_key_materials.sh
|
||||
generate_crypto_materials N
|
||||
|
||||
rustup install $(head -n 1 rust-toolchain)
|
||||
pip3 install --user --upgrade tockloader six intelhex
|
||||
pip3 install --user --upgrade 'tockloader~=1.4' six intelhex
|
||||
rustup target add thumbv7em-none-eabi
|
||||
|
||||
# Install dependency to create applications.
|
||||
|
||||
Reference in New Issue
Block a user