commit | c85668dbd203a9c8644ce9baca91bcdfe648d217 | [log] [tgz] |
---|---|---|
author | Jae Hyun Yoo <quic_jaehyoo@quicinc.com> | Mon May 02 07:21:58 2022 -0700 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Dec 07 05:40:47 2022 -0600 |
tree | 8c853e1fbf5710c34e8de40937f5b67966716312 | |
parent | 8ee8243b81055ef82aa85213a44493cfc5bd5f71 [diff] |
Fix shellcheck warnings Fix shellcheck warnings in create_usbhid.sh script. Tested: HID gadget was connected/disconnected properly even with the fixed script. Signed-off-by: Jae Hyun Yoo <quic_jaehyoo@quicinc.com> Change-Id: I78ae45db2f50ef400d72dd92895e67c50d01753e
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