- generate tascam_fw and tascam_fpga via configure script.

This commit is contained in:
Takashi Iwai 2003-12-02 10:01:06 +00:00
parent 42a5cda363
commit 97c544fe65
4 changed files with 14 additions and 5 deletions

View file

@ -0,0 +1,18 @@
#!/bin/sh
# load the firmware into Tascam USB devices (FPGA design)
prefix=@prefix@
exec_prefix=@exec_prefix@
LOADER=@bindir@/usx2yloader
if [ -x /usr/bin/logger ]; then
/usr/bin/logger -t $0 "calling $LOADER for $DEVICE"
fi
$LOADER
@bin@/us428control &
if [ -x /usr/bin/logger ]; then
/usr/bin/logger -t $0 "leaving"
fi
exit 0