Integrate custom EDID binary to connect through HDMI a Display

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

Integrate custom EDID binary to connect through HDMI a Display

1,994 次查看
davidgut
Contributor I

Dear Community,

I am trying to connect a TFT Display to a Wandboard Solo via HDMI. I have all the necessary information from the TFT Display at hand including the EDID binary, unfortunately, I have not been able to make it work.

I tried modifying the xorg.conf file as follows:

Section "Device"
Identifier "i.MX Accelerated Framebuffer Device"
Driver "vivante"
Option "fbdev" "/dev/fb0"
Option "vivante_fbdev" "/dev/fb0"
Option "HWcursor" "false"

Option "CustomEDID" "DFP-0:/etc/X11/edid.bin"      %% Added
Option "IgnoreEDID" "false"                                       %% Added
Option "UseEDID" "true"                                            %% Added
EndSection

Section "ServerFlags"
Option "BlankTime" "0"
Option "StandbyTime" "0"
Option "SuspendTime" "0"
Option "OffTime" "0"
EndSection

The Wandboard is running on a Yocto image provided by technexion at: ftp.technexion.net/demo_software/WANDBOARD/wandboard-imx6/wandboard-imx6_yocto-2.0_qt5.5_20170508.zi...

 

I would very greatly appreciate any help!

 

Best regards,

David

Additional Info:

root@wandboard:/etc/X11# uname -r
4.1.15-134094-gd28f9da-dirty

标签 (2)
0 项奖励
回复
3 回复数

1,959 次查看
davidgut
Contributor I

Hi,

Attached are the logs. Thank you for your support!

Regards

0 项奖励
回复

1,952 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @davidgut 

 

I think you can use xrandr to debug the dispaly device.

I see that there is no output in last log ‘starting autohdmi:’

 

 

0 项奖励
回复

1,971 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hi @davidgut 

 

Is there any kernel error log that you can provide?

0 项奖励
回复