commit | 81739f4a0deeb0b4b81954091457aaf7e56a6442 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Mar 29 09:48:26 2019 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Apr 02 20:20:24 2019 +0000 |
tree | 5452c8513f4b60fbd90d9249ab0171923f64424a | |
parent | f6ed0e75b05b573345e4f3eb9d80e677f98992ac [diff] |
meson: Add alternative to autotools build system Change-Id: Ib22d670aed7b17cd1722e8cc915bd8850ce22475 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.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