You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 35 Next »

Valid for:

N530

N610

N670

N770

N870

N870E

Embedded Integrator

Virtual Integrator

We have implemented Software Update Over The Air (SUOTA) with the following options:

  • Disabled
  • Manual (Default setting)
  • Start SUOTA using service window 1
  • Start SUOTA using service window 2


SUOTA disabled,

No handset can use SUOTA


SUOTA manual is the default setting where via a manual procedure the SUOTA process can be started.
If the following requirements are met, the handset will show there is new Firmware available.

SUOTA push is not configured (Default setting)

Gigaset SUOTA server has a new firmware for this handset type

SUOTA push is configured

SUOTA window is enabled

The software version provided by this service window is newer


SUOTA push will trigger the selected handsets to start the SUOTA process in the service window

When a handset is registered new, and the below requirements are set then the handset will ask to be updated.

SOUTA is enabled for all handsets

  • A service window to upgrade selected DECT handsets with a new software
    This service window allows:
    • Select a time period where handsets are not used and will not interrupt normal operations
  • Up to 2 service windows can be configured
  • Up to 2 firmware files can be hosted on our All-in-one system or firmware files can be hosted on an external server
Web-interface


Settings - System - SUOTA


Handset setting: SETTINGS - Mobile devices - Edit -SUOTA

The following settings are available:

  • Disabled: The handset can never use SUOTA
  • Manual (Default): SUOTA can only be started via Handset menu or first time Handset registration
  • Service window 1: SUOTA will be started by the DECT system using the first service window
  • Service window 2: SUOTA will be started by the DECT system using the second service window


SUOTA URL's for testing:



With the latest NB, when you upload the file it must be a tar file !!!

For devices with one software you can just create a tar file with 7-zip.

For R700H protect that has 2 firmware files, you need to create a special tar file.


  1. SL800H
    1. 131.13.04: profile.gigaset.net/device/suota/sl800/13_04.bin
    2. 131.13.06: profile.gigaset.net/device/suota/sl800/13_06_rc1.bin
    3. fake 131.13.06: profile.gigaset.net/device/suota/sl800/13_06_rc1_fake.bin
  2. R700H Protect
    1. protect 136.006.04 : profile.gigaset.net/device/suota/r700_protect/136_006_04/blp_p1_suota__upd.bin
      The Protect has 2 software versions, it decides itself if 1 or 2 software needs to be downloaded.
      The name of the 2e software (blp_p2_suota__upd.bin) is hard coded in the first software 
    2. fake: 136.006.04 (Will show 136.006.05): http://profile.gigaset.net/device/suota/r700_protect/136_006_04/fake/blp_p1_suota_test__upd.bin
  3. R700H/S700H
    1. 130.13.06: profile.gigaset.net/device/suota/r700_s700/13_06_rc1.bin
    2. fake 130.13.06: profile.gigaset.net/device/suota/r700_s700/13_06_rc1_fake.bin
  4. R700H
    1. 136.006.04: profile.gigaset.net/device/suota/r700_protect/136_006_04/blp_p1_suota__upd.bin
    2. fake 136.006.04: profile.gigaset.net/device/suota/r700_protect/136_006_04/fake/blp_p1_suota_test__upd.bin
  5. CH21D
    1. 144.03: profile.gigaset.net/device/suota/ch21/144_03.bin
    2. 144.04: profile.gigaset.net/device/suota/ch21/144_04.bin
  6. CH41D
    1. 145.04: profile.gigaset.net/device/suota/ch41/ch41_145_04.bin
Auto-provisioning
<?xml version="1.0" encoding="UTF-8"?>
<provisioning version="1.1" productID="e2">
<nvm>
 
    <!-- switch on SUOTA -->
    <param name="DmGlobal.0.SuotaEnable" value="1" />

	<param name="SuotaPackage.1.Url" value="http://profile.gigaset.net/device/suota/r700_protect/136_006_04/blp_p1_suota__upd.bin" />

    <!-- configure SUOTA window when SUOTA should be started (duration is given in minutes) -->
    <param name="SuotaWindow.1.Enabled" value="1" />
    <param name="SuotaWindow.1.Name" value="Window 1" />
    <param name="SuotaWindow.1.StartTime" value="13:20" />
    <param name="SuotaWindow.1.Duration" value="120" />
    <param name="SuotaWindow.1.DaysOfWeek" value="mon,tue,wed,thu,fri,sat,sun" />
 
    <!-- assign SUOTA window to the HS:
           0 -> SUOTA not allowed for the HS
           1 -> SUOTA window 1
           2 -> SUOTA window 2
           255- > only SUOTA pull is possible (currently default) 
	The @ sign takes care that all required handsets receive the SOUTA push trigger
	-->
    <param name="hs.@.SuotaWindow" value="1" />
 
</nvm>
</provisioning>
Syslog output example
Update SUOTA software version 
Next opening of the SUOTA window 1 will be on 2025-09-26 13:20:00
SUOTA window 2 is not enabled
Next request in 151 seconds
wildcard write done
Download firmware version from: profile.gigaset.net/device/suota/ch21/144_02.bin


The DECT system will download a partial of the file to collect the software version information.

HTTP request
HTTP	GET /device/suota/ch21/144_02.bin HTTP/1.1 
HTTP	HTTP/1.1 206 Partial Content 
Syslog output example
Update SUOTA software version 144.002.00
Syslog output example
Open SUOTA window: 1
Next request in 7200 seconds
Trigger SUOTA push notification in window 1
Trigger SUOTA push notification to HS 0
HTTP full download of the SUOTA software
HTTP	GET /device/suota/ch21/144_02.bin
HTTP	HTTP/1.1 200 OK 


After successful software update you will see:

Web-interface:

Syslog:

Syslog output example
SW version of HS 0 updated from 144.001.00 to 144.002.00





  • No labels