From 165d799b17c67f7f8ad8f04e45c0de0ac794db63 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Sun, 11 Sep 2011 12:42:11 -0300 Subject: [PATCH] m1rc3/norruption/LOG: latest result (showing failure to reproduce NOR corruption) --- m1rc3/norruption/LOG | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/m1rc3/norruption/LOG b/m1rc3/norruption/LOG index c61bdaf..c065f04 100644 --- a/m1rc3/norruption/LOG +++ b/m1rc3/norruption/LOG @@ -201,4 +201,22 @@ to labsw failing to turn on, as observed in the test runs in which NOR corruption occurred. 1 (16:27): started loop7 test -5 (16:32): standby okay +... continuing through the night ... + +--- Sun 2011-09-11 ------------------------------------------------------------ + +2001 (11:58): standby okay + +All partitions pass the CRC check. Unused area of standby shows 0xffff. + +Confirmed writability of NOR at address 0x80000 and at address 0. +Instructions used at address 0x80000: + + jtag> peek 0x80000 + URJ_BUS_READ(0x00080000) = 0xFFFF (65535) + jtag> poke 0x80000 0x40 0x80000 0xffee + jtag> peek 0x80000 + URJ_BUS_READ(0x00080000) = 0x0080 (128) + jtag> poke 0 0xff + jtag> peek 0x80000 + URJ_BUS_READ(0x00080000) = 0xFFEE (65518)