Hi @all, where do I find the fxload program for rhel5.1? I have a USB hardware from Xilinx, which should be supported for rhel5 but uses fxload to upload the firmware to the USB device. However, I cannot find this exectuable in any package (neither exists a fxload-package nor the hotplug-package).
The error message I get when connecting the USB hardware is:
Jan 7 13:32:36 frigg kernel: usb 5-7.1: USB disconnect, address 15
Jan 7 13:32:40 frigg kernel: usb 5-7.1: new high speed USB device using
ehci_hcd and address 16
Jan 7 13:32:40 frigg kernel: usb 5-7.1: configuration #1 chosen from 1
choice
Jan 7 13:32:40 frigg udevd-event[1366]: run_program: exec of program
'/sbin/fxload' failed
Jan 7 13:32:41 frigg udevd-event[1384]: run_program: exec of program
'/sbin/fxload' failed
Jan 7 13:32:41 frigg udevd-event[1385]: run_program: exec of program
'/sbin/fxload' failed
Jan 7 13:32:41 frigg udevd-event[1395]: run_program: exec of program
'/sbin/fxload' failed
The xilinx driver I installed created entries in /etc/hotplug/usb, e.g.
xusbdfwu:
> cat xusbdfwu
...
XUSB_PRODUCT="3fd/7"
XUSB_PRESENT=`echo $PRODUCT | grep -c $XUSB_PRODUCT`
if [ $XUSB_PRESENT = "1" ]
then
/sbin/fxload -v -t fx2 -I usb/xusbdfwu.fw/xusbdfwu.hex
fi;
...
#End of file.
Is there any other way how I can program the usb device?
Thanks for any help,
Thorsten
P.S.
My system is a Dell Quadcore :
> cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.1 (Tikanga)
> uname -a
Linux frigg.ifen.home 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007
x86_64 x86_64 x86_64 GNU/Linux
--
------------------------------------------------------------------------
Dr. Thorsten Lueck
Head of R&D Embedded Systems - Receiver Technologies
IFEN GmbH Phone: +49-(8121)-2238-25
Alte Gruber Strasse 6 Secr.: +49-(8121)-2238-10
D-85586 Poing Fax : +49-(8121)-2238-11
Germany mailto: [EMAIL PROTECTED]
------------------------------------------------------------------------
signature.asc
Description: PGP signature
signature.asc
Description: OpenPGP digital signature
_______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
