<?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: IMXRT1052 display failed using VGA interface in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1052-display-failed-using-VGA-interface/m-p/732894#M114076</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi May,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the hardware side, 640x480 resolution should be supported by the LCD controller of the i.MX RT1050, as it supports up to 1366x768 (commonly mentioned as FWXGA). However, you need to ensure the software usage (specifically, on the driver implementation) for valid values. If you are using ucLinux, you should need to directly contact with &lt;A href="https://www.emcraft.com/"&gt;EmCraft&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 23 Mar 2018 18:55:50 GMT</pubDate>
    <dc:creator>CarlosCasillas</dc:creator>
    <dc:date>2018-03-23T18:55:50Z</dc:date>
    <item>
      <title>IMXRT1052 display failed using VGA interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1052-display-failed-using-VGA-interface/m-p/732893#M114075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As title, I use ucLinux, the default resolution (480x272) is for LCD, but I making a customize board using VAG and I would like to display 640x480 resolution but not working... Does IMXRT105x really supporting VGA solution? I think it's the same as IMX6SX and IMX7 for LCDIF interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my error results&lt;/P&gt;&lt;P&gt;~ # fbset&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mode "640x480-15"&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; # D: 6.250 MHz, H: 7.813 kHz, V: 14.881 Hz&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; geometry 640 480 640 480 16&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; timings 160000 48 16 33 10 96 2&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgba 5/11,6/5,5/0,0/0&lt;BR /&gt;endmode&lt;/P&gt;&lt;P&gt;u-boot:&lt;BR /&gt;"videomode=video=ctfb:x:640,y:480,depth:16,pclk:39722,le:48,ri:16,up:33,lo:10,hs:96,vs:2,sync:0,vmode:0\0" \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kernel&lt;BR /&gt;421 &amp;amp;lcdif {&lt;BR /&gt;422 » pinctrl-names = "default";&lt;BR /&gt;423 » pinctrl-0 = &amp;lt;&amp;amp;pinctrl_lcdif&amp;gt;;&lt;BR /&gt;424 » display = &amp;lt;&amp;amp;display0&amp;gt;;&lt;BR /&gt;425 » status = "okay";&lt;BR /&gt;426&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;427 » display0: display0 {&lt;BR /&gt;428 » » bits-per-pixel = &amp;lt;16&amp;gt;;&lt;BR /&gt;429 » » bus-width = &amp;lt;16&amp;gt;;&lt;BR /&gt;430&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;BR /&gt;431 » » display-timings {&lt;BR /&gt;432 » » » native-mode = &amp;lt;&amp;amp;timing0&amp;gt;;&lt;BR /&gt;433 » » » timing0: timing0 {&lt;BR /&gt;434 » » » » clock-frequency = &amp;lt;25175000&amp;gt;;&lt;BR /&gt;435 » » » » hactive = &amp;lt;640&amp;gt;;&lt;BR /&gt;436 » » » » vactive = &amp;lt;480&amp;gt;;&lt;BR /&gt;437 » » » » hback-porch = &amp;lt;40&amp;gt;;&lt;BR /&gt;438 » » » » hfront-porch = &amp;lt;24&amp;gt;;&lt;BR /&gt;439 » » » » vback-porch = &amp;lt;32&amp;gt;;&lt;BR /&gt;440 » » » » vfront-porch = &amp;lt;11&amp;gt;;&lt;BR /&gt;441 » » » » hsync-len = &amp;lt;96&amp;gt;;&lt;BR /&gt;442 » » » » vsync-len = &amp;lt;2&amp;gt;;&lt;BR /&gt;443 » » » » hsync-active = &amp;lt;0&amp;gt;;&lt;BR /&gt;444 » » » » vsync-active = &amp;lt;0&amp;gt;;&lt;BR /&gt;445 » » » » de-active = &amp;lt;1&amp;gt;;&lt;BR /&gt;446 » » » » pixelclk-active = &amp;lt;0&amp;gt;;&lt;BR /&gt;447 » » » };&lt;BR /&gt;448 » » };&lt;BR /&gt;449 » };&lt;BR /&gt;450 };&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me some directions, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 11:11:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1052-display-failed-using-VGA-interface/m-p/732893#M114075</guid>
      <dc:creator>mayqueen</dc:creator>
      <dc:date>2018-03-23T11:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: IMXRT1052 display failed using VGA interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMXRT1052-display-failed-using-VGA-interface/m-p/732894#M114076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi May,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the hardware side, 640x480 resolution should be supported by the LCD controller of the i.MX RT1050, as it supports up to 1366x768 (commonly mentioned as FWXGA). However, you need to ensure the software usage (specifically, on the driver implementation) for valid values. If you are using ucLinux, you should need to directly contact with &lt;A href="https://www.emcraft.com/"&gt;EmCraft&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Hope this will be useful for you.&lt;BR /&gt;Best regards!&lt;BR /&gt;/Carlos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 23 Mar 2018 18:55:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMXRT1052-display-failed-using-VGA-interface/m-p/732894#M114076</guid>
      <dc:creator>CarlosCasillas</dc:creator>
      <dc:date>2018-03-23T18:55:50Z</dc:date>
    </item>
  </channel>
</rss>

