mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 16:43:09 +02:00
d433f73101
Untested :-)
14 lines
232 B
Bash
Executable File
14 lines
232 B
Bash
Executable File
#!/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
|
|
endian big
|
|
readmem 0 0xa0000 $1
|
|
EOF
|