mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 05:53:09 +02:00
m1rc3/norruption/loop2: shorter loop (17 s instead of 77 s) that cycles in RTEMS boot, without rendering
This commit is contained in:
parent
05c52e7390
commit
ed286e6982
17
m1rc3/norruption/loop2
Executable file
17
m1rc3/norruption/loop2
Executable 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 8
|
||||
echo echo === $n === `date` >/dev/ttyUSB0
|
||||
sleep 2
|
||||
done
|
Loading…
Reference in New Issue
Block a user