C-M-G
Series
Manual
© TDT GmbH
Chapter 10: Firmware Update
Seite 106 von 136
In order to use a differential update file, activate the »Differential« option and specify the path to the file
(absolute path).
Run update using the
Update
button.
10.2 CLI
A firmware update can also be done via CLI. Therefore change to
the CLI’s status menu
(
TDT(CLI/status):
).
The command for the update process shall be composed according to the following pattern.
Pattern
Update_System -t <target> -f <file> [-diff]|[-server <server-url>]
[-no-config]
Value
Description
-t <target>
System1
: Update System to hda1
System2
: Update System to hda2
-f <file>
The filename of the firmware to load.
Important!
Specify the absolute path to the file!
-diff
If the update is a rsync-diff file, set this option (optional)
-server <server-url>
If you want to synchronize to a diff server (optional)
-no-config
If this option is set, the existing configuration of the router is
discarded (optional)
Example:
Update_System –t System1 –f /tmp/System_4_20121214_081025_Release-
15.8.17-h.tar.bz2
This example describes an update to system 1 with configuration adoption.
Note
To prepare the updated system with a basic configuration, the parameter
-no-config
has
to be set.