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)