agentCfg - Configure Agent

Added in version PLT-OS: v2.0

Setup UART for an SBC running an image based on PPC Yocto Layer, optionally transferring files to its RAMDISK.

Usage:

- command: agentCfg <handle> [<uartPort>]
  [retry: <retryCount>]
  [id: <usbDeviceID>]
  [path: <usbDevicePath>]
  [extractKey: <key>]
  [with:
    [- <fileName>]
    ...]

Argument

Description

handle

Used to refer to this instrument in further commands.

retryCount

Optional: Number of times to retry the test step

fileName

Optional: Name of file to write to the SBC.

key

Optional: Key in which to store the UART port

usbDeviceID

Optional: USB device identifiers: VID:PID.

usbDevicePath

Optional: USB device path: port. .port.

usbDeviceInterface

Optional: USB device interface: interface_number.

Examples