IMX6qpsabreauto HDMI Problem

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

IMX6qpsabreauto HDMI Problem

Jump to solution
684 Views
abdullahaktay
Contributor II

Dear all,

I compiled the kernel by following the documentation below (for SATA).

Booting Linux from SATA on i.MX6Q SABRE AI. 

http://www.bcmcom.com/CustomerDL/AR6MX/Yocto/Freescale_Yocto_Project_User%27s_Guide.pdf

I set the following for HDMI.

setenv displayinfo 'video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'

But when I connect the HDMI cable after boot, I get the bottom line error/warning.

mxc_hdmi 20e0000.hdmi_video: Read EDID again

mxc_hdmi 20e0000.hdmi_video: create default modelist

Any ideas on this?

Thanks.

0 Kudos
1 Solution
425 Views
abdullahaktay
Contributor II

I solved the problem.

Solution:

setenv my_bootargs_sata setenv bootargs console=\${console},\${baudrate} root=/dev/sda2 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24

Thanks.

View solution in original post

0 Kudos
2 Replies
426 Views
abdullahaktay
Contributor II

I solved the problem.

Solution:

setenv my_bootargs_sata setenv bootargs console=\${console},\${baudrate} root=/dev/sda2 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24

Thanks.

0 Kudos
425 Views
joanxie
NXP TechSupport
NXP TechSupport

pls check if your hdmi supports 1080p@60 or not,  and check connect to mxcfb0 or mxcfb1

0 Kudos