![Lightware UMX-HDMI-140 Скачать руководство пользователя страница 136](http://html1.mh-extra.com/html/lightware/umx-hdmi-140/umx-hdmi-140_user-manual_1915487136.webp)
8. Firmware Update
UMX-HDMI-140 series– User's Manual
136
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
8.5.2.
How to Use
Command Structure
The commands can be run over CLI by the following way:
LightwareDeviceUpdaterV2_CLI.cmd [command] [options]
[Command]
: a certain command described in the coming sections; only one command can be run at a time
[Options]:
mandatory and/or optional parameters of the command, if any. Optional parameters have a
default value, which can be found at each affected command. You only have to define the parameter if
you want to apply a different value. The
order of the options
is arbitrary.
Important Notes
▪
CLI is
case-sensitive
(including commands, options and other parameters).
▪
There is
no limit
regarding the number of the devices to update. At most 20 devices are updated
simoultaneously, when one of them is finished, the following (21st) will be started automatically.
▪
If an update is failed, the IP address of the affected device(s) are listed at the end.
8.6.
CLI Commands
INFO:
The commands and options described in the following sections are the same under Windows
®
and
Linux, too.
The examples contain
LightwareDeviceUpdaterV2_CLI.cmd
.
About the Examples
▪
Sent command is in
blue
,
response is in
grey
.
▪
If the response in practice is
longer than listed
in the example, this symbol can be seen:
[...]
.
8.6.1.
Help
The defined commands and options can be listed by the
help
command.
Command
LightwareDeviceUpdaterV2_CLI.cmd help
Example
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd help
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar help
Command line usage:
Win: LightwareDeviceUpdaterV2_CLI.cmd [command] [options]
Linux: LightwareDeviceUpdaterV2.sh [command] [options]
Commands:
* help
* version
* update
* deviceInfo
* restore
* packageOptions
[...]
8.6.2.
LDU2 Version
The response shows the version of the LDU2 and the version of the Script API (the Application Programming
Interface that is used by the LDU2 and the script).
Command
LightwareDeviceUpdaterV2_CLI.cmd version
Example
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd version
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar version
LDU2 version: 2.9.0b9
Script API version: 1.3.9
8.6.3. Check For New LDU2 Version
The following command can be used to check if an update of LDU2 is available. This is just a request, since
the CLI is not suitable for handling the complete installer of the software.
Command
LightwareDeviceUpdaterV2_CLI.cmd checkForUpdates
Example 1
c:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd checkForUpdates
c:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar checkForUpdates
Current LDU2 version: 2.9.1b1
LDU2 is up-to-date
Example 2
c:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd checkForUpdates
c:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar checkForUpdates
Current LDU2 version: 2.9.1b1
New version is available online: v2.9.2b2
Download URL: http://update.lightware.hu/ldu2/lwr/v2.9.2b2/install_LDU2_v2.9.2b2.exe