1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2025-04-21 12:27:27 +03:00

m1rc3/norruption: moved material of 1st series tests to 1/, 2nd to 2/

This commit is contained in:
Werner Almesberger
2011-10-09 22:15:32 -03:00
parent 84b2d419b0
commit 5037afbe35
11 changed files with 480 additions and 478 deletions

17
m1rc3/norruption/1/loop Executable file
View File

@@ -0,0 +1,17 @@
#!/bin/sh
n=0
while true; do
n=`expr $n + 1`
echo ===== $n =====
labsw ch1=0 ch2=0
sleep 5
labsw ch1=1 ch2=1
sleep 2
make -C ../../m1/jtag-boot boot
sleep 60
echo echo === $n === `date` >/dev/ttyUSB0
sleep 10
done