How to setting uboot parameter for HDMI output?

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

How to setting uboot parameter for HDMI output?

跳至解决方案
6,930 次查看
felixhsu
Contributor III

Hi All

Platform: i.MX8M-EVK

SW: Linux version 4.9.51-imx_4.9.51_imx8m_ga+g6df7474

An error occurred when adding the HDMI output parameter to the kernel parameter as follows. 

uboot command line:

setenv mmcargs 'setenv bootargs ${bootargs} root=${mmcroot} rootwait rw video=HDMI-A-1:dev=hdmi,1920x1080@59.94,if=RGB24'

error message:

[    1.474509] [drm] parse error at position 30 in video mode 'dev=hdmi,1920x1080@59.94,if=RGB24'

How can I fixed it?

标签 (3)
0 项奖励
回复
1 解答
5,966 次查看
victoryu
Contributor III

The video must be set HDMI-A-1 not HDMIA-1.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
5,960 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Felix

one can try with Demo Images

https://www.nxp.com/webapp/Download?colCode=L4.9.51_IMX8MQ_GA&appType=license&location=null&Parent_n... 

using attached Release Notes recommendations described in

Table 3. Kernel and device tree configurations:
fsl-imx8mq-evk.dts: for HDMI output
Table 4. Pre-built images :
Combined Boot Image, imx-boot-imx8mqevk-sd.bin-flash_hdmi_spl_uboot
Table 10. Common kernel boot parameters :
video kernel parameter:  1920x1080p60: video=HDMIA-1:1920x1080-32@60

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
5,967 次查看
victoryu
Contributor III

The video must be set HDMI-A-1 not HDMIA-1.

0 项奖励
回复