<?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>i.MX ProcessorsのトピックRe: MCIMXHDMICARD</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184819#M8496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on section 45.4.6.2 in the reference manual it sounds like it would be possible. &amp;nbsp;I'm not familiar with gplay or tweaking the graphics settings for Xserver so can't say what would be involved in getting this to happen.&lt;/P&gt;&lt;P&gt;Read through chapter 45 in the i.MX53 reference manual and have a look at the bottom of page 1-9 in the IPUV3 library documentation (imx5x_IPU_LIB_UG.pdf).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Sep 2012 14:19:27 GMT</pubDate>
    <dc:creator>jpuckett</dc:creator>
    <dc:date>2012-09-04T14:19:27Z</dc:date>
    <item>
      <title>MCIMXHDMICARD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184816#M8493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear sirs,&lt;/P&gt;&lt;P&gt;I'm newbie and I'm using iMX53 Quick Start Board and I bought MCIMXHDMICARD.&lt;/P&gt;&lt;P&gt;I'm using iMX53 SQB UBUNTU SD DEMO IMAGE from Freescale.&lt;/P&gt;&lt;P&gt;Everything work fine with VGA monitor (without HDMI card).&lt;/P&gt;&lt;P&gt;Then, if I install the HDMI card I don't see anything to HDMI monitor, but I can yet use VGA monitor.&lt;/P&gt;&lt;P&gt;Do I need to change u-boot variable? Is it possible using something like fw_printenv?&lt;/P&gt;&lt;P&gt;Where can I find documentation about the matter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Daniele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 21:24:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184816#M8493</guid>
      <dc:creator>DanielePagani</dc:creator>
      <dc:date>2012-08-31T21:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: MCIMXHDMICARD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184817#M8494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Freescale's kernel defines two arguments that determine which display interface (DI) to use: di0_primary and di1_primary. &amp;nbsp;The VGA connector is hooked up to DI1 and the HDMI to DI0.&lt;/P&gt;&lt;P&gt;The U-Boot environment on my Ubuntu SD card has these values in it:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;hdmi=setenv bootargs console=ttymxc0,115200 video=mxcdi0fb:RGB24,1024x768M@60 hdmi di0_primary&lt;/P&gt;&lt;P&gt;vga=setenv bootargs console=ttymxc0,115200 video=mxcdi1fb:GBR24,VGA-XGA di1_primary vga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The bootargs_base variable is set by default to use the vga settings:&lt;/P&gt;&lt;P&gt;bootargs_base=setenv bootargs console=ttymxc0,115200 gpu_nommu ${vga}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change this to use the hdmi settings by running these commands in U-Boot from a clean boot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv bootargs_base 'setenv bootargs console=ttymxc0,115200 gpu_nommu ${hdmi}'&lt;/P&gt;&lt;P&gt;saveenv&lt;/P&gt;&lt;P&gt;boot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you do this from a clean boot or you risk saving environment variables that have been modified by the boot process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Aug 2012 21:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184817#M8494</guid>
      <dc:creator>jpuckett</dc:creator>
      <dc:date>2012-08-31T21:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: MCIMXHDMICARD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184818#M8495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, thank you,&lt;/P&gt;&lt;P&gt;and if I understand it is not possible having Xserver (Desktop) on VGA and in the same time having a video playing on HDMI (by gplay).&lt;/P&gt;&lt;P&gt;Is it right?&lt;/P&gt;&lt;P&gt;Daniele.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Sep 2012 05:54:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184818#M8495</guid>
      <dc:creator>DanielePagani</dc:creator>
      <dc:date>2012-09-01T05:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: MCIMXHDMICARD</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184819#M8496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on section 45.4.6.2 in the reference manual it sounds like it would be possible. &amp;nbsp;I'm not familiar with gplay or tweaking the graphics settings for Xserver so can't say what would be involved in getting this to happen.&lt;/P&gt;&lt;P&gt;Read through chapter 45 in the i.MX53 reference manual and have a look at the bottom of page 1-9 in the IPUV3 library documentation (imx5x_IPU_LIB_UG.pdf).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Sep 2012 14:19:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MCIMXHDMICARD/m-p/184819#M8496</guid>
      <dc:creator>jpuckett</dc:creator>
      <dc:date>2012-09-04T14:19:27Z</dc:date>
    </item>
  </channel>
</rss>

