mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1/jtag-boot/: added "standby" (by Cristian Paul Penaranda Rojas)
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user