commit | 1489d044b2c9ea877d717ee3311eb7eb076ff7c4 | [log] [tgz] |
---|---|---|
author | George Liu <liuxiwei@inspur.com> | Wed Aug 16 14:07:46 2023 +0800 |
committer | George Liu <liuxiwei@ieisystem.com> | Tue Aug 22 04:42:20 2023 +0000 |
tree | 032e18735090f906da065b6affe3127e95b80672 | |
parent | a6c8f5d778eb7d2e14e85b6be6e4d5fc71a1d9a3 [diff] |
meson: Replace configure_file with fs.copyfile configure_file is deprecated since 0.64.0, and replace it with fs.copyfile. Signed-off-by: George Liu <liuxiwei@inspur.com> Change-Id: I152baf9da48e5bae8c36710f25b2a932835459ac
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