Hi Eddie,<br><div><div>   My bmc is AST2400, I modified the aspeed-g4.dtsi(adding  gfx: display@1e6e6000  and  video: video@1e700000)<br> and the aspeed-bmc-opp-xxx.dts (adding &video &vhub) . <br>An error occured when I executed the following instructions:<br><br>root@zhaoxinc:~# create_usbhid.sh <br>root@zhaoxinc:~# obmc-ikvm -v /dev/video0 -i /dev/hidg0<br>[  125.586061] aspeed-video 1e700000.video: timed out on 1st mode detect<br>[  125.602732] aspeed-video 1e700000.video: Failed to start video engine<br>failed to open /dev/video0: 62 Timer expired<br>Need I modify drivers/media/platform/aspeed-video.c or any other files?<br> <br> Thanks ,<br>Xiuzhi<br></div><div style="font-size: 12px;background:#efefef;padding:8px;"><div><wbr></div></div>On 07/31/2018 01:52 AM, xiuzhi wrote:<br>> Hi Alexander ,Eddie,<br>>   I merged the source from <br>> https://gerrit.openbmc-project.xyz/#/c/openbmc/openbmc/+/11500/,and <br>> kernel branch video-dev.<br>> How to test the video kvm feature by phosphor-webui or command line?<br><br>Hi,<br><br>You need to make sure the video device is enabled in your device-tree <br>for the machine you use... My kernel patch enabled it for our AST2500 <br>witherspoon system. If you're using AST2500 as well, then you just need <br>something like:<br><br>&video {<br>     status = "okay";<br>     memory-region = <&gfx_memory>;<br>};<br><br>And the virtual USB hub:<br>&vhub {<br>     status = "okay";<br>};<br><br>If you're not using AST2500, you'll need more changes to device-tree.<br><br>Then on the BMC command line:<br>create_usbhid.sh<br>obmc-ikvm -v /dev/video0 -i /dev/hidg0<br>And connect with any VNC client to port 0 of your BMC IP.<br><br>Thanks,<br>Eddie<br><br>> Best,<br>> xiuzhi<br>><br>><br>> ------------------ 原始邮件 ------------------<br>> *发件人:* "Alexander A. Filippov"<a.filippov@yadro.com>;<br>> *发送时间:* 2018年7月25日(星期三) 下午4:56<br>> *收件人:* "openbmc"<openbmc@lists.ozlabs.org>;"xiuzhi"<1450335857@qq.com>;<br>> *主题:* Re: KVM Support?<br>><br>> Hello everybody,<br>><br>> Could you check the size of <br>> `build/tmp/deploy/image/<platformname>/fitImage-openbmc-phosphor-initramfs-*.bin`?<br>> If it exceeds 4456448 (0x440000) bytes, this is the problem described <br>> at https://github.com/openbmc/openbmc/issues/3314<br>><br>><br>> In this case you should modify flash partitions layout or trying to <br>> decrease kernel size.<br>><br>> --<br>> Alexander<br>><br>> On Wed, Jul 25, 2018 at 03:48:04PM +0800, xiuzhi wrote:<br>> > Hi Eddie,<br>> ><br>> ><br>> >   I read your KVM Support email on mailinglist.<br>> ><br>> ><br>> > I am going to port the BMC kvm to ast2400 . The u-boot can not load <br>> kernel ,the error message read:<br>> ><br>> ><br>> > ""U-Boot 2016.07 (Jul 23 2018 - 11:11:50 +0000)<br>> ><br>> ><br>> > DRAM:  240 MiB<br>> > WARNING: Caches not enabled<br>> > Flash: 32 MiB<br>> > *** Warning - bad CRC, using default environment<br>> ><br>> ><br>> > In:    serial<br>> > Out:   serial<br>> > Err:   serial<br>> > Net:   aspeednic#0<br>> > Error: aspeednic#0 address not set.<br>> ><br>> ><br>> > Hit any key to stop autoboot:  0<br>> > ## Loading kernel from FIT Image at 20080000 ...<br>> > Bad FIT kernel image format!<br>> > ERROR: can't get kernel image!<br>> > ast#<br>> ><br>> ><br>> > I added  config options to defconfig of ast2400 as follows:<br>> ><br>> ><br>> > CONFIG_MEDIA_SUPPORT=y<br>> > CONFIG_MEDIA_CAMERA_SUPPORT=y<br>> > CONFIG_MEDIA_SUPPORT=y<br>> > CONFIG_MEDIA_CAMERA_SUPPORT=y<br>> > # CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set<br>> > # CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set<br>> > # CONFIG_MEDIA_RADIO_SUPPORT is not set<br>> > # CONFIG_MEDIA_SDR_SUPPORT is not set<br>> > # CONFIG_MEDIA_CEC_SUPPORT is not set<br>> > # CONFIG_MEDIA_CONTROLLER is not set<br>> > CONFIG_RATIONAL=y<br>> > CONFIG_VIDEO_DEV=y<br>> > CONFIG_VIDEO_V4L2=y<br>> > CONFIG_V4L_PLATFORM_DRIVERS=y<br>> > CONFIG_VIDEO_ASPEED=y<br>> > CONFIG_MEDIA_SUBDRV_AUTOSELECT=y<br>> ><br>> ><br>> > Need I modify the aspeed-bmc-opp-palmetto.dts and aspeed-g4.dtsi?<br>> ><br>> ><br>> > Can you give me the file list need to modify?<br>> ><br>> ><br>> > Thanks,<br>> ><br>> ><br>> > xiuzhi<br></div>