summaryrefslogtreecommitdiff
path: root/xpp/utils/fpga_load.8
diff options
context:
space:
mode:
Diffstat (limited to 'xpp/utils/fpga_load.8')
-rw-r--r--xpp/utils/fpga_load.872
1 files changed, 72 insertions, 0 deletions
diff --git a/xpp/utils/fpga_load.8 b/xpp/utils/fpga_load.8
new file mode 100644
index 0000000..09dd5aa
--- /dev/null
+++ b/xpp/utils/fpga_load.8
@@ -0,0 +1,72 @@
+.TH "FPGA_LOAD" "8" "16 April 2006" "" ""
+
+.SH NAME
+ztcfg \- reads and loads zaptel.conf
+.SH SYNOPSIS
+
+.B fpga_load
+[\fB-g\fR|\fB-d\fR] [\fB-v\fR] \fB-D\fR/proc/bus/usb/\fIBUS/DEV\fR
+
+.B fpga_load
+[\fB-g\fR] [\fB-v\fR] \fB-D\fR/proc/bus/usb/\fIBUS/DEV\fR \fB-I \fIfirmware.hex\fR [\fB-b \fIdump.bin\fR]
+
+.B fpga_load -h
+
+.SH DESCRIPTION
+.B fpga_load
+loads the FPGA firmware to the Xorcom Astribank device.
+The syntax resembles that of fxload(8).
+
+.SH OPTIONS
+.B -d
+.I dump.bin
+.RS
+Before writing firmware, bump the processed binary file to
+.I dump.bin\fR.
+.RE
+
+.B -d
+.RS
+Print Version number bytes from eeprom (to standard output). Implies -g.
+.RE
+
+.B -D
+.I DEVICE
+.RS
+Required. The device to read from/write to. This is normally
+/proc/bus/usb/\fIbus_num\fR/\fIdevice_num\fR , where \fIbus_num\fR and
+\fIdevice_num\fR are the first two numbers in the output of lsusb(8).
+.RE
+
+.B -g
+.RS
+Dump all eeprom data to standard error.
+.RE
+
+.B -I
+.I fireware_file
+.RS
+The firmware file to write to the device.
+.RE
+
+.B -v
+.RS
+Be verobse.
+.RE
+
+.B -h
+.RS
+Displays usage message.
+.RE
+
+.SH SEE ALSO
+fxload(8), lsusb(8)
+
+.SH AUTHOR
+This manual page was written by Tzafrir Cohen <tzafrir.cohen@xorcom.com> .
+Permission is granted to copy, distribute and/or modify this document under
+the terms of the GNU General Public License, Version 2 any
+later version published by the Free Software Foundation.
+
+On Debian systems, the complete text of the GNU General Public
+License can be found in /usr/share/common-licenses/GPL.