Hi, All.
In WEC 2013, we had a problem that HDMI output show a purple(or pink) line.
https://community.nxp.com/thread/447454
In Android, HDMI output was normal. So, we compared the HDMI part of Android and WEC 2013 BSP source code.
Referring to Android configuration, we modified to the HDMI initialization and configuration section in WEC 2013 BSP.
As shown below, the purple line disappeared in HDMI output.
(WAD-MX6 board 1920x1080 HDMI output test screenshot)
We refered to the following file.
kernel_imx\drivers\video\fbdev\mxc\mxc_hdmi.c
Please let me know if you have any questions.
Thank you.
Hi Minsung
Would be great if you could shared with the community a modification guide to get this solution.
Thanks in advanced
Hi,
Thanks for your reply.
Because I have an agreement with customer, I can not release code or document.
The implementation method differs for each H/W and BSP.
But If you refer to the android source code(mxc_hdmi.c file), you can implement it fully.
Thank you.