8. Firmware Update
UMX-HDMI-140 series– User's Manual
137
Applied firmware package: v1.3.0b5 | LDC software: v2.5.6b2
8.6.4.
Device Info
The most important information about the selected device is displayed; see the example for more details.
Command
LightwareDeviceUpdaterV2_CLI.cmd deviceInfo [options]
Options
Option
Description
Required?
-i
or
--ip
List of IP addresses of devices to be updated
one of them is
mandatory
-n
or
--hostName
List of host names of devices to be updated
-v
or
--packageVersion
Shows installed package version only
optional
Example 1
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd deviceInfo --ip
192.168.1.7
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar deviceInfo --ip
192.168.1.7
Product name: UMX-HDMI-140-Plus
IP address: 192.168.1.7
Serial number: 00004614
MAC address: a8:d2:36:ff:46:14
Part number: 91560003
Device label: UMX-HDMI-140-Plus
Package version: v1.3.0b5
CPU FW version: v1.3.0b5
HW version: V11_CAX0
Operation mode: Application mode
Example 2
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>LightwareDeviceUpdaterV2_CLI.cmd deviceInfo --ip
192.168.1.7 --packageVersion
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar deviceInfo --ip
192.168.1.7 --packageVersion
v1.3.0b5
8.6.5.
Update
This command can be used to update the firmware of the devices.
Command
LightwareDeviceUpdaterV2_CLI.cmd update [options]
Options
Option
Description
Required?
-p
or
--package
The path of the firmware package file
yes
-i
or
--ip
List of IP addresses of devices to be updated
one of them is
mandatory
-n
or
--hostName
List of host names of devices to be updated
-b
or
--backupFolder
Folder to create device configuration backup at.
Default: USER_HOME/.ldu2/backup
optional
-f
or
--factoryDefault
Apply factory reset during device update. Default: false
optional
-r
or
--reportProgress
Report update progress in percentage form. Default: false
optional
Package-specific options Certain LFP2 packages have features which can be applied
section.
optional
ATTENTION!
The configuration is restored automatically if the factory default option is not applied in the
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 update --ip
192.168.1.7 --package C:\Firmwares\UMX-HDMI-140_v1.3.0b5.lfp2 --reportProgress
C:\Program Files (x86)\Lightware\Lightware Device Updater V2>lib\jre\bin\java.exe -jar lib\ldu2.jar update --ip
192.168.1.7 --package C:\Firmwares\UMX-HDMI-140_v1.3.0b5.lfp2 --reportProgress
[2021-04-26 14:30:52.908] [ INFO] [ main] - Device IPs: [192.168.1.7]
[2021-04-26 14:30:55.870] [ INFO] [ main] - All the selected devices are accessible over the network.
[2021-04-26 14:30:56.102] [ INFO] [ main] - All the selected devices are compatible with the specified
package.
[2021-04-26 14:30:56.556] [ INFO] [ 192.168.1.7] - Package version: 1.3.0b5
[2021-04-26 14:30:56.649] [ INFO] [ 192.168.1.7] - Login functionality is currently not enabled.
[2021-04-26 14:30:56.683] [ INFO] [ 192.168.1.7] - Creating backup of device settings...
[2021-04-26 14:31:00.343] [ INFO] [ 192.168.1.7] - HTTP and HTTP post have got enabled on port 80
[2021-04-26 14:31:00.500] [ INFO] [ 192.168.1.7] - No miniweb file is found on the device.
[2021-04-26 14:31:01.108] [ INFO] [ProgressReporter] - Progress: 5%
[2021-04-26 14:31:03.121] [ INFO] [ 192.168.1.7] - HTTP and HTTP post have got enabled on port 80
[2021-04-26 14:31:03.128] [ INFO] [ 192.168.1.7] - Switching device into bootload mode...
[...]
The lines containing "ProgressReporter" can be enabled optionally. If it is enabled, the current state is
displayed in every 5 seconds.