From f1ebf7495b3be7e89cc73ee1d7f62f2be74ba848 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Mon, 10 Oct 2011 00:57:55 -0300 Subject: [PATCH] m1rc3/norruption/2/aloop: corrections and put cycle number at beginning of file name --- m1rc3/norruption/2/aloop | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/m1rc3/norruption/2/aloop b/m1rc3/norruption/2/aloop index 3b729d0..b1cf8bd 100755 --- a/m1rc3/norruption/2/aloop +++ b/m1rc3/norruption/2/aloop @@ -32,16 +32,16 @@ while true; do continue fi - echo bootsts = $bs >$DIR/stat$n + echo bootsts = $bs >$DIR/$n-stat - ./getstby $DIR/corrupt$n.bin + ./getstby $DIR/$n-corrupt.bin boot # 1.0-4.3 seconds sleep 2 - echo '\033serialboot' >$TTY + echo -e '\033serialboot' >$TTY # >= 7.9 seconds sleep 9 @@ -53,6 +53,6 @@ while true; do ./putstby standby.fpg - diff -u <(hexdup -C standby.fpg) \ - <(hexdump -C $DIR/corrupt$n.bin) >$DIR/diff$n + diff -u <(hexdump -C standby.fpg) \ + <(hexdump -C $DIR/$n-corrupt.bin) >$DIR/$n-diff done