Root/m1rc3/norruption/1/loop2

Source at commit 5037afbe35d8805dd29849eeac403868e351c818 created 12 years 5 months ago.
By Werner Almesberger, m1rc3/norruption: moved material of 1st series tests to 1/, 2nd to 2/
1#!/bin/sh
2n=0
3while true; do
4    n=`expr $n + 1`
5    echo ===== $n =====
6
7    labsw ch1=0 ch2=0
8    sleep 5
9    labsw ch1=1 ch2=1
10    sleep 2
11
12    make -C ../../m1/jtag-boot boot
13
14    sleep 8
15    echo echo === $n === `date` >/dev/ttyUSB0
16    sleep 2
17done
18

Archive Download this file

Branches:
master



interactive