1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-11-21 20:29:41 +02:00

m1rc3/norruption/LOG: latest result (showing failure to reproduce NOR corruption)

This commit is contained in:
Werner Almesberger 2011-09-11 12:42:11 -03:00
parent b2c84810c6
commit 165d799b17

View File

@ -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)