Skip to content

Commit

Permalink
Added one python package required by one of the tockloader dependencies;
Browse files Browse the repository at this point in the history
Signed-off-by: minjun <xi.minjun@gmail.com>
  • Loading branch information
mxi1 authored and kaczmarczyck committed Sep 10, 2021
1 parent 2f24f52 commit f908988
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ check_command pip3
source tools/gen_key_materials.sh
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)
pip3 install --user --upgrade 'tockloader==1.5' six intelhex
rustup target add thumbv7em-none-eabi
Expand Down

0 comments on commit f908988

Please sign in to comment.