Skip to content

eo hil develop

eo hil develop

Set up VSCode SSH-Remote connection to HIL device container

Synopsis

Set up VSCode SSH-Remote connection to HIL device container.

This command configures SSH access to the main application container running on the HIL device, allowing VSCode Remote-SSH extension to connect directly. Files are continuously synced between local and remote in both directions.

Note: For this command to work, the "Remote - SSH" extension must be installed in your VSCode.

Controls: Ctrl+C Stop the session and sync files back s/S Trigger a manual sync Enter Reset inactivity timer

Example: eo hil develop my-device # Default 15-minute timeout eo hil develop my-device --timeout 30 # 30-minute timeout eo hil develop my-device --no-timeout # No inactivity timeout

eo hil develop [device name] [flags]

Options

  -h, --help          help for develop
      --no-lock       Skip device locking (other users may interfere)
      --no-timeout    Disable inactivity timeout
      --timeout int   Inactivity timeout in minutes (default 15)

SEE ALSO

  • eo hil - Perform hardware-in-the-loop testing commands
Auto generated by spf13/cobra on 23-May-2026