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 a89c085 commit 564d10eCopy full SHA for 564d10e
.github/workflows/trunk.yml
@@ -97,7 +97,11 @@ jobs:
97
98
# Generate the C-style header
99
cd $ARM_FVP_TUTORIALS_ROOT
100
- python build_model.py --pte-file ~/modules/lib/executorch/${MODEL_NAME}.pte --output-path models/${MODEL_NAME}/src/
+ 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/
104
+
105
cd $ZEPHYR_PROJ_ROOT/zephyr/samples/modules/executorch/arm-fvp-tutorials/models/${MODEL_NAME}/
106
107
# Build the zephyr elf
0 commit comments