Skip to content

Commit

Permalink
tools: Set NPU_ID to null string in run script
Browse files Browse the repository at this point in the history
The `NPU_ID` defines the NPU to be used and it is defaulted to `U65`
which causes issues with Corstone-300 and Corstone-310 which are built
with `U55` as default NPU. Therefore, setting `NPU_ID` to null string
leads to using `U55` for Corstone-300 and Corstone-310 and `U65` for
Corstone-315 as default NPU respectively.

Signed-off-by: Devaraj Ranganna <[email protected]>
  • Loading branch information
urutva committed Mar 24, 2024
1 parent 1141ad4 commit 357a903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ EXAMPLE=""
BUILD_PATH="$(realpath $ROOT/build)"
TARGET="corstone315"
AUDIO_SOURCE="ROM"
NPU_ID="U65"
NPU_ID=""
FVP_BIN="FVP_Corstone_SSE-315"
FRAMES=""
OPTIONS=""
Expand Down

0 comments on commit 357a903

Please sign in to comment.