Skip to content

Virtual Devices (HWIL)

Pallab Pain edited this page Jul 12, 2024 · 5 revisions

Manage Virtual Devices

We introduced the support for managing hardware-in-loop devices in the CLI since version v7.6.0. It includes the rio hwil command that allow you to manage devices directly. In addition to that, we have integrated virtual devices with the Device manifests that will allow the users of the CLI to create a new HWIL device and onboard it via a single command.

The rio hwil command

Usage

→ rio hwil --help
Usage: rio hwil [OPTIONS] COMMAND [ARGS]...

  Manage Hardware-in-the-Loop (HWIL) devices

Options:
  --help  Show this message and exit.

Commands:
  create   Create a new hardware-in-the-loop device.
  delete   Delete one or more devices
  execute  Execute a command on a hardware-in-the-loop device.
  inspect  Inspect the hardware-in-the-loop device.
  list     Lists hardware-in-loop devices.
  login    Log in to HWIL.
  ssh      SSH into the hardware-in-the-loop device.

hwil_command

Command Tutorials

Clone this wiki locally