ASTRIBANK_HEXLOAD(8) | ASTRIBANK_HEXLOAD(8) |
astribank_hexload - Xorcom Astribank (xpp) firmware loader
astribank_hexload -D device-path -F [options] hexfile
astribank_hexload -D device-path -p [options] hexfile1 .. hexfile4
astribank_hexload -D device-path -O [-A] [-S span-specs] [options] imagefile
astribank_hexload -D device-path -o [options]
astribank_hexload -D device-path -E [options] hexfile
astribank_hexload -h
astribank_hexload is a second-stage firmware loader for Xorcom Astribanks.
Note that some very old models use fpga_load(8) instead. This legacy tool hasn't been used for several releases. It can be found in version 2.6 and below of dahdi-tools.
The astribank_hexload(8) program is used to load a file in the Intel HEX format into a Xorcom Astribank. It can be used to load either an FPGA firmware or a PIC firmware. It is normally run by the script xpp_fxloader.
-D device-path
One of the following is required:
-F
-p
-O
-o
-E
Other options:
-v
-d mask
-h
-A
-S span-specs
Its goal is to allow specifying different line-mode (E1/T1/J1) in different ports of the PRI module. astribank_hexload use the span-specs argument to select aLaw/uLaw for each of the PRI ports in the module.
The span-specs is a list of items separated by whitespace or commas. Each item is composed of a port selector, colon and a line-mode specifier. This syntax follows the syntax of specifiers in /etc/dahdi/span-types.conf.
Examples:
*:T1 - Any unspecified port is T1 (wildcard match).
1:T1,2:T1,*:E1 - First and second ports are T1, the rest are E1.
If the -S is not given, the PRI default is determined by the existence of the -A-fR option.
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.
30 May 2011 |