We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564d10e commit 3a1ea34Copy full SHA for 3a1ea34
.github/workflows/trunk.yml
@@ -100,9 +100,9 @@ jobs:
100
python build_model.py \
101
--executorch-root $ZEPHYR_PROJ_ROOT/modules/lib/executorch \
102
--pte-file ~/modules/lib/executorch/${MODEL_NAME}.pte \
103
- --output-path models/${MODEL_NAME}/src/
+ --output-path $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/src/
104
105
- cd $ZEPHYR_PROJ_ROOT/zephyr/samples/modules/executorch/arm-fvp-tutorials/models/${MODEL_NAME}/
+ cd $ARM_FVP_TUTORIALS_ROOT/models/${MODEL_NAME}/
106
107
# Build the zephyr elf
108
west build -p always -b mps3/corstone300/fvp
0 commit comments