commit | b9c253dca682d01e076ec6240ade2db151aec81a | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:25:50 2018 -0600 |
committer | Eddie James <eajames@linux.ibm.com> | Tue Dec 11 13:33:24 2018 -0600 |
tree | 74b17dd12e60bc052952084713e22151a80e73fc | |
parent | 18e1e465976a6ee2d3e7022036006d87b4d68adb [diff] |
Add installed bash script to create a USB gadget device This device acts like a USB mouse and keyboard to the host processor to allow input from the remote user Change-Id: I932cb6aebb9a0b5e27a35afc6d7f6a4ad989f417 Signed-off-by: Eddie James <eajames@linux.ibm.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