From b3d32705799cdab58feadbe4a606002ea8e2e98e Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 10 Jul 2011 16:25:18 +0000 Subject: 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 git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@10032 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- xpp/README.Astribank | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'xpp/README.Astribank') 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. -- cgit v1.2.3