1
0
mirror of git://projects.qi-hardware.com/wernermisc.git synced 2024-12-18 23:44:04 +02:00

m1rc3/norruption/2/upset: deliberately corrupt the NOR

This commit is contained in:
Werner Almesberger 2011-10-10 00:58:53 -03:00
parent f1ebf7495b
commit 7cb967902d

12
m1rc3/norruption/2/upset Executable file
View File

@ -0,0 +1,12 @@
#!/bin/sh
jtag -q <<EOF
cable milkymist
detect
instruction CFG_OUT 000100 BYPASS
instruction CFG_IN 000101 BYPASS
pld load fjmem.bit
initbus fjmem opcode=000010
frequency 6000000
detectflash 0
poke 0x10 0x40 0x10 0 0 0xff
EOF