<?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 boot logo in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149764#M823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But remember that when working with iMX28 it's not the pure kernel image (uImage) that you use, but the imx28_linux.sb file, which has to be regenerated as well when you change the kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To rebuild imx28_linux.sb you can do:&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are constantly changing the kernel, you can do:&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -m prep&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -m scbuild&lt;/P&gt;&lt;P&gt;And then only:&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -m scdeploy, each time you change the kernel, which should save you some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Mar 2012 12:55:39 GMT</pubDate>
    <dc:creator>RogerioNunes</dc:creator>
    <dc:date>2012-03-30T12:55:39Z</dc:date>
    <item>
      <title>Changing boot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149762#M821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems like a noob question, but I can't find the answer anywhere.....&lt;/P&gt;&lt;P&gt;I have changed, and even disabled the boot logo for my iMX28EVK in the kernel menus, but the logo is still being presented on display at boot.&lt;/P&gt;&lt;P&gt;Is there anything special about he build process for the MX28 tools chain that I need to do to change the logo?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 23:19:59 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149762#M821</guid>
      <dc:creator>JamesRobinson</dc:creator>
      <dc:date>2012-03-29T23:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing boot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149763#M822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Unchecking  Device Drivers &amp;gt; Graphics Support &amp;gt; Bootup Logo  should be enough to turn off boot logo.  Regards Ahmet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 05:33:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149763#M822</guid>
      <dc:creator>AhmetYUCE</dc:creator>
      <dc:date>2012-03-30T05:33:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing boot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149764#M823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But remember that when working with iMX28 it's not the pure kernel image (uImage) that you use, but the imx28_linux.sb file, which has to be regenerated as well when you change the kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To rebuild imx28_linux.sb you can do:&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are constantly changing the kernel, you can do:&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -m prep&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -m scbuild&lt;/P&gt;&lt;P&gt;And then only:&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -m scdeploy, each time you change the kernel, which should save you some time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Mar 2012 12:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149764#M823</guid>
      <dc:creator>RogerioNunes</dc:creator>
      <dc:date>2012-03-30T12:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Changing boot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149765#M824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahmet, I did this an it still shows up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rogerio, Ya this is a big time saver seeing that I am playing with the full gcc tool set and Mono... Takes almost &amp;gt;5min to load the sd card, even with a fast sd card.&lt;/P&gt;&lt;P&gt;Sooooo.....&lt;/P&gt;&lt;P&gt;Did Freescale do&amp;nbsp;something&amp;nbsp;weird&amp;nbsp;and hardcode the logo on the MX28?&lt;/P&gt;&lt;P&gt;Has anyone tried&amp;nbsp;turning&amp;nbsp;off the logo after the&amp;nbsp;first&amp;nbsp;build?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2012 14:18:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149765#M824</guid>
      <dc:creator>JamesRobinson</dc:creator>
      <dc:date>2012-03-31T14:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: Changing boot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149766#M825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've changed then disabled boot up logo using the kernel options to above. Bootlets have nothing about framebuffer, there is no u-boot, so logo is up to the kernel. If you are not using LTIB, i would suggest using LTIB to build imx28_ivt_linux.sb kernel image. It's easiest way to get a patched kernel source tree and combine bootlets &amp;amp; kernel into a single .sb file.  Regards Ahmet&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 Apr 2012 08:00:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149766#M825</guid>
      <dc:creator>AhmetYUCE</dc:creator>
      <dc:date>2012-04-01T08:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Changing boot logo</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149767#M826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the weird part, I am using LTIB to build my kernel and I have added support for the USB wireless dongle and also a custom driver added to the build tree. I have compiled them in and not left them as modules. I see the new drivers, but when I turn off the logo option it still shows.....&lt;/P&gt;&lt;P&gt;I will try again tonight to disable the logo and rebuild the .sb.&lt;/P&gt;&lt;P&gt;Thanks for your help on this.&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 00:02:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Changing-boot-logo/m-p/149767#M826</guid>
      <dc:creator>JamesRobinson</dc:creator>
      <dc:date>2012-04-03T00:02:22Z</dc:date>
    </item>
  </channel>
</rss>

