summaryrefslogtreecommitdiff
path: root/xpp/README.Astribank
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-10 16:25:18 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2011-07-10 16:25:18 +0000
commitb3d32705799cdab58feadbe4a606002ea8e2e98e (patch)
tree230fa1501b539a6a9e36c5976c135f1ba47391be /xpp/README.Astribank
parent94f5ca620248b21b13763d4d1838c6a45e2e9165 (diff)
xpp: support loading Octasic EC firmware
Echo Cancellation firmware is loaded by xpp/stribank_hexload (Using the oct612x code). * astribank_hexload: options -O/-o/-A for handling the Octasic echo cancellation firmware. * astribank_tool: report that. * xpp_fxloader: Run astribank_hexload, if needed. * dahdi_perl: The EC module is an extra XPD, but not a "telephony device" and hence not a span. Deal with that. * waitfor_xpds: may need to wait a bit longer for firmware loading. Signed-off-by: Tzafrir Cohen <tzafrir.cohen@xorcom.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10032 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'xpp/README.Astribank')
-rw-r--r--xpp/README.Astribank6
1 files changed, 6 insertions, 0 deletions
diff --git a/xpp/README.Astribank b/xpp/README.Astribank
index cd46144..62e0d8a 100644
--- a/xpp/README.Astribank
+++ b/xpp/README.Astribank
@@ -955,6 +955,9 @@ following command in order to load the FPGA firmware manually:
# pick the right name according to the device ID. FPGA_1161.hex is for
# 116x Astribanks:
astribank_hexload -D /dev/bus/usb/MMM/NNN -F /usr/share/dahdi/FPGA_1161.hex
+ # If the device has an echo canceller unit (If the unit is BRI/E1, you
+ # need to add an extra -A to the command-line after the -O)
+ #astribank_hexload -D /dev/bus/usb/MMM/NNN -O /usr/share/dahdi/OCT6104E-256D.ima
# Note the shell expantion in this line:
astribank_hexload -D /dev/bus/usb/MMM/NNN -p /usr/share/dahdi/PIC_TYPE_[1-4].hex
# reenumerate (disconnect and reconnect)
@@ -1072,6 +1075,9 @@ xpd_bri::
BRI ("ISDN") modules. Module type 3.
xpd_pri::
The module for controlling E1/T1 modules. Module type 4.
+xpd_echo::
+ The module for controlling hardware echo canceller modules. Module type 5.
+ Does not generate a span.
xpp_usb::
The functionality needed to connect to the USB bus.