commit | fb6a8e1e727a8ece5eb0350d3962dd3056a6f608 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Mar 29 10:54:44 2019 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Apr 03 11:53:54 2019 +0000 |
tree | d9c6c523d87146325c980e2a39943894ef074d30 | |
parent | 81739f4a0deeb0b4b81954091457aaf7e56a6442 [diff] |
systemd: Add unit file Add a unit file for starting obmc-ikvm with systemd. Change-Id: I85bc8c5d9682b48aedeb3670a61179267798d4f7 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