<?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: a question about compiling uboot or kernel for imx28 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251190#M22944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks, i got sb through bootlets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2013 08:09:57 GMT</pubDate>
    <dc:creator>jonnyju</dc:creator>
    <dc:date>2013-06-03T08:09:57Z</dc:date>
    <item>
      <title>a question about compiling uboot or kernel for imx28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251185#M22939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as we all know, we call use ltib to compile all src code, and&amp;nbsp; get the image,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but if i want to compile uboot or kernel or rootfs respectivly, without using ltib,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ex: i patched kernel by hand, after configuring the kernel, run "make uImage", &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; but the uImage i get seems to be different from the one compiled with ltib, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; i use mfg tools burn two uImage into flash, but the one compiled by hand can not work,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while the one compiled with ltib works well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; so if i want to compile uboot or kernel or rootfs respectivly, without using ltib, what should be paid attention to ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 02:44:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251185#M22939</guid>
      <dc:creator>jonnyju</dc:creator>
      <dc:date>2013-05-22T02:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: a question about compiling uboot or kernel for imx28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251186#M22940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you set ARCH=arm and set CROSS_COMPILE before 'make' ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 05:23:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251186#M22940</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-22T05:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: a question about compiling uboot or kernel for imx28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251187#M22941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When compiling u-boot or kernel for i.MX28 one thing to especially consier is that i.MX28 internal ROM does not boot u-boot.bin or uImage directly. Instead those have to package in a special binary format called bootstream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, every time you build u-boot or kernel, you will have to rebuild bootstream as well, so that it takes latest u-boot and/or kernel image!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest to do this with LTIB:&lt;/P&gt;&lt;P&gt;./ltib -m prep -p kernel&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //will unpack to &amp;lt;ltib&amp;gt;/rpm/BUILD/linux-.... ; patch as needed&lt;/P&gt;&lt;P&gt;./ltib -m scbuild -p kernel //will build kernel&lt;/P&gt;&lt;P&gt;./ltib -m scdeploy -p kernel //will deploy built kernel binary to &amp;lt;ltib&amp;gt;/rootfs&lt;/P&gt;&lt;P&gt;./ltib -p boot_stream.spec -f&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Last command forces rebuild of bootstream. Do similar for u-boot as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 10:56:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251187#M22941</guid>
      <dc:creator>VladanJovanovic</dc:creator>
      <dc:date>2013-05-22T10:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: a question about compiling uboot or kernel for imx28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251188#M22942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it is easier to boot a mainline U-boot on mx28, so that you do not have to worry about the bootlets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instructions are here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.mx28_common;h=8bacaf8a5e5a19b33b695b7861510bbbdf6edf20;hb=HEAD" title="http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.mx28_common;h=8bacaf8a5e5a19b33b695b7861510bbbdf6edf20;hb=HEAD"&gt;http://git.denx.de/?p=u-boot.git;a=blob;f=doc/README.mx28_common;h=8bacaf8a5e5a19b33b695b7861510bbbdf6edf20;hb=HEAD&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 00:58:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251188#M22942</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-05-23T00:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: a question about compiling uboot or kernel for imx28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251189#M22943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;of cause i did&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 01:02:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251189#M22943</guid>
      <dc:creator>jonnyju</dc:creator>
      <dc:date>2013-05-23T01:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: a question about compiling uboot or kernel for imx28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251190#M22944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thks, i got sb through bootlets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 08:09:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/a-question-about-compiling-uboot-or-kernel-for-imx28/m-p/251190#M22944</guid>
      <dc:creator>jonnyju</dc:creator>
      <dc:date>2013-06-03T08:09:57Z</dc:date>
    </item>
  </channel>
</rss>

