Date:2011-09-07 10:12:03 (12 years 6 months ago)
Author:Werner Almesberger
Commit:ed286e69828127e22eb3145a09108063625dea97
Message:m1rc3/norruption/loop2: shorter loop (17 s instead of 77 s) that cycles in RTEMS boot, without rendering

Files: m1rc3/norruption/loop2 (1 diff)

Change Details

m1rc3/norruption/loop2
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

Archive Download the corresponding diff file

Branches:
master



interactive