From b65ca3f49fb1d969429870ba695e6e494b540fdd Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 8 Sep 2011 08:34:40 -0300 Subject: [PATCH] m1rc3/norruption/LOG: added results of last (long) test run --- m1rc3/norruption/LOG | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/m1rc3/norruption/LOG b/m1rc3/norruption/LOG index bc06a27..e0e8a83 100644 --- a/m1rc3/norruption/LOG +++ b/m1rc3/norruption/LOG @@ -89,3 +89,44 @@ Standby bitstream difference: Reflashed standby and locked the NOR. Testing with loop2 again. 1 (09:18): started +... continuing through the night ... + +--- Thu 2011-09-08 ------------------------------------------------------------ + +3483 (03:18): standby is good so far +4325 (07:40): manually ended test. Standby is still good, but starting + with cycle 3704, booting RTEMS failed with + + I: Booting from flash... + I: Loading 1889692 bytes from flash... + E: CRC failed (expected aa12a56a, got 68ec25e6) + +A CRC check yielded: + +Images CRC: + Checking : standby.fpg CRC passed (got c58e8905) + Checking : soc-rescue.fpg CRC passed (got 30dcc535) + Checking : bios-rescue.bin(CRC) CRC passed (got c78353fa) + Checking : splash-rescue.raw CRC passed (got e8ff824f) + Checking : flickernoise.fbi(rescue)(CRC) CRC passed (got aa12a56a) + Checking : soc.fpg CRC passed (got 3a31e737) + Checking : bios.bin(CRC) CRC passed (got 86e23684) + Checking : splash.raw CRC passed (got 978f860c) + Checking : flickernoise.fbi(CRC) CRC failed (expected aa12a56a, got 68ec25e6) + +Read back the FlickerNoise partition with + + readmem 0x920000 0x0400000 fn.bin + +Compare with the original: + + wget http://www.milkymist.org/updates/2011-07-13/flickernoise.fbi + md5sum flickernoise.fbi + 5b7367e71bda306b080bde124615859b flickernoise.fbi + + diff -u <(hexdump -C flickernoise.fbi) <(hexdump -C fn.bin) + +... +-0008a380 28 43 00 00 34 64 00 01 58 44 00 00 5c 60 00 1e |(C..4d..XD..\`..| ++0008a380 28 43 00 00 00 00 00 01 58 44 00 00 5c 60 00 1e |(C......XD..\`..| +...