@@ -100,7 +100,7 @@ jobs:
100100# cd $ZEPHYR_PROJ_ROOT/modules/lib/executorch
101101# install_executorch
102102# .ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr
103- # source examples/arm/ethos-u -scratch/setup_path.sh
103+ # source examples/arm/arm -scratch/setup_path.sh
104104# source $ZEPHYR_PROJ_ROOT/zephyr/zephyr-env.sh
105105#
106106# # Get the model as PTE
@@ -391,7 +391,7 @@ jobs:
391391 source .ci/scripts/utils.sh
392392 install_executorch "--use-pt-pinned-commit"
393393 .ci/scripts/setup-arm-baremetal-tools.sh ${setup_script_args}
394- source examples/arm/ethos-u -scratch/setup_path.sh
394+ source examples/arm/arm -scratch/setup_path.sh
395395
396396 # User toolchain
397397 ${toolchain_prefix}c++ --version
@@ -459,7 +459,7 @@ jobs:
459459 install_executorch "--use-pt-pinned-commit"
460460
461461 .ci/scripts/setup-arm-baremetal-tools.sh
462- source examples/arm/ethos-u -scratch/setup_path.sh
462+ source examples/arm/arm -scratch/setup_path.sh
463463
464464 # Install requirements for converting notebooks
465465 pip install notebook
@@ -1123,7 +1123,7 @@ jobs:
11231123
11241124 # Install arm dependencies
11251125 .ci/scripts/setup-arm-baremetal-tools.sh
1126- source examples/arm/ethos-u -scratch/setup_path.sh
1126+ source examples/arm/arm -scratch/setup_path.sh
11271127
11281128 # To build cortex-m test runner
11291129 backends/cortex_m/test/build_test_runner.sh
0 commit comments