From b3f1d98f5c93ee277730cc2ed6ad1a60a41de611 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 17 Aug 2014 22:15:48 +0200 Subject: [PATCH] fxload fx2lp dev board --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 -- 2.20.1