User's Manual

Table Of Contents
TD 92579EN
15 October 2014 / Ver. M
Installation and Operation Manual
IP-DECT Base Station & IP-DECT Gateway (software version 7.2.X)
139
suppressed by the /allow parameter. This allows new devices to retrieve a site specific
standard configuration quickly.
A.1.4 Setting the UP0 Parameters
To perform a firmware update, use the following command:
mod cmd UP0 prot <url> <final-command> <build-serial>
The command above downloads the new firmware from <url> and flash it to the device,
then <final-command> is executed.
The IPBSs maintain an internal variable UPDATE/PROT which is initially (or when the device
is reset to factory settings) empty. The prot command will compare the <build-serial>
parameter with the UPDATE/PROT variable. If it is equal, no firmware will be loaded or
flashed. If there is no UPDATE/PROT yet (like for a new device), <build-serial> is compared
against the build number of the current firmware. After a successful download, UPDATE/
PROT is set to <build-serial>. Note that <build-serial> is not checked against the firmware
version actually loaded. It is your responsibility to keep this consistent.
If <url> ends with a slash ('/'), then a default firmware filename is added to the URL
depending on the type of the device.
mod cmd UP0 prot http://192.168.0.10/firm/ ireset 5.0.0
The command above determines if firmware 5.0.0 is already installed. If not, new
firmware will be downloaded from the following location depending on type of device:
IPBS1: http://192.168.0.10/firm/ipbs.bin
IPBS2: http://192.168.0.10/firm/ipbs2.bin
IPBL: http://192.168.0.10/firm/ipbl.bin
The UPDATE/PROT variable will be set to 5.0.0 and the device will be reset as soon as it is
idle.
Similar to the prot command, the boot command will update the boot code.
mod cmd UP0 boot http://192.168.0.10/firm ireset 5.0.0
The command above determines if boot code 5.0.0 is already installed. If not, new boot
code will be downloaded from the following location depending on type of device:
IPBS1: http://192.168.0.10/firm/boot_ipbs.bin
IPBS2: http://192.168.0.10/firm/boot_ipbs2.bin
IPBL: http://192.168.0.10/firm/boot_ipbl.bin
The UPDATE/BOOT variable will be set to 5.0.0 and the device will be reset as soon as it is
idle.
Using UP0, device configurations can be saved to a web server.
Firmware filename
IPBS1 ipbs.bin
IPBS2 ipbs2.bin
IPBL ipbl.bin
Boot filename
IPBS1 boot_ipbs.bin
IPBS2 boot_ipbs2.bin
IPBL boot_ipbl.bin