mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2024-11-21 20:19:21 +02:00
m1/jtag-boot/: added "standby" (by Cristian Paul Penaranda Rojas)
This commit is contained in:
parent
28cdb890a0
commit
cc2b07ba16
@ -1,8 +1,11 @@
|
|||||||
.PHONY: boot clean
|
.PHONY: boot standby clean
|
||||||
|
|
||||||
boot: boot.jtag boot.bit
|
boot: boot.jtag boot.bit
|
||||||
jtag -q boot.jtag
|
jtag -q boot.jtag
|
||||||
|
|
||||||
|
standby: standby.jtag
|
||||||
|
jtag -q standby.jtag
|
||||||
|
|
||||||
boot.bit: mkboot
|
boot.bit: mkboot
|
||||||
./mkboot >$@ || { rm -rf $@; exit 1; }
|
./mkboot >$@ || { rm -rf $@; exit 1; }
|
||||||
|
|
||||||
|
3
m1/jtag-boot/standby.jtag
Normal file
3
m1/jtag-boot/standby.jtag
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
cable milkymist
|
||||||
|
detect
|
||||||
|
pld reconfigure
|
Loading…
Reference in New Issue
Block a user