<?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: Changing the booting logo and splash screen in imx6 SoloX in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678811#M104792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;nandish gurulingappa wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hello&amp;nbsp; Bhargavi K,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above steps build your image right ?,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then you need to change the logo file .i.e&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Step1:&lt;/P&gt;&lt;P&gt;First you need to change the image format from ( * = your image name)&lt;/P&gt;&lt;P&gt;first change the .bmp file to .png file then do below steps.&lt;/P&gt;&lt;P&gt;--&amp;gt;pngtopnm linuxlogo.png &amp;gt; linuxlogo.pnm&lt;/P&gt;&lt;P&gt;--&amp;gt;pnmquant 224 linuxlogo.pnm &amp;gt; linuxlogo224.pnm&lt;/P&gt;&lt;P&gt;--&amp;gt;pnmtoplainpnm linuxlogo224.pnm &amp;gt; linuxlogo224.ppm&lt;/P&gt;&lt;P&gt;Step2:&lt;/P&gt;&lt;P&gt;Replace the your converted *.ppm file with original&amp;nbsp; *.ppm file in build/tmp/work/wandboard_quad-poky-linux-gnueabi/u-boot-fslc/v2014.10&lt;EM&gt;gitAUTOINC&lt;/EM&gt;5fd0b607d0-r0/git/tools/logos.&lt;/P&gt;&lt;P&gt;Step 3:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Recompile your Image,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After doing the above steps please let me know.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Nandish SG&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The above builded image is right.I changed the logo file .bmp to ppm as per u suggested.Converted .ppm logo replaced in above given path.Still persist same logo,not able to display mylogo.I'm getting wandboardlogo.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="wandboard.bmp"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4357iB700481E4B174E61/image-size/large?v=v2&amp;amp;px=999" role="button" title="wandboard.bmp" alt="wandboard.bmp" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I want to display the yocto project logo below mentioned in attachment .I attached screen shot of the ppm and bmp images.Please find the attachments and let me know where is the issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2018 11:28:53 GMT</pubDate>
    <dc:creator>bhargavik</dc:creator>
    <dc:date>2018-03-07T11:28:53Z</dc:date>
    <item>
      <title>Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678787#M104768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #242729; background-color: #ffffff;"&gt;I'm developing an application in Qt on imx6Solox. I created the image with Wayland and its kernel version is 4.15.2.1.0. I'm wondering how to change the Nxp logo while is shown the system is booting. Also, can I upload a video in splash screen? If yes, how? Finally, I want to make my own distro or OS for imx, how can I make this? Could you suggest me a book or an article to make these?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2017 09:19:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678787#M104768</guid>
      <dc:creator>gokhansahin</dc:creator>
      <dc:date>2017-07-21T09:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678788#M104769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls refer to the enclosed file,&amp;nbsp; focus on the chapter 5.4 Splash screen support of uboot file&lt;/P&gt;&lt;P&gt;for how to customised your own, pls refer to the chapter 7 Customization of yocto user guide.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 08:58:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678788#M104769</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-07-25T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678789#M104770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;thank you for your answer. for a splash, it will help me. However,&lt;/SPAN&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff; border: 0px;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for customizing your own distro, the information isn't enough in the documentation.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 18:01:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678789#M104770</guid>
      <dc:creator>gokhansahin</dc:creator>
      <dc:date>2017-07-25T18:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678790#M104771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where should I add this&amp;nbsp;#define CONFIG_SPLASH_SCREEN command? I don't found u-boot config file and nxp logo c file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2017 06:02:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678790#M104771</guid>
      <dc:creator>gokhansahin</dc:creator>
      <dc:date>2017-08-01T06:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678791#M104772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can you please guide "how to change yocto #&lt;STRONG&gt;splash screen&lt;/STRONG&gt; with &lt;STRONG&gt;my own logo??"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;i have imx6 board and all recipes are downloaded&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11px;"&gt;(Ubuntu 14.4)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 07:42:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678791#M104772</guid>
      <dc:creator>kkd1</dc:creator>
      <dc:date>2017-09-08T07:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678792#M104773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the /include/configs/&amp;lt;board.h&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/include/configs?h=imx_v2015.04_4.1.15_1.0.0_ga" title="http://git.freescale.com/git/cgit.cgi/imx/uboot-imx.git/tree/include/configs?h=imx_v2015.04_4.1.15_1.0.0_ga"&gt;uboot-imx.git - Freescale i.MX u-boot Tree&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 08:19:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678792#M104773</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2017-09-11T08:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678793#M104774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for reply.&lt;/P&gt;&lt;P&gt;But should i change in uboot file (.imx) or in kernel code?&lt;/P&gt;&lt;P&gt;Please guide in detail.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 09:34:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678793#M104774</guid>
      <dc:creator>kkd1</dc:creator>
      <dc:date>2017-09-11T09:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678794#M104775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; KK d,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you resolved the your issue, if not please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SGN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 05:16:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678794#M104775</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2017-10-17T05:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678795#M104776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nandish,&lt;/P&gt;&lt;P&gt;I manage the custom boot logo. but I am not through with splash screen.&lt;/P&gt;&lt;P&gt;[ logo with completely white background of LCD(1024*600).]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;Thanks for reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 08:55:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678795#M104776</guid>
      <dc:creator>kkd1</dc:creator>
      <dc:date>2017-10-17T08:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678796#M104777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KK d ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Well, your logo is white background (that means you add&amp;nbsp; your own logo image or you removed the logo image), anyway you need to do the following below steps. &lt;/P&gt;&lt;P&gt;Change The Boot Logo.&lt;/P&gt;&lt;P&gt;1. convert any *.* format image to *.png format&lt;/P&gt;&lt;P&gt;2. convert *.png format image to pnm or ppm format( you need to check which format is there in your source code),&lt;/P&gt;&lt;P&gt;3. copy the *.ppm image file to where your original source image is there and replace the name with original one.&lt;/P&gt;&lt;P&gt;4. Compile the your uImage or zImage thats it,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Changing the the Splash Screen.&lt;/P&gt;&lt;P&gt;you need to follow the below steps.&lt;/P&gt;&lt;P&gt;1. convert any *.* format image to *.png format&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. convert the *.png format to *.h format file and copy this file to original source code,&lt;/P&gt;&lt;P&gt;3. bitbake "your-image-name" thats it. New image is created copy and run the image.&lt;/P&gt;&lt;P&gt;&amp;nbsp;i hope this info is help full to you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nandish S.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2017 11:43:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678796#M104777</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2017-10-17T11:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678797#M104778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-avatarid="29349" data-externalid="" data-online="false" data-presence="null" data-userid="289195" data-username="nandishgurulingappa" href="https://community.nxp.com/people/nandishgurulingappa"&gt;nandish gurulingappa&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks for updates,&lt;/P&gt;&lt;P&gt;I am ok with 'change boot logo via zImage'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i tried to change splash screen via source code but i am not able to changed that one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) In which folder i need to add '*.png to *.h hex' file in source code? (myimage.h)&lt;/P&gt;&lt;P&gt;2) Can i copy, in this folders? E.g. ..source code/ kernel/ linux-iwg15 /arch;&amp;nbsp; &amp;nbsp;** /drivers; ** /firmware; **/ include ;** /kernel ; ** /init? or some other place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please guide!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 05:42:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678797#M104778</guid>
      <dc:creator>kkd1</dc:creator>
      <dc:date>2017-11-13T05:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678798#M104779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kk d,&lt;/P&gt;&lt;P&gt;apologize for late reply, Based on your quires my solutions is below,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I hope you know how to convert yourimage.* to yourimage.h, then follow below steps,&lt;/P&gt;&lt;P&gt;1) copy the myimage.h to ../../../sources/poky/meta-yocto/recipes-core/psplash/files/myimage.h.&lt;/P&gt;&lt;P&gt;2) MACHINE=your-machine-name&amp;nbsp; source fsl-setup-release.sh –b build –e fb.&lt;BR /&gt;3) bitbake your-image-name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nandish SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2017 05:12:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678798#M104779</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2017-12-19T05:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678799#M104780</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 Converted .png image to .ppm and copied to this location /usr/src/linux-headers-3.13.0-24/drivers/video/logo/logo_linux_clut224.ppm&lt;/P&gt;&lt;P&gt;I converted .png image to myimage.h and copied to ../sources/poky/meta-yocto/recipes-core/psplash/files/myimage.h.&lt;/P&gt;&lt;P&gt;MACHINE=wandboard-quad and source fsl-setup-release.sh -b build -e fb.After executing the source setup i got no such file or directory below mentioned.&lt;/P&gt;&lt;P&gt;bash: fsl-setup-release.sh: No such file or directory.&lt;/P&gt;&lt;P&gt;I tried with&amp;nbsp; . ./setupenvironment build, bitbake core-image-minimal.&lt;/P&gt;&lt;P&gt;Copied to sdcard and verified in my wandboard-quad,its not displaying my logo.Can you please tell me where the issue is and suggest me how to solve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 07:28:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678799#M104780</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-03-01T07:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678800#M104781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhargavi K, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you want to do ? you want to change the boot logo or splash screen image ? in the above case you mixed the info please specify what you want ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nandish S.G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 07:32:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678800#M104781</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2018-03-05T07:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678801#M104782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for replying.Im working on Linux(ubuntu).I builded the image on wandboard-quad by using yocto(dizzy branch).I want to display my logo on wandboard-quad using yocto framework ,after power-on the board i need to display mylogo.I want to change boot logo.For displaying logo what changes has to be do in yocto and what contents has to be add?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 11:00:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678801#M104782</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-03-05T11:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678802#M104783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Bhargavi K,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step1:&lt;/P&gt;&lt;P&gt;First you need to change the image format from ( * = your image name)&lt;/P&gt;&lt;P&gt;a) *.png&amp;nbsp; to *.pnm&amp;nbsp;&lt;/P&gt;&lt;P&gt;b) *.pnm to *ppm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step2:&lt;/P&gt;&lt;P&gt;Replace the your converted *.ppm file with original&amp;nbsp; *.ppm file&amp;nbsp; in .../git/driver/video/logo/*.ppm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step3:&lt;/P&gt;&lt;P&gt;Recompile your zImage or uImage or Image (The one which Image you are using for your board). by using your Cross Compiler,&amp;nbsp; Now Task is done and re-flash the image to your SD-card,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i am clear with this, after done this task if not please let me know ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Nandish SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 05:28:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678802#M104783</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2018-03-06T05:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678803#M104784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nandish gurulingappa,&lt;/P&gt;&lt;P&gt;I tried the above u suggested steps.After power on the my wandboardboard-quad it is displaying wandboard.org logo not displaying my logo.I followed steps as mentioned below is any wrong&amp;nbsp; please let me know.My actual image is below mentioned.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="whileboot.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/45509i5E1202A5901ED845/image-size/large?v=v2&amp;amp;px=999" role="button" title="whileboot.png" alt="whileboot.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Converted .png to .pnm and .pnm to .ppm&lt;/P&gt;&lt;P&gt;step-1.&lt;/P&gt;&lt;P&gt;--&amp;gt;pngtopnm whileboot.png &amp;gt; linuxlogo.pnm&lt;/P&gt;&lt;P&gt;--&amp;gt;pnmquant 224 linuxlogo.pnm &amp;gt; linuxlogo224.pnm&lt;/P&gt;&lt;P&gt;--&amp;gt;pnmtoplainpnm linuxlogo224.pnm &amp;gt; linuxlogo224.ppm&lt;/P&gt;&lt;P&gt;step-2.&lt;/P&gt;&lt;P&gt;Later moved the linuxlogo224.ppm file to &lt;STRONG&gt;build/tmp/work/wandboard_quad-poky-linux-gnueabi/linux-wandboard/3.10.17-r0/git/drivers/video/logo &lt;/STRONG&gt;replaced it as logo_linux_clut224.ppm&lt;/P&gt;&lt;P&gt;step-3.&lt;/P&gt;&lt;P&gt;Compiled the image&lt;/P&gt;&lt;P&gt;--&amp;gt;bitbake core-image-minimal&lt;/P&gt;&lt;P&gt;The image flashed to sdcard by below command&lt;/P&gt;&lt;P&gt;--&amp;gt;sudo dd if=tmp/deploy/images/wandboard-quad/core-image-minimal-wandboard-quad.sdcard of=/dev/sdb bs=4M &amp;amp;&amp;amp; sudo sync&lt;/P&gt;&lt;P&gt;And finally verified on my target board its not displayed my logo.What is the issue?Please let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 08:59:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678803#M104784</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-03-06T08:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678804#M104785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Bharghavi K,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you see in the above pic is Plash Screen not Boot logo,Then you need change the Plash Screen,please do the following steps :&lt;/P&gt;&lt;P&gt;convert yourimage.* to yourimage.h, then follow below steps,&lt;/P&gt;&lt;P&gt;1) copy the myimage.h to ../../../sources/poky/meta-yocto/recipes-core/psplash/files/myimage.h.&lt;/P&gt;&lt;P&gt;2) MACHINE=your-machine-name&amp;nbsp; source fsl-setup-release.sh –b build –e fb.&lt;BR /&gt;3) bitbake your-image-name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Nandish SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 09:55:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678804#M104785</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2018-03-06T09:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678805#M104786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi nandish,&lt;/P&gt;&lt;P&gt;Thank u,I converted the image .* to myimage.h.Copied to&lt;STRONG&gt; fsl-community-bsp/sources/poky/meta-yocto/recipes-core/psplash/files/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;While executing -&amp;gt;MACHINE=wandboard&amp;nbsp; source fsl-setup-release.sh -b build -e fb&lt;/P&gt;&lt;P&gt;I'm getting as like below mentioned.&lt;/P&gt;&lt;P&gt;bash: fsl-setup-release.sh: No such file or directory.&lt;/P&gt;&lt;P&gt;How can i solve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 11:14:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678805#M104786</guid>
      <dc:creator>bhargavik</dc:creator>
      <dc:date>2018-03-06T11:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Changing the booting logo and splash screen in imx6 SoloX</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678806#M104787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bhargavi K&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That image I uploaded Right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Nandish SG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 13:25:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-the-booting-logo-and-splash-screen-in-imx6-SoloX/m-p/678806#M104787</guid>
      <dc:creator>nandishguruling</dc:creator>
      <dc:date>2018-03-06T13:25:41Z</dc:date>
    </item>
  </channel>
</rss>

