Skip to content

Commit

Permalink
Fix Arm(R) Ethos(TM)-U55 NPU Demo app
Browse files Browse the repository at this point in the history
- pip install tvm/python so that tvmc works from command line

Change-Id: Ieb6ec71dd3950f7d4657793f0d02a8078667b9d9
  • Loading branch information
grant-arm committed Oct 22, 2021
1 parent 1129228 commit 8754008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/task_cpp_unittest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ cd ../..

# Test Arm(R) Cortex(R)-M55 CPU and Ethos(TM)-U55 NPU demo app
if test -f "/opt/arm/FVP_Corstone_SSE-300_Ethos-U55/models/Linux64_GCC-6.4/FVP_Corstone_SSE-300_Ethos-U55" && pip3 list | grep vela; then
sudo pip3 install -e python
cd apps/microtvm/ethosu
./run_demo.sh --fvp_path /opt/arm/FVP_Corstone_SSE-300_Ethos-U55 --cmake_path /opt/arm/cmake/bin/cmake
fi
Expand Down

0 comments on commit 8754008

Please sign in to comment.