<?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: U-boot Logo Splash Display</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766402#M119036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out that the LCD display is turned-off in the arch_preboot_os before transferring the control to kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2018 22:11:50 GMT</pubDate>
    <dc:creator>davidzhou</dc:creator>
    <dc:date>2018-02-07T22:11:50Z</dc:date>
    <item>
      <title>U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766397#M119031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an imx6ul development board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have managed displaying customized LOGO Splash on LCD through u-boot (drivers\video\cfb_console.c) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that the image is faded during the kernel loading and goes to totally black during the LCD driver in the kernel re-initializing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not sure is there a way to prove that, such as delayed kernel LCD loading, disable re-initialization totally, combining kernel LCD driver with u-boot LCD driver, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone give me some suggestions what is a better way to prove it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2018 19:11:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766397#M119031</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2018-01-29T19:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766398#M119032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look at uboot logo patches&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-98109"&gt;Patch to support uboot logo keep from uboot to kernel for NXP Linux and Android BSP (HDMI, LCD and LVDS)&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Mon, 29 Jan 2018 23:24:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766398#M119032</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-01-29T23:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766399#M119033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Igor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2018 13:54:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766399#M119033</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2018-01-30T13:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766400#M119034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I started to modify the U-boot and Kernel for the logo display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But first thing is the LOGO display fades to white screen as soon as the U-boot calls&lt;/P&gt;&lt;P&gt;boot_jump_linux()&lt;/P&gt;&lt;P&gt;and transferring control to kernel. (Starting Kernel…)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don’t see any code patch for U-boot to keep the logo displayed. If the display starts fading when control handles over to kernel, doesn’t matter to make kernel LCD driver as late init nad uses Uboot LCD. Did I miss something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or I am using a different version of uboot LCD driver code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Feb 2018 22:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766400#M119034</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2018-02-05T22:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766401#M119035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you try with nxp uboot/linux releases described on&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.nxp.com%2Fsupport%2Fdeveloper-resources%2Frun-time-software%2Fi.mx-developer-resources%2Fi.mx-6series-i.mx-7series-software-and-development-tool-resources%3AIMX_SW" rel="nofollow" target="_blank"&gt;https://www.nxp.com/support/developer-resources/run-time-software/i.mx-developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&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>Mon, 05 Feb 2018 22:52:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766401#M119035</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-02-05T22:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766402#M119036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured out that the LCD display is turned-off in the arch_preboot_os before transferring the control to kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2018 22:11:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766402#M119036</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2018-02-07T22:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766403#M119037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, Igor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue affects me, too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it mean that you did not find a solution to this problem? It means that it is not possible to display an optimal quality splash screen during the total boot process of the imx6 colibri? I.e., there will be a small gap while the&amp;nbsp;lcd is not refreshed and fades to white?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferenc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2018 20:59:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766403#M119037</guid>
      <dc:creator>circum</dc:creator>
      <dc:date>2018-02-20T20:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766404#M119038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor, Ferenc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I moved splash logo into Uboot, so it displays about 1 sec. I made changes to kernel LCD driver not be loaded during initialization. It is loaded until it is enabled by a user space driver, which is called by application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems to be working. More tests is needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Zhou&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2018 14:04:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766404#M119038</guid>
      <dc:creator>davidzhou</dc:creator>
      <dc:date>2018-02-21T14:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: U-boot Logo Splash Display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766405#M119039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I also see a blip on the display when transitioning uboot to kernel. I use the same image for both splash logo. Did you confirm that the solution is to not reinitialize the display module in the kernel? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 17:03:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/U-boot-Logo-Splash-Display/m-p/766405#M119039</guid>
      <dc:creator>dtran11</dc:creator>
      <dc:date>2020-04-23T17:03:50Z</dc:date>
    </item>
  </channel>
</rss>

