<?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: How to enable Kernel Splash Screen? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775369#M120367</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;There is some thing wrong in my export picture; in GIMP. I can't not find what wrong, so I change to ImageMagic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Oct 2019 04:44:40 GMT</pubDate>
    <dc:creator>trongthinh</dc:creator>
    <dc:date>2019-10-10T04:44:40Z</dc:date>
    <item>
      <title>How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775365#M120363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;My screen size is 1024x600. This is kernel source&lt;A href="https://github.com/Freescale/linux-fslc.git"&gt; linux-fslc&lt;/A&gt;&amp;nbsp;(branch 4.1-1.0.x-imx) on GitHub that I used. Below are my steps to enable splash screen in kernel:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;1. Create an image (logo_custom_clut224.png)&amp;nbsp;which resolution is 1024x600 then export it to &lt;STRONG&gt;ppm&lt;/STRONG&gt; extension by using GIMP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;2. Add the line below to "include/linux/linux_logo.h"&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #000000;"&gt;extern const struct linux_logo logo_custom_clut224;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;3. Add these line to "drivers/video/logo/logo.c"&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;#ifdef CONFIG_LOGO_CUSTOM_CLUT224&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; logo = &amp;amp;logo_custom_clut224;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; #endif&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;4. Add a line to Makefile "drivers/video/logo/Makefile"&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;obj-$(CONFIG_LOGO_CUSTOM_CLUT224) += logo_custom_clut224.o&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;5. Add these line to Kconfig "drivers/video/logo/Kconfig"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;config CONFIG_LOGO_CUSTOM_CLUT224&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;bool "Standard 224-color&amp;nbsp;custom logo"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;default n&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;6. Reconfiguring kernel using menuconfig. &lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;STRONG&gt;CONFIG_LOGO_CUSTOM_CLUT224=y&lt;/STRONG&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;7. Rebuild kernel. Built success.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Unfortunately, The splash screen didn't show. Can Anyone give some advice? Is there anything wrong with my picture?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 May 2018 09:51:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775365#M120363</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2018-05-22T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775366#M120364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thinh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try with nxp 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;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_1.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/?h=imx_4.1.15_1.0.0_ga"&gt;linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;linux-fslc is community version and supported on meta-fsl-arm mailing list:&lt;BR /&gt;&lt;A href="https://lists.yoctoproject.org/listinfo/meta-freescale"&gt;https://lists.yoctoproject.org/listinfo/meta-freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/message/402940#402940"&gt;https://community.nxp.com/message/402940#402940&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>Tue, 22 May 2018 23:05:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775366#M120364</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-05-22T23:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775367#M120365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;igorpadykov&lt;/P&gt;&lt;P&gt;Splash screen in bootloader is a good solutions, yet It is too complex for me now. The good solution is to do splash screen in kernel.&amp;nbsp; I tried rebuild kernel too many times with difference image size. I found that the picture which size is larger than 1000x586 cannot be displayed. I still don't understand why?&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2018 08:00:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775367#M120365</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2018-05-23T08:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775368#M120366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thinh, (and &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you been able to solve this problem? It also exists in the NXP Linux 4.9 kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 12:59:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775368#M120366</guid>
      <dc:creator>timgruijters</dc:creator>
      <dc:date>2019-09-24T12:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775369#M120367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tim,&lt;/P&gt;&lt;P&gt;There is some thing wrong in my export picture; in GIMP. I can't not find what wrong, so I change to ImageMagic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2019 04:44:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775369#M120367</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2019-10-10T04:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775370#M120368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Thinh&lt;/P&gt;&lt;P&gt;I am trying to do the same thing but for android. I followed your steps up until step 6&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;6. Reconfiguring kernel using menuconfig.&amp;nbsp;&lt;STRONG style="color: #51626f; border: 0px; font-weight: bold;"&gt;CONFIG_LOGO_CUSTOM_CLUT224=y&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How to do it?&lt;/P&gt;&lt;P&gt;I tried under "vender/nxp-opensource/kernel"&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;make menuconfig&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;But there's nothing loaded under "&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;Device Drivers -&amp;gt; Graphics support -&amp;gt; Bootup logo". If I click "load", there's no file called .config either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; font-size: 14px;"&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2020 21:35:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775370#M120368</guid>
      <dc:creator>lshi</dc:creator>
      <dc:date>2020-06-04T21:35:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775371#M120369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lei Shi,&lt;/P&gt;&lt;P&gt;Which android version are you using? Below is an example for android 9.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/112042iFC123BAC38CAAE23/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;there's no file called .config either.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&amp;gt; in this example do command $make imx_v7_android_defconfig. this step load defaul configuration and create .con file. Remember EXPORT cross compiler before doing config.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 04:59:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775371#M120369</guid>
      <dc:creator>trongthinh</dc:creator>
      <dc:date>2020-06-05T04:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable Kernel Splash Screen?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775372#M120370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Thinh,&lt;/P&gt;&lt;P&gt;Thank you!&amp;nbsp;I am using Android p9. I wonder when/how should I do the "menuconfig":&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;make&amp;nbsp;menuconfig&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;as you did in step6 before building the kernel?&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;make KCFLAGS=-mno-android&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When I do "make menuconfig", I see nothing under&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Device Drivers -&amp;gt; Graphics support -&amp;gt; Bootup logo".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff; border: 0px; font-size: 14px;"&gt;Lei&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2020 14:26:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-enable-Kernel-Splash-Screen/m-p/775372#M120370</guid>
      <dc:creator>lshi</dc:creator>
      <dc:date>2020-06-05T14:26:57Z</dc:date>
    </item>
  </channel>
</rss>

