[iMX8QM] How to enable the HDMI RX on L5.10.52_2.1.0 BSP

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

[iMX8QM] How to enable the HDMI RX on L5.10.52_2.1.0 BSP

[iMX8QM] How to enable the HDMI RX on L5.10.52_2.1.0 BSP

 

From L5.4 BSP, the iMX8QM HDMI RX feature is removed from BSP, but it is added back in L5.10.52 2.1.0 BSP. The followed is the detail steps to use HDMI RX.

 

  1. We need enable the followed kernel config to make hdmirx driver work:

    CONFIG_IMX8_MEDIA_DEVICE=y
    CONFIG_MHDP_HDMIRX=y

  1. apply the attached kernel patch.
  2. put hdmi firmware “hdmirxfw.bin” and “hdmitxfw.bin” to SD card’s FAT partition
  3. test command:

    gst-launch-1.0 v4l2src device=/dev/video2 ! autovideosink

 

Note: To test the hdmi feature, the display should also use the HDMI TX. And in Uboot, to load the hdmirx firmware, we can run the followed commands first, then run the "boot" command:

    run loadhdprx
    hdprx load 0x9c800000
    setenv fdt_file imx8qm-mek-hdmi-rx.dtb

 

附件
无评分
版本历史
最后更新:
‎11-04-2021 07:28 PM
更新人: