Skip to content

Commit 7b5bb15

Browse files
LDong-ArmPatater
authored andcommitted
Install Mbed CLI and requirements
To be able to build Mbed OS applications and TF-M tests, we need to install mbed-cli and dependencies listed in mbed-os/requirements.txt
1 parent 5854d82 commit 7b5bb15

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

vagrant/bootstrap-user.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@ cd ~/tfm/trusted-firmware-m
2424
git remote add ARMmbed https://github.com/ARMmbed/trusted-firmware-m.git
2525
git fetch --all
2626

27-
# Mbed tools
28-
python3 -m pip install mbed-cli
29-
3027
# Regression tests
3128
cd
3229
git clone https://github.com/ARMmbed/mbed-os-tf-m-regression-tests.git
3330
cd ~/mbed-os-tf-m-regression-tests
3431
git clone https://github.com/ARMmbed/mbed-os.git
32+
33+
# Mbed tools
34+
python3 -m pip install mbed-cli
35+
python3 -m pip install -r mbed-os/requirements.txt

0 commit comments

Comments
 (0)