Peripheralsī
The LAA provides many peripherals to automate the attached DUT. The peripherals
can be controlled from the command line using laacli
.
Ethernet portsī
Public ethernetī
The public ethernet port is used to connect the LAA to the lab network. This network should let the LAA connect to the fleet management cloud service.
Private ethernetī
This ethernet port is used to connect the DUT to the LAA in a private network managed by the LAA. In this network the IPs are:
LAA:
198.18.0.1
DUT:
198.18.0.2
OLEDī
The OLED screen displays information about the status of the LAA:
IPv4
version (or target version if an upgrade is in progress)
organization
If the LAA is unable to get an IPv4 or to connect to the fleet management service, the right information will be displayed. More information on the connectivity guide.
Thermal probeī
The LAA comes with 2 embedded thermal sensors and a thermal probe connector.
The values can be fetched with:
laacli temp amb # ambiant
laacli temp dut # thermal probe
laacli temp sys # CPU
USB portsī
DUT USBī
Port 1: type-C with power delivery
Port 2, 3 and 4: type-A
Each port can be controlled from the command line with
laacli usb 1 on
laacli usb 1 off
LAA USBī
There is 2 USB port on the front of the LAA:
USB OTG port
Serial over USB: LAA serial console
The USB OTG port can be used to provide a mass storage device using USB gadget mode (USB mass storage emulation):
laacli usbg-ms on filename.img
laacli usbg-ms off