mirror of
git://projects.qi-hardware.com/wernermisc.git
synced 2025-04-21 12:27:27 +03:00
m1/jtag-boot/: quick hack to boot an M1 with the "regular" bitstream (from NOR)
This commit is contained in:
10
m1/jtag-boot/Makefile
Normal file
10
m1/jtag-boot/Makefile
Normal file
@@ -0,0 +1,10 @@
|
||||
.PHONY: boot clean
|
||||
|
||||
boot: boot.jtag boot.bit
|
||||
jtag boot.jtag
|
||||
|
||||
boot.bit: mkboot
|
||||
./mkboot >$@ || { rm -rf $@; exit 1; }
|
||||
|
||||
clean:
|
||||
rm -f boot.bit
|
||||
Reference in New Issue
Block a user