mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-15 17:59:22 +02:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
#!/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
|