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 9c8cb1e commit 089858bCopy full SHA for 089858b
examples/arm/setup.sh
@@ -152,7 +152,7 @@ function setup_ethos_u() {
152
git clone ${ethos_u_repo_url}
153
cd ethos-u
154
git reset --hard ${ethos_u_base_rev}
155
- python3 ./fetch_externals.py fetch
+ python3 ./fetch_externals.py -c ${ethos_u_base_rev}.json fetch
156
pip install pyelftools
157
echo "[${FUNCNAME[0]}] Done @ $(git describe --all --long 3> /dev/null) in ${root_dir}/ethos-u dir."
158
}
0 commit comments