From: Dobrica Pavlinusic Date: Sun, 17 Aug 2014 20:15:48 +0000 (+0200) Subject: fxload fx2lp dev board X-Git-Url: http://git.rot13.org/?p=fx2fw-sdcc;a=commitdiff_plain;h=HEAD fxload fx2lp dev board --- 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