You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flag was incorrectly handled leading to broken CI. Instead, make the
flag behave as a boolean. Leaving it out behaves the same way as setting
it to False previously should have.
Signed-off-by: Sebastian Larsson <[email protected]>
Copy file name to clipboardExpand all lines: examples/arm/run.sh
+8-3Lines changed: 8 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ function help() {
70
70
echo" --pte_placement=<elf|ADDR> Ethos-U: Control if runtime has PTE baked into the elf or if its placed in memory outside of the elf, defaults to ${pte_placement}"
71
71
echo" --et_build_root=<FOLDER> Executorch build output root folder to use, defaults to ${et_build_root}"
72
72
echo" --scratch-dir=<FOLDER> Path to your Ethos-U scrach dir if you not using default ${ethos_u_scratch_dir}"
0 commit comments