<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Imx6 Hdmi Problem in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-Hdmi-Problem/m-p/900858#M135937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi emmanuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at dvi issues and workarounds described on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://boundarydevices.com/dvi-support-on-i-mx6-boards/" title="https://boundarydevices.com/dvi-support-on-i-mx6-boards/"&gt;DVI Support on i.MX6 boards - Boundary Devices&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 04 May 2019 03:50:19 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-05-04T03:50:19Z</dc:date>
    <item>
      <title>Imx6 Hdmi Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-Hdmi-Problem/m-p/900857#M135936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using a imx6 dual lite connectore that I made a carry board, It's working fine but I have some hdmi issues.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have to connect the imx6 to a monitor that use dvi to hdmi connect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In dtb configuration i did:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hdmi_video@020e0000 {&lt;BR /&gt; compatible = "fsl,imx6q-hdmi-video";&lt;BR /&gt; reg = &amp;lt;0x20e0000 0x1000&amp;gt;;&lt;BR /&gt; reg-names = "hdmi_gpr";&lt;BR /&gt; interrupts = &amp;lt;0x0 0x73 0x4&amp;gt;;&lt;BR /&gt; clocks = &amp;lt;0x2 0x7c 0x2 0x7b 0x2 0x8a&amp;gt;;&lt;BR /&gt; clock-names = "hdmi_isfr", "hdmi_iahb", "mipi_core";&lt;BR /&gt; status = "okay";&lt;BR /&gt; fsl,phy_reg_vlev = &amp;lt;0x294&amp;gt;;&lt;BR /&gt; fsl,phy_reg_cksymtx = &amp;lt;0x800d&amp;gt;;&lt;BR /&gt; digi,dvi_mode;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hdmi_audio@00120000 {&lt;BR /&gt; compatible = "fsl,imx6q-hdmi-audio";&lt;BR /&gt; clocks = &amp;lt;0x2 0x7c 0x2 0x7b 0x2 0x8a&amp;gt;;&lt;BR /&gt; clock-names = "hdmi_isfr", "hdmi_iahb", "mipi_core";&lt;BR /&gt; dmas = &amp;lt;0xe 0x2 0x19 0x0&amp;gt;;&lt;BR /&gt; dma-names = "tx";&lt;BR /&gt; status = "disabled";&lt;BR /&gt; linux,phandle = &amp;lt;0x5b&amp;gt;;&lt;BR /&gt; phandle = &amp;lt;0x5b&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have four boards with the same configuration, and I have four iquals monitors. One board works excelent and the others works with some issues, in the screen appears some blue and green pixeles.&lt;/P&gt;&lt;P&gt;I dont use hdmi audio so I desabled it from dtb and I put dvi_mode.&lt;/P&gt;&lt;P&gt;I have to use 1024x768 resolution but this mode is not available so I added in xorg.conf file:&lt;/P&gt;&lt;P&gt;My xorg.conf file is the next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section "Device"&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Identifier "i.MX Accelerated Framebuffer Device"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Driver "vivante"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Option "fbdev" "/dev/fb0"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Option "vivante_fbdev" "/dev/fb0"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Option "HWcursor" "false"&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section "Monitor"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Identifier "Monitor"&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;HorizSync 48.3&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;VertRefresh 60&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section "Screen"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Identifier "Screen"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Device "i.MX Accelerated Framebuffer Device"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Monitor "Monitor"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;DefaultDepth 16&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SubSection "Display"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Depth 16&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Modes "1024x768"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;EndSubSection&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section "InputClass"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Identifier "calibration"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;MatchProduct "AD7879 TouchScreen"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EndSection&lt;BR /&gt;Section "ServerFlags"&lt;BR /&gt; Option "BlankTime" "0"&lt;BR /&gt; Option "StandbyTime" "0"&lt;BR /&gt; Option "SuspendTime" "0"&lt;BR /&gt; Option "OffTime" "0"&lt;BR /&gt;EndSection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right now I am changing HorizSync and I chek the changes, around 48.4.&lt;/P&gt;&lt;P&gt;I set extra_bootargs -&amp;gt;&amp;nbsp;extra_bootargs=video=mxcfb0:dev=hdmi,1024x768,if=RGB565,bpp=16&lt;/P&gt;&lt;P&gt;I dont know what more i can do, if someone has some idea i will be grateful.&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;My kernel version is 4.9.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 May 2019 14:08:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx6-Hdmi-Problem/m-p/900857#M135936</guid>
      <dc:creator>emmanuelperea</dc:creator>
      <dc:date>2019-05-03T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: Imx6 Hdmi Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Imx6-Hdmi-Problem/m-p/900858#M135937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi emmanuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can look at dvi issues and workarounds described on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://boundarydevices.com/dvi-support-on-i-mx6-boards/" title="https://boundarydevices.com/dvi-support-on-i-mx6-boards/"&gt;DVI Support on i.MX6 boards - Boundary Devices&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 04 May 2019 03:50:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Imx6-Hdmi-Problem/m-p/900858#M135937</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-05-04T03:50:19Z</dc:date>
    </item>
  </channel>
</rss>

