mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-12-19 00:22:28 +02:00
m1rc3/norruption/2/aloop: corrections and put cycle number at beginning of file name
This commit is contained in:
parent
d433f73101
commit
f1ebf7495b
@ -32,16 +32,16 @@ while true; do
|
|||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo bootsts = $bs >$DIR/stat$n
|
echo bootsts = $bs >$DIR/$n-stat
|
||||||
|
|
||||||
./getstby $DIR/corrupt$n.bin
|
./getstby $DIR/$n-corrupt.bin
|
||||||
|
|
||||||
boot
|
boot
|
||||||
|
|
||||||
# 1.0-4.3 seconds
|
# 1.0-4.3 seconds
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
||||||
echo '\033serialboot' >$TTY
|
echo -e '\033serialboot' >$TTY
|
||||||
|
|
||||||
# >= 7.9 seconds
|
# >= 7.9 seconds
|
||||||
sleep 9
|
sleep 9
|
||||||
@ -53,6 +53,6 @@ while true; do
|
|||||||
|
|
||||||
./putstby standby.fpg
|
./putstby standby.fpg
|
||||||
|
|
||||||
diff -u <(hexdup -C standby.fpg) \
|
diff -u <(hexdump -C standby.fpg) \
|
||||||
<(hexdump -C $DIR/corrupt$n.bin) >$DIR/diff$n
|
<(hexdump -C $DIR/$n-corrupt.bin) >$DIR/$n-diff
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user