Copyright 2017. All rights reserved. Advantech Co. Ltd.
Page 57
quit
list
set
start
stop
wait
status result info
log
help
run
Figure 36: The ‘help’ Command
Dump the ‘list’ command usage:
cli > help list
List all DUI service
Usage: list
Figure 37: The ‘help list’ Command
3.10.3.2
quit
The ‘quit’ command exits the DUI CLI:
cli > quit
Figure 38: The ‘quit’ Command
3.10.3.3
list
The ‘list’ command displays all diagnostic/update services as well as functions that DUI
supports on the platform:
cli > list
service 1: CPU, A diag service for cpu
function 0: cpu_test, CPU burnin test function
function 1: cpu_fru_ver, FRU Upgradable components versions readout
function 2: pcie_link, PCIe link width and status test function
function 3: cpu_ver, Verify CPU vendor id, model name, frequency and core count
service 2: MEM, A diag service for memory
function 0: mem_test, Memory pattern test function
function 1: mem_dmi, Memory SPD info readout
……< only parts of the messages are shown >…..
Figure 39: The ‘list’ Command
Users can retrieve all available diagnostic/update service IDs and function IDs through this
command. As indicated in the screenshot above, there are four diagnostic services and each
diagnostic service has its diagnostic functions identified with different function ID.
3.10.3.4
set
The ‘set’ command is used to alter the current value of a specific diagnostic/update
function’s parameter:
cli > set <service ID> <function ID> <parameter=value>
For example, alter the current value of cpu_model and core_count parameter for the
cpu_ver diagnostic function (in cpu test service, see
Sections 3.10.3.3
and