Skip to content

Commit ac0b406

Browse files
committed
Removing comments
1 parent 630807e commit ac0b406

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

.github/workflows/trunk.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -82,33 +82,18 @@ jobs:
8282
download_arm_zephyr_sdk
8383
./zephyr-sdk-0.16.0/setup.sh -c -t arm-zephyr-eabi
8484
85-
#wget https://github.com/zephyrproject-rtos/sdk-ng/releases/download/v0.16.0/zephyr-sdk-0.16.0_linux-x86_64.tar.xz
86-
#tar -xf zephyr-sdk-0.16.0_linux-x86_64.tar.xz
87-
#rm -f zephyr-sdk-0.16.0_linux-x86_64.tar.xz
88-
#cd zephyr-sdk-0.16.0/
89-
#./setup.sh -c -t arm-zephyr-eabi
90-
9185
cd $ZEPHYR_PROJ_ROOT
9286
setup_zephyr_et_module
93-
#git clone https://github.com/BujSet/zephyr.git
94-
#cd zephyr/
95-
#git switch -c executorch-module-integration origin/executorch-module-integration
96-
#cd $ZEPHYR_PROJ_ROOT
97-
#west init -l zephyr
98-
#west config manifest.project-filter -- +executorch
99-
#west -v update
10087
10188
cd $ZEPHYR_PROJ_ROOT/modules/lib/executorch
10289
install_executorch "--use-pt-pinned-commit"
10390
.ci/scripts/setup-arm-baremetal-tools.sh --target-toolchain zephyr
10491
source examples/arm/ethos-u-scratch/setup_path.sh
105-
#cd $ZEPHYR_PROJ_ROOT
10692
source $ZEPHYR_PROJ_ROOT/zephyr/zephyr-env.sh
10793
cd $ZEPHYR_PROJ_ROOT/zephyr/samples/modules/executorch/arm/hello_world
10894
west build -p always -b mps3/corstone300/fvp
10995
FVP_Corstone_SSE-300_Ethos-U55 -a build/zephyr/zephyr.elf -C mps3_board.visualisation.disable-visualisation=1 -C mps3_board.telnetterminal0.start_telnet=0 -C mps3_board.uart0.out_file='sim.out' -C cpu0.CFGITCMSZ=15 -C cpu0.CFGDTCMSZ=15 --simlimit 60
11096
111-
cat sim.out
11297
grep -q "Output[0][0]: (float) 2.000000" sim.out; then
11398
exit_status=$? #store 0 if found (success), 1 if not (failure)
11499
exit $exit_status

0 commit comments

Comments
 (0)