URL
https://opencores.org/ocsvn/usb_fpga_2_16/usb_fpga_2_16/trunk
Subversion Repositories usb_fpga_2_16
[/] [usb_fpga_2_16/] [trunk/] [examples/] [all/] [ucecho/] [c/] [ucecho.sh] - Rev 2
Compare with Previous | Blame | View Log
if [ "$1" != "" ]; then if [ ! -f "$1" ]; then echo "Usage: ./ucecho.sh [<Firmware file>]" exit 1 fi ../../../../java/FWLoader -c -uu $1 fi ./UCEcho