X-Git-Url: http://git.rot13.org/?p=fx2fw-sdcc;a=blobdiff_plain;f=Makefile;fp=Makefile;h=0a22d9a264c362dbbe432cc8dce536496cf565f3;hp=df07f9cd8e660075677579150264fa852e8b2851;hb=b3f1d98f5c93ee277730cc2ed6ad1a60a41de611;hpb=8b3dc655a1848068395c65b8b692a82aa2ebd4f9 diff --git a/Makefile b/Makefile index df07f9c..0a22d9a 100644 --- a/Makefile +++ b/Makefile @@ -63,9 +63,11 @@ ${LIBDIR}/${LIB}: .PHONY: boot boot: usbjtag.hex - -test -e /dev/usb_jtag && /sbin/fxload -D /dev/usb_jtag -I usbjtag.hex -t fx2 - -test -e /dev/tracii_xl2 && /sbin/fxload -D /dev/tracii_xl2 -I usbjtag.hex -t fx2 - -test -e /dev/xilinx_xpcu && /sbin/fxload -D /dev/xilinx_xpcu -I usbjtag.hex -t fx2 +# -test -e /dev/usb_jtag && /sbin/fxload -D /dev/usb_jtag -I usbjtag.hex -t fx2 +# -test -e /dev/tracii_xl2 && /sbin/fxload -D /dev/tracii_xl2 -I usbjtag.hex -t fx2 +# -test -e /dev/xilinx_xpcu && /sbin/fxload -D /dev/xilinx_xpcu -I usbjtag.hex -t fx2 + /sbin/fxload -t fx2lp -I usbjtag.hex -v -D `lsusb -d 04b4:8613 | cut -d: -f1 | awk '{ print "/dev/bus/usb/" $$2 "/" $$4 }'` + REF=/home/kawk/work/xilinx/xtern/xusbdfwu/xusbdfwu-1025.hex