Specifications
Table Of Contents
- Open Networking Hardware Diagnostic Guide June 2018
- About this guide
- ONIE and Dell EMC OS installation instructions
- ONIE overview
- Dell EMC DIAG OS
- Dell EMC DAIG-OS tools
- Dell EMC support

lpctool
To access devices on the LPC bus, use the lpctool.
The lpctool allows access on the LPC bus by using I/O transactions at the processor level. This access does not include LPC interfaces
in other devices. Other DIAG-OS tools use lpctool to read LPC-connected registers.
CLI options
DellEmc Diag - LPC Tool
version 1.0, x.xx.x.x-x
build, 2017/05/23,
Syntax: lpctool <option>
Show the help-text:=
lpctool --h (or)
lpctool -h
Read the specified address:=
lpctool --read --addr=<address> --count=<number_of_bytes> [--size=<b,w or l>] (or)
lpctool -r -a <address> -C <number_of_bytes> [-z <b,w or l>]
Write data at the specified address:=
lpctool --write --addr=address --val=data [--size=b,w or l] (or)
lpctool -w -a <address> -V <data> [-z <b,w or l>]
Execute repeatedly command by count:=
lpctool --iteration=max/<count> [option1] [option2]... (or)
lpctool -I max/<count> [option1] [option2]...
Usage:=
-h, --h Show the help text
-w, --write Write operation
-r, --read Read operation
-z, --size= Size
-I, --iteration= Iteration command execution
-C, --count= Count
-a, --addr= Address
Output
Read output
root@dell-diag-os:/opt/dellemc/diag/bin# ./lpctool --read --addr=102
Byte Port 0x102 : 0xde
Write output
root@dell-diag-os:/opt/dellemc/diag/bin# ./lpctool --write --addr=102 --val=10
memtool
The memtool tests the physical memories in the system.
The memtool performs address bus and data tests that moves 1s or 0s through the bus lines to detect stuck, missing, bridged, or other
issues found during board tests. The tool also places hamming values or addresses into memory to test and report failing bits. All tests are
similar to the memtest86 application but are available through the CLI.
Dell EMC DAIG-OS tools
45