commit | 861337e8ec92767c4c88237ec5db494a2a67fa8d | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Thu Nov 14 14:30:17 2019 -0500 |
committer | Edward A. James <eajames@us.ibm.com> | Thu Nov 14 20:33:17 2019 +0000 |
tree | f195aae6d573f4ff116cd5e35388809e58dcd626 | |
parent | ed98d07da65cd88781015538fa8aeca636e23eeb [diff] |
systemd: Don't start without configfs We cannot run without configfs. Don't attempt to start if we find ourselves in that situation. Change-Id: I67515d2eaaf982f6750aae6e90a939873338a77c 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