<?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: Question, i.MX6Q LinuxBSP LVDS setting in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234784#M18427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my poor explanation.&lt;/P&gt;&lt;P&gt;The parameter entities listed in the previous post were added into 'static struct fb_videomode ldb_modedb[]' table in ldb.c.&lt;/P&gt;&lt;P&gt;Could you show me which of the parameters may suite for the LCD?&lt;/P&gt;&lt;P&gt;Please let me know if you need more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 02:43:43 GMT</pubDate>
    <dc:creator>Aemj</dc:creator>
    <dc:date>2014-02-19T02:43:43Z</dc:date>
    <item>
      <title>Question, i.MX6Q LinuxBSP LVDS setting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234783#M18426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to ask about LVDS display setting on LinuxBSP.&lt;/P&gt;&lt;P&gt;My customer is developing his i.MX6Q board with 640x480 LCD connected via LVDS.&lt;/P&gt;&lt;P&gt;Please find the attached file for the timing specification of the LCD.&lt;/P&gt;&lt;P&gt;He is developing his software based on your LinuxBSP.&lt;/P&gt;&lt;P&gt;He tried some LCD settings written in ldb.c as follows but could not make the LCD work.&lt;/P&gt;&lt;P&gt;Could you give your advice on what setting he should use for the LCD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For struct fb_videomode; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;{ NULL, 60, 640, 480, 39722, 48, 16, 33, 10, 96, 2, 0, FB_VMODE_NONINTERLACED, 0, },// cea_mode&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;{ NULL, 60, 640, 480, 39682, 48, 16, 33, 10, 96, 2, 0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA },&amp;nbsp;&amp;nbsp; // DVI setting&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;{ NULL, 72, 640, 480, 31746, 128, 24, 29, 9, 40, 2, 0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA }, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;{ NULL, 75, 640, 480, 31746, 120, 16, 16, 01, 64, 3, 0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA }, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;{ NULL, 85, 640, 480, 27777, 80, 56, 25, 01, 56, 3, 0, FB_VMODE_NONINTERLACED, FB_MODE_IS_VESA }, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;BR,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'ＭＳ ゴシック';"&gt;Miyamoto&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:05:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234783#M18426</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2014-02-14T06:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Question, i.MX6Q LinuxBSP LVDS setting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234784#M18427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my poor explanation.&lt;/P&gt;&lt;P&gt;The parameter entities listed in the previous post were added into 'static struct fb_videomode ldb_modedb[]' table in ldb.c.&lt;/P&gt;&lt;P&gt;Could you show me which of the parameters may suite for the LCD?&lt;/P&gt;&lt;P&gt;Please let me know if you need more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Feb 2014 02:43:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234784#M18427</guid>
      <dc:creator>Aemj</dc:creator>
      <dc:date>2014-02-19T02:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Question, i.MX6Q LinuxBSP LVDS setting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234785#M18428</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;Attached provides detail about display configurations on i.mx35. This method also apply to i.mx6.&lt;/P&gt;&lt;P&gt;Good luck! :smileyhappy:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Zheng Songhao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 01:54:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234785#M18428</guid>
      <dc:creator>Alvin</dc:creator>
      <dc:date>2014-02-28T01:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Question, i.MX6Q LinuxBSP LVDS setting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234786#M18429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Japan FAE&lt;/P&gt;&lt;P&gt;Had your issue got resolved? If yes, we are going to close the discussion in 3 days. If you still need help, please feel free to reply with an update to this discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2014 09:22:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234786#M18429</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-03-20T09:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Question, i.MX6Q LinuxBSP LVDS setting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234787#M18430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Japan FAE&lt;/P&gt;&lt;P&gt;This discussion is closed since no activity. If you still need help, please feel free to reply with an update to this discussion, or create another discussion.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yixing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 06:58:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Question-i-MX6Q-LinuxBSP-LVDS-setting/m-p/234787#M18430</guid>
      <dc:creator>YixingKong</dc:creator>
      <dc:date>2014-04-01T06:58:11Z</dc:date>
    </item>
  </channel>
</rss>

