commit | c943938114d34bf0fb13ee099a211d2a97c5b39c | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Feb 13 15:17:24 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Wed Feb 13 15:17:24 2019 -0800 |
tree | 16349ffb5523ceb50e46e23de208e24ada31943d | |
parent | 7dfac9ff2d1569aedf83175fb0427562c2188e63 [diff] |
build: pkg anti-pattern: use defaults Use the defaults in the pkg check where the default error message is sufficient to identify which package is missing. Change-Id: Ic4e819ff68c05e70b51a8212236def7d33f6d750 Signed-off-by: Patrick Venture <venture@google.com>
The obmc-ikvm application is a VNC server that provides access to the host graphics output. The application interfaces with the video device on the BMC that captures the host graphics, and then serves that video data on the RFB (remote framebuffer, also known as VNC) protocol. The application also interfaces with the BMC USB gadget device to pass HID events from the BMC to the host, allowing the user to interact with the host system.
Once the host is running and an appropriate HID gadget device is instantiated on the BMC, the application can be started with the following command: obmc-ikvm -v <video device path> -i <HID gadget device path>
For example:
obmc-ikvm -v /dev/video0 -i /dev/hidg0