8. Firmware Update
HDMI-TPS-RX110AY series – User's Manual
133
Appliedfirmwarepackage:v1.5.0b3 | LDCsoftware:v2.5.9b2
8.6.6.
Restore
Restoresdeviceconfigurationfromabackupfile.
TIPSANDTRICKS:
Thiscommandcanbeusedforuploadingaconfigurationtonumerousdevices(aka
ConfigurationcloningbyCLI).
Command
LightwareDeviceUpdaterV2_CLI.cmd restore [options]
Options
Option
Description
Required?
-i
or
--ip
ListofIPaddressesofdevicestobeupdated
one of them is
mandatory
-n
or
--hostName
Listofhostnamesofdevicestobeupdated
-b
or
--backupFile
Thepathoftheconfigurationbackupfile
yes
-k
or
--keepOriginalIp
Do not override the network settings of the device with the ones
inthebackupfile.Itcomesinhandywhenmultipledevices'
configurationisbeingrestoredfromasinglebackupfile.
Default:false
optional
ATTENTION!
Theconfigurationisrestoredautomaticallyifthefactorydefaultoptionisnotappliedinthe
update
command.In that case, there is no need to run the
restore
command after the update.
Example
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd restore --ip
192.168.1.2 --backupFile C:\My_backup\my_backup.lw3 --keepOriginalIp
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar restore --ip
192.168.1.2 --backupFile C:\My_backup\my_backup.lw3 --keepOriginalIp
[2021-06-15 11:41:11.076] [ INFO] [ main] - Executing configuration restore...
[2021-06-15 11:41:11.086] [ INFO] [ main] - Device IPs: [192.168.1.2]
INFO:
Thefirmwarepackagechecksthebackupdatabeforetherestoreprocedureandifitisnecessary,
aconversionisappliedtoavoidincompatibilityproblemsbetweenthefirmwareversions.
In that case,
twobackupfilesarecreated:theoriginalandanewonewith"_converted"suffix.Usingthelastonefor
restoring is recommended.
8.6.7.
Package Options
Showspackage-specificupdateoptions.
Command
LightwareDeviceUpdaterV2_CLI.cmd packageOptions [options]
Options
Option
Description
Required?
-p
or
--package
Thepathofthefirmwarepackagefile
yes
Example
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd packageOptions
--package C:\Firmwares\HDMI-TPS-RX110AY_v1.5.0b3.lfp2
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar packageOptions
--package C:\Firmwares\HDMI-TPS-RX110AY_v1.5.0b3.lfp2
Backup and restore options:
--skipPresetsAtRestore : if true, device presets will not be restored. (Default: false)
--uploadDefaultMiniWeb : if true and no custom miniweb is present on the device, the default built-in
miniweb will be uploaded to the device. (Default: false)
Login options:
--clearTextLoginPw : The cleartext login password used when updating devices. (Default: empty string)
Test options:
--test : if true, no update will be performed, communication with the device will be tested. (Default:
false)
Advanced (developer) options:
--updateVs100 : If true, the VS100 Rx firmware will also be updated. (default: false)
Package option example can be seen in the following section.