- 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

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