From 6bc1dbffe9f77eb3c85a655ffeaff64d963c6b43 Mon Sep 17 00:00:00 2001 From: tzafrir Date: Tue, 16 Oct 2007 17:55:05 +0000 Subject: xpp r4892: * Zaptel/Hardware perl modules: - Use sysfs directly. Don't rely on lspci/lsusb. - Each device has a description and driver name. - Zaptel::Hardware::drivers() to show the list of required drivers for this system (see zaptel_drivers). - zaptel_hardware shows a description and a (suggested?) driver. * zt_registration sorts by Serial first and only then by connector. * USB_FW.hex replaces all the USB_11x0.hex . - Separate USB interface for the management processor. - Hence fpga_load can now work even with drivers loaded. * Fix firmware upgrading. * Fix manual firmware loading while auto-loading. git-svn-id: http://svn.digium.com/svn/zaptel/branches/1.2@3142 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- xpp/README.Astribank | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'xpp/README.Astribank') diff --git a/xpp/README.Astribank b/xpp/README.Astribank index 17d4fba..af1c690 100644 --- a/xpp/README.Astribank +++ b/xpp/README.Astribank @@ -139,7 +139,7 @@ completed the Vendor ID is e4e4 and the Product ID is 1131. You can use the following command in order to load the "USB" firmware manually: - fxload -t fx2 -D /proc/bus/usb/MMM/NNN -I /usr/share/zaptel/USB_1130.hex + fxload -t fx2 -D /proc/bus/usb/MMM/NNN -I /usr/share/zaptel/USB_FW.hex where, @@ -163,9 +163,9 @@ which is built in the directory xpp/utils and then copied to folder /usr/sbin during Zaptel installation. The command syntax is similar to the syntax of fxload. You can use the -following command in order to load the "USB" firmware manually: +following command in order to load the FPGA firmware manually: - fpga_load -D /proc/bus/usb/MMM/NNN -I /usr/share/zaptel/FPGA_FXS.hex + fpga_load -D /proc/bus/usb/MMM/NNN -I /usr/share/zaptel/FPGA_1151.hex Please note, that NNN value differs from that that was used for the fxload command due to the fact that device has "reconnected" itself @@ -226,12 +226,10 @@ second time for FPGA firmware loading. Firmware Resetting ~~~~~~~~~~~~~~~~~~ Newer versions of the USB firmware can now be reset using 'fpga_load -r'. -This will only work when the device is not used by the driver, so you may -need to run 'rmmod xpp_usb' before. Also you can try the following: - rmmod xpp_usb; /usr/share/zaptel/xpp_fxloader reset + /usr/share/zaptel/xpp_fxloader reset # if asterisk was running: you may need to stop/restart it now. # if there are some "disconnected" spans in /proc/xpp/xbuses # wait a while, until you see the 1152 IDs again, and then: -- cgit v1.2.3