From 88bf6b7842516398b72ce251fc1b8fbbb162e87b Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 13 Oct 2011 11:09:07 -0300 Subject: [PATCH] m1rc3/norruption/2/aloop: lock the NOR again after restoring standby --- m1rc3/norruption/2/aloop | 1 + 1 file changed, 1 insertion(+) diff --git a/m1rc3/norruption/2/aloop b/m1rc3/norruption/2/aloop index b1cf8bd..57bd290 100755 --- a/m1rc3/norruption/2/aloop +++ b/m1rc3/norruption/2/aloop @@ -52,6 +52,7 @@ while true; do sleep 4 ./putstby standby.fpg + ./lockmost diff -u <(hexdump -C standby.fpg) \ <(hexdump -C $DIR/$n-corrupt.bin) >$DIR/$n-diff