Howto:Firmware Upgrade and initial Configuration of IP72 via USB: Difference between revisions

From innovaphone wiki
Jump to navigation Jump to search
No edit summary
 
(91 intermediate revisions by 5 users not shown)
Line 1: Line 1:
This article describes procedure of Firmware upgrade and initial configuration of IP72 via USB interface.


==Applies To==
This information applies to


* IP72
----
Ascom Firmware or innovaphone Firmware Build 07-60527 and later.
----


==More Information==
The old page has been obsoleted and deleted!


===Problem Details===
For current, up-to-date information please go to:
In some cases you will need to update IP72 firmware before WLAN connection to the device is available. For that purposes you can use USB Charger for IP72 to upload new firmware or change phone configuration.


===System Requirements===
[[Howto:Initial_Deployment_of_IP72]]
*USB-Charger
*[http://download.innovaphone.com/beta/i75/IP72_upgrade/IP72_usb_driver.zip USB-driver] for MS Windows
*Ascom PDM Software in case you have an Ascom i75 phone branded as innovaphone IP72
*[http://download.innovaphone.com/beta/i75/IP72_upgrade/usbload-06-60018.zip usbload tool] in case you have IP72 with innovaphone firmware
*IP72 firmware [http://download.innovaphone.com/beta/i75/IP72_upgrade/ip72upgrade_07-60527.zip ip72upgrade.bin] or [http://download.innovaphone.com/beta/i75/IP72_upgrade/ip72_build_07-60527.zip ip72.bin]


===Installation===
Or alternatively, search for string "IP72" within wiki.innovaphone.
At first install USB Driver. Plug USB-Charger to any free USB-Port on your PC and wait till Windows Device Manager ask you for Driver location.


===Firmware Update===
Thank you!
There 2 possible cases by udating firmware on IP72:
*you have an Ascom i75 phone branded as innovaphone IP72 with Ascom firmware installed on it
*you have IP72 with innovaphone firmware Build 07-60527 and later


In case you have Ascom firmware, use Ascoms PDM Software to update to innovaphone firmware. Be sure to update to last Ascom Firmware(i75_v1.2.15.bin) before switch to IP72 firmware. Copy ip72upgrade.bin into
c:\Programme\Ascom Tateco\Portable Device Manager\Server\sw\
Then run software update via PDM Software.


Alternatively, you may also update the firmware via WLAN; access the i75 with a browser, select Software->Upgrade Software, select ip72upgrade.bin and start.
----
----


[[Image:Ascom_Upgrade.jpg]]
If you have an innovaphone firmware on IP72 turn it on and connect it with USB Charger. Open new DOS Box and change to directory containing ip72.bin and upload.exe and run:
usbload.exe upload ip72.bin
Do not interrupt connection to IP72 or close upload.exe!!! This can break the device!
[[Image:Howto_Firmware_Upgrade_and_initial_Configuration_of_IP72_via_USB_03.PNG]]
===Initial WLAN and H.323/SIP Configuration===
To configure initial IP72 settings, You can either enter the information on the phone directly or use the "usbload.exe" command line application.
*WLAN settings are reached through Menu-Administration-WLAN.
H.323/SIP settings are reached through Menu-Administration-Registration.
Use the Menu Softkey to save the changes made.
* Here the usbload help page:
usbload config /login user,pass (default:ip72,admin)
                /ssid <ssid>
                /wep-key <hex-wep-key>
                /wep-index [1-4]
                /cipher <none|wep|wep128|tkip|aes-wrap|aesccmp|ckip>
                /security-mode <open|wpa-psk|wpa2-psk|leap|peap-mschapv2|eap-md5>
                /passphrase <passphrase>
                /user <user>
                /password <password>
                /prot h323|sip
                /gk-addr <gk-IP-addr>
                /e164 <registration number>
                /h323 <registration name>
===Configuration===
To configure IP72 via USB you have to use telnet command line interface. The most commands are the same like on IP110/IP200/IP230 except WLAN configuration commands.
Open new DOS Box and chage to directory containing usbload.exe and start usbload. If USB Driver correctly installed and IP72 is connected to USB Port you will see login prompt after pressing <Enter>:
[[Image:Howto_Firmware_Upgrade_and_initial_Configuration_of_IP72_via_USB_02.PNG]]
Login with standard password: ip72.
In some cases, if you upgraded from Ascom firmware, try to use following password to login:
Y2hhbmdlbWU=
To configure WLAN with SSID IP72Trial and 128bit HEX WEP-Key e78b52074e0144d3d2fd61efaa use following command:
config change WLANMGR0 /ssid IP72Trial /wep-key e78b52074e0144d3d2fd61efaa /cipher wep128 /wep-index 1 /xtrace
To change Registration options:
config change PHONE SIG /prot H323 /gk-addr 172.16.0.1 /h323 testuser /tones 0
Save and activate the changes with:
config write
config activate
===Known Problems===
Sometimes PDM Software or usbload can not find any IP72 Devices allthough this correctly connected. Rebooting PC will help in most cases.
== Related Articles ==
<!--*[[Main_Page|wiki-innovaphone]]-->


[[Category:Howto|{{PAGENAME}}]]
[[Category:Howto|{{PAGENAME}}]]

Latest revision as of 14:51, 3 December 2009




The old page has been obsoleted and deleted!

For current, up-to-date information please go to:

Howto:Initial_Deployment_of_IP72

Or alternatively, search for string "IP72" within wiki.innovaphone.

Thank you!