<?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: ADV7125 with Imx6 is not working normally in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/ADV7125-with-Imx6-is-not-working-normally/m-p/727516#M113115</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wigros Sun,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for kindly reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We already reviewed you mentioned reference..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is&amp;nbsp;&lt;/P&gt;&lt;P&gt;iMX6's DISP0_DAT16 ~&lt;SPAN&gt;DISP_DAT23 has no Signal.. (iMX6's Output of Red data is nothing.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It looks like iMX6 send any data to ADV7125's R0~R7 pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I think that I have to look for&amp;nbsp;setting or code of iMX6. isn't it?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you think that some difference of schematic makes this problem, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know, what is difference..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;※ Who is ADI FAE? How can I contact to him?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Nov 2017 05:20:46 GMT</pubDate>
    <dc:creator>호영노</dc:creator>
    <dc:date>2017-11-22T05:20:46Z</dc:date>
    <item>
      <title>ADV7125 with Imx6 is not working normally</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ADV7125-with-Imx6-is-not-working-normally/m-p/727514#M113113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;BR /&gt;I connected imx6dual with ADV7125 for LCD.&lt;BR /&gt;But it is&amp;nbsp;not working normally..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below Schematic is my board.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_4.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33800iE19035BA28D8C87B/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_4.png" alt="pastedImage_4.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_5.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33868i5382CEDA7859A27A/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_5.png" alt="pastedImage_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below Step is what I tried,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[1] I added u-boot command line to "mx6dl_mvt.h”like this :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;video=mxcfb0 : dev=lcd, LCD-720P, if=RGB24, bpp=32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[2] I added “lcdif_modedb”(I named "LCD-720P”) to “mxc_lcdif.c” like this :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static struct fb_videomode lcdif_modedb[] = {&lt;BR /&gt; {&lt;BR /&gt; /* 800x480 @ 57 Hz , pixel clk @ 27MHz */&lt;BR /&gt; "CLAA-WVGA", 57, 800, 480, 37037, 40, 60, 10, 10, 20, 10,&lt;BR /&gt; FB_SYNC_CLK_LAT_FALL,&lt;BR /&gt; FB_VMODE_NONINTERLACED,&lt;BR /&gt; 0,},&lt;BR /&gt; {&lt;BR /&gt; /* 800x480 @ 60 Hz , pixel clk @ 32MHz */&lt;BR /&gt; "SEIKO-WVGA", 60, 800, 480, 29850, 89, 164, 23, 10, 10, 10,&lt;BR /&gt; FB_SYNC_CLK_LAT_FALL,&lt;BR /&gt; FB_VMODE_NONINTERLACED,&lt;BR /&gt; 0,},&lt;BR /&gt; {&lt;BR /&gt; /* 800x480 @ 60 Hz , pixel clk @ 32MHz */&lt;BR /&gt; "LCD-720P", 60, 640, 480, 39683, 45, 114, 33, 11, 1, 1,&lt;BR /&gt; FB_SYNC_CLK_LAT_FALL,&lt;BR /&gt; FB_VMODE_NONINTERLACED,&lt;BR /&gt; 0,},&lt;BR /&gt;};&lt;BR /&gt;(※ I tested so many resolution, so I did not changed name of "LCD-720P" Please ignore it.)&lt;/P&gt;&lt;P&gt;I changed some resolution, but only size was changed and my problem was not solved..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below my result picture&amp;nbsp;was&amp;nbsp;always same(except the size..)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[3] I edited board-mx6q_mvt.c lie this :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;static struct fsl_mxc_lcd_platform_data lcdif_data = { &lt;BR /&gt; .ipu_id = 0, &lt;BR /&gt; .disp_id = 0, &lt;BR /&gt; .default_ifmt = IPU_PIX_FMT_RGB24, &lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// At this time, I just testing for LCD..&lt;BR /&gt;static struct ipuv3_fb_platform_data mvt_fb_data[] = { &lt;BR /&gt;/*&lt;BR /&gt; { &lt;BR /&gt; .disp_dev = "ldb",&lt;BR /&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB666,&lt;BR /&gt; .mode_str = "LDB-VGA",&lt;BR /&gt; .default_bpp = 32,&lt;BR /&gt; .int_clk = false,&lt;BR /&gt; .late_init = false,&lt;BR /&gt; },&lt;BR /&gt;*/&lt;BR /&gt; {&lt;BR /&gt; .disp_dev = "lcd",&lt;BR /&gt; .interface_pix_fmt = IPU_PIX_FMT_RGB24,&lt;BR /&gt; .mode_str = "LCD-720P",&lt;BR /&gt; .default_bpp = 32,&lt;BR /&gt; .int_clk = false,&lt;BR /&gt; }, &lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These 3 Step makes launching the my LCD.&lt;BR /&gt;but It looks very strange.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 22px;"&gt;&lt;STRONG&gt;I have 2 problem for this.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) PCLK is unstable. (it shaked)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;this is my fbset.&lt;/P&gt;&lt;P&gt;mode "640x480-60"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;# D: 25.200 MHz, H: 31.500 kHz, V: 59.999 Hz&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;geometry 640 480 640 480 32&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;timings 39683 45 114 33 11 1 1&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;rgba 8/0,8/8,8/16,8/24&lt;BR /&gt;endmode&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H and V is stable but D (pclk) go from 24MHz to 27MHz.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pclk.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33674i7AEE2B54ED4D8867/image-size/large?v=v2&amp;amp;px=999" role="button" title="pclk.png" alt="pclk.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;2) I.MX6's "RED" output signal is always no signal.&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;And left, right border line is blurring.&lt;/STRONG&gt;&lt;BR /&gt;I tried change the bpp and color format(this is meaningless... Because red output signal is always nothing.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="result.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33725iF721DAF218DB75E1/image-size/large?v=v2&amp;amp;px=999" role="button" title="result.PNG" alt="result.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Below is Signal Data.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="rgbSignal.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/33752i55381839E53E6B4E/image-size/large?v=v2&amp;amp;px=999" role="button" title="rgbSignal.PNG" alt="rgbSignal.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My 640*480 Image has same area of RGB.&lt;/P&gt;&lt;P&gt;And each RGB value are same as 255.&lt;/P&gt;&lt;P&gt;But Green ans Blue looks not same signal and Red is always output nothing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(it looks always using only DISP0_DAT0 ~ DISP0_DAT15 and DISP0_DAT16~DISP0_DAT23 is not activated or not using it.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried anther color mode (RGB565, RGB666, YUV444... ) and it makes change the blue and green,&lt;/P&gt;&lt;P&gt;but always cannot see a red color and red's signal.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I tried change the another same&amp;nbsp; board, but result was same.&lt;/P&gt;&lt;P&gt;So I think that it has no problem&amp;nbsp;of connector or ADV7125 chip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What can I do or trying??&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Please Help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;※ My kernel version is linux 3.0.35.. But I think that this is not affect this problem.. isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 01:42:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ADV7125-with-Imx6-is-not-working-normally/m-p/727514#M113113</guid>
      <dc:creator>호영노</dc:creator>
      <dc:date>2017-11-22T01:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: ADV7125 with Imx6 is not working normally</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ADV7125-with-Imx6-is-not-working-normally/m-p/727515#M113114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I have ever tested ADV7125 on I.MX6Q/D/DL/S platform, and android 4.2.2 OS. it worked fine. I checked your schematic of ADV7125, It seems there is some difference with mine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; attachment is what I used, for you reference, if you have other question, please contact ADI FAE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a nice day!&lt;/P&gt;&lt;P&gt;TIC Weidong Sun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 04:37:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ADV7125-with-Imx6-is-not-working-normally/m-p/727515#M113114</guid>
      <dc:creator>weidong_sun</dc:creator>
      <dc:date>2017-11-22T04:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: ADV7125 with Imx6 is not working normally</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/ADV7125-with-Imx6-is-not-working-normally/m-p/727516#M113115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wigros Sun,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for kindly reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We already reviewed you mentioned reference..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But my problem is&amp;nbsp;&lt;/P&gt;&lt;P&gt;iMX6's DISP0_DAT16 ~&lt;SPAN&gt;DISP_DAT23 has no Signal.. (iMX6's Output of Red data is nothing.)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It looks like iMX6 send any data to ADV7125's R0~R7 pin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So I think that I have to look for&amp;nbsp;setting or code of iMX6. isn't it?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you think that some difference of schematic makes this problem, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please let me know, what is difference..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;※ Who is ADI FAE? How can I contact to him?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 05:20:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/ADV7125-with-Imx6-is-not-working-normally/m-p/727516#M113115</guid>
      <dc:creator>호영노</dc:creator>
      <dc:date>2017-11-22T05:20:46Z</dc:date>
    </item>
  </channel>
</rss>

