update from bernd porr to use fxload to load firmware

This commit is contained in:
Frank Mori Hess 2003-12-21 17:30:01 +00:00
parent cb5e78da65
commit a57ff1fc14

View file

@ -31,8 +31,13 @@ fi
#
# please modify if needed
#
echo "$COMEDI_CONFIG -i $USBDUX_FIRMWARE /dev/comedi0 usbdux"
$COMEDI_CONFIG -i $USBDUX_FIRMWARE /dev/comedi0 usbdux
#
# firmware upload into the usb device
fxload -v -2 -I $USBDUX_FIRMWARE
#
# just to make sure we remove the comedi device
$COMEDI_CONFIG -r /dev/comedi0
#
# connecting the comedi device comedi0 with the module usbdux
$COMEDI_CONFIG /dev/comedi0 usbdux
#
#