1
0
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:
Werner Almesberger
2011-09-06 11:37:01 -03:00
parent e98ea2bfdb
commit 87aa1e7345
4 changed files with 43 additions and 0 deletions

10
m1/jtag-boot/Makefile Normal file
View 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