<?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>Other NXP ProductsのトピックIPU Initialization to enable display during the bootloader</title>
    <link>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197229#M1862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I am new to the iMX family of processors and I need to be able to display some text before the OS image is launched.&amp;nbsp; I have the BSP for platform builder and I am looking through the IPU code tree to help with this process.&amp;nbsp; I would like to know if there is some other example code that I can look?&amp;nbsp; It would be a plus if this code demonstrated the minimum set of registers that need to initialized to get an image displayed on the screen.&amp;nbsp; Any help is appricated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jason&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Oct 2008 02:49:28 GMT</pubDate>
    <dc:creator>jasona</dc:creator>
    <dc:date>2008-10-25T02:49:28Z</dc:date>
    <item>
      <title>IPU Initialization to enable display during the bootloader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197229#M1862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I am new to the iMX family of processors and I need to be able to display some text before the OS image is launched.&amp;nbsp; I have the BSP for platform builder and I am looking through the IPU code tree to help with this process.&amp;nbsp; I would like to know if there is some other example code that I can look?&amp;nbsp; It would be a plus if this code demonstrated the minimum set of registers that need to initialized to get an image displayed on the screen.&amp;nbsp; Any help is appricated.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jason&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2008 02:49:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197229#M1862</guid>
      <dc:creator>jasona</dc:creator>
      <dc:date>2008-10-25T02:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: IPU Initialization to enable display during the bootloader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197230#M1863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Jason,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In the MX27/MX31 BSPs an image is displayed during kernel bootup. You can see the detail of the implementation by looking at this patch: &lt;A href="http://www.bitshrine.org/gpp/linux-2.6.24-mx-Add-MX27-MX31-and-MX32-splash-screens-to-k.patch" rel="nofollow" target="_blank"&gt;http://www.bitshrine.org/gpp/linux-2.6.24-mx-Add-MX27-MX31-and-MX32-splash-screens-to-k.patch&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Fabio Estevam&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 00:07:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197230#M1863</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2008-10-30T00:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: IPU Initialization to enable display during the bootloader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197231#M1864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Fabio,&lt;BR /&gt;Thanks for the response.&amp;nbsp; I am looking how I can do this same thing in the boot loader before the boot loader launches the OS.&amp;nbsp; Can you point me into a code sample direction that will allow me to do this in the boot loader?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jason&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 19:22:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197231#M1864</guid>
      <dc:creator>jasona</dc:creator>
      <dc:date>2008-10-31T19:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: IPU Initialization to enable display during the bootloader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197232#M1865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Jason,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Basically what you need to do in your bootloader is to initiliaze the LCD controller and then you can load your image in the framebuffer memory.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;As a reference you can use the concept done on the MX27: &lt;A href="http://www.emgware.com/low_cost_imx_tools/" rel="nofollow" target="_blank"&gt;http://www.emgware.com/low_cost_imx_tools/&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(Look at Video5 and iMX27 Scripts)&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;This is initiliazation is&amp;nbsp;done via JTAG, but you could add it to your bootloader code.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Regards,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Fabio Estevam&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 20:02:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197232#M1865</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2008-10-31T20:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: IPU Initialization to enable display during the bootloader</title>
      <link>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197233#M1866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Fabio,&lt;BR /&gt;Thanks for the link it got me closer.&amp;nbsp; Unfortunately, I am still not able to get an image or just text to display in my boot loader.&amp;nbsp; I have gone over the IPU documentation and looked at the WinCE driver initialization.&amp;nbsp; I am thinking that there must be a control register that I have not gotten initialized properly but I cannot seem to find it.&amp;nbsp; Any suggestions would be appricated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jason&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Nov 2008 21:59:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Other-NXP-Products/IPU-Initialization-to-enable-display-during-the-bootloader/m-p/197233#M1866</guid>
      <dc:creator>jasona</dc:creator>
      <dc:date>2008-11-13T21:59:40Z</dc:date>
    </item>
  </channel>
</rss>

