<?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: Porting a kernel</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189006#M9266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, share your results when you finish ;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Dec 2011 13:13:05 GMT</pubDate>
    <dc:creator>daiane_angolini</dc:creator>
    <dc:date>2011-12-02T13:13:05Z</dc:date>
    <item>
      <title>Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188992#M9252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for some guidance on how to tackle a kernel boot problem. I have been using a i.MX53 Emtrion SOM, this module comes with its own BSP with a 2.6.35.3 kernel, there are some outdated drivers and features missing in the BSP, however they are contained in the 2.6.38 kernel hosted in Freescales git repo here&amp;nbsp;&lt;A href="http://opensource.freescale.com/git?p=imx/linux-2.6-imx.git;a=summary"&gt;http://opensource.freescale.com/git?p=imx/linux-2.6-imx.git;a=summary&lt;/A&gt;. There I am attempting a port.&lt;/P&gt;&lt;P&gt;I have been hacking the 2.6.38 kernel with information from the Emtrion BSP kernel in the hope that I could get the board to boot to some degree. I have managed to build the 2.3.38 kernel but when the board boots it gets stuck at the "booting kernel" message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Calculated data checksum = 0x221d9f41 (OK)&lt;/P&gt;&lt;P&gt;linux will be booted now&lt;/P&gt;&lt;P&gt;## Booting kernel from Legacy Image at 70800000 ...&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Image Name: &amp;nbsp; Linux-2.6.38-ga269596-dirty&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Created: &amp;nbsp; &amp;nbsp; &amp;nbsp;2011-11-23 &amp;nbsp; 9:29:59 UTC&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Image Type: &amp;nbsp; ARM Linux Kernel Image (uncompressed)&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Data Size: &amp;nbsp; &amp;nbsp;2140812 Bytes = 2 MiB&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Load Address: 70008000&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Entry Point: &amp;nbsp;70008000&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Verifying Checksum ... OK&amp;nbsp; &amp;nbsp;&lt;BR /&gt;Loading Kernel Image ... OK&lt;BR /&gt;Starting kernel ...&lt;/P&gt;&lt;P&gt;Uncompressing Linux... done, booting the kernel.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have put some printks in my board init function but it would appear the the boot process isn't even getting as far as the board init, could anyone offer up some suggestions on where I should be looking to try and fix this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;W.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Nov 2011 09:48:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188992#M9252</guid>
      <dc:creator>wayne_ng</dc:creator>
      <dc:date>2011-11-23T09:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188993#M9253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wayne,&lt;/P&gt;&lt;P&gt;Have you made much progress on getting your kernel to boot? I'm trying to use the 2.6.38 kernel from the freescale site as well and running into the same problem. Although, I'm using the i.MX53 Quick Start Board, I think your problem is very similar to mine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 22:20:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188993#M9253</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2011-11-29T22:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188994#M9254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Donald,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not getting much further, spoke to some people on the arm-linux mailing list and it turns out that 2.6.38 has not been tested on imx5.&amp;nbsp;In also tried enabling earlyprintk but this had no affect on the console output, it was highlighted in the mailing list that there may be a timing difference between uboot and the kernel. Support was limited due to the FSL kernel not being mainlined.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am thinking about shelving this endeavour and try and solve my core problem within the 2.6.35 kernel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I Sorry I couldn't be any help, though keep us update on any progress&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Wayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 08:50:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188994#M9254</guid>
      <dc:creator>wayne_ng</dc:creator>
      <dc:date>2011-11-30T08:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188995#M9255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you guys tried the kernel source code from Linaro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For "Uncompressing Linux... done, booting the kernel." stuck problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- does your kernel command line have the console config?&lt;/P&gt;&lt;P&gt;2- did you configured kernel properly choosing the right board?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:16:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188995#M9255</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-11-30T14:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188996#M9256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I haven't tried linaro I take it it may be worth a shot?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- bootargs are passed from uboot which work fine for the 2.6.35 kernel so I just assumed they are ok for 2.6.38&lt;/P&gt;&lt;P&gt;2- my board config is based on the mx53 evk I have just replicated the board config from the 2.6.35 source tree that I have working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:20:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188996#M9256</guid>
      <dc:creator>wayne_ng</dc:creator>
      <dc:date>2011-11-30T14:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188997#M9257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I know kernel from linaro is 3.1 already, and I was able to boot my imx53QSB using it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least, you can try to use it as a sample code to work with&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 14:45:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188997#M9257</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-11-30T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188998#M9258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will give the linaro 2.6.38 &amp;amp; 3.1 kernels a shot then and see how that works out. &amp;nbsp;But, like Wayne, I passed the same bootargs that were passed in to my 2.6.35 kernel that was working as well. &amp;nbsp;I was also using the imx5_defconfig for my QSB, which I believe to be the right configuration file for the imx53QSB.&lt;BR /&gt; &lt;BR /&gt;&lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/porting-a-kernel?groupUrl=bringup-and-build&amp;amp;#4103961Comment47097"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Have you guys tried the kernel source code from Linaro?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For "Uncompressing Linux... done, booting the kernel." stuck problem:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1- does your kernel command line have the console config?&lt;/P&gt;&lt;P&gt;2- did you configured kernel properly choosing the right board?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:10:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188998#M9258</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2011-11-30T15:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188999#M9259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daiane can I ask if you ran into any trouble getting peripherals to work i.e i2c and spi?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:11:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/188999#M9259</guid>
      <dc:creator>wayne_ng</dc:creator>
      <dc:date>2011-11-30T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189000#M9260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't tested it. So I don't know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look here to know what is supported&lt;/P&gt;&lt;P&gt;&lt;A href="http://git.linaro.org/gitweb?p=bsp/freescale/linux-linaro.git;a=blob;f=arch/arm/mach-mx5/board-mx53_loco.c;h=fe3199b66412ce715713f6d7dd699f4d14a9fda3;hb=HEAD" target="_blank"&gt;http://git.linaro.org/gitweb?p=bsp/freescale/linux-linaro.git;a=blob;f=arch/arm/mach-mx5/board-mx53_loco.c;h=fe3199b66412ce715713f6d7dd699f4d14a9fda3;hb=HEAD&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 15:19:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189000#M9260</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-11-30T15:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189001#M9261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Daiane, did you grab the linaro 3.1 kernel from this repo&amp;nbsp;&lt;A href="http://git.linaro.org/gitweb?p=bsp/freescale/linux-linaro.git;a=summary" target="_blank"&gt;Linaro-3.1&lt;/A&gt;? I went there and grabbed the snapshot of the lt-3.1 head, but I'm still getting the&amp;nbsp;&lt;EM&gt;Uncompressing Linux... done, booting the kernel&lt;/EM&gt; hang up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the bootargs I'm passing to the kernel&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;console=ttymxc0,115200 root=/dev/mmcblk0p1 rw rootfstype=ext3 rootwait&amp;nbsp;video=mxcdi0fb:RGB24,1024x768M@60&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And I compiled the kernel with the &lt;EM&gt;lt-mx5_defconfig&lt;/EM&gt; file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do my bootargs look right and am I using the correct file?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/porting-a-kernel?groupUrl=bringup-and-build&amp;amp;#4103961Comment47189"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;As I know kernel from linaro is 3.1 already, and I was able to boot my imx53QSB using it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At least, you can try to use it as a sample code to work with&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 16:41:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189001#M9261</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2011-11-30T16:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189002#M9262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you upgraded u-boot either?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually&amp;nbsp;I cannot remember how I configured my kernel. But I can remember I have make menuconfig and then chose mx53_loco&amp;nbsp;manually&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using a&amp;nbsp;different&amp;nbsp;machine id for your custom board? It can cause some misunderstood as well&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 18:00:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189002#M9262</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-11-30T18:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189003#M9263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using u-boot 2011.06 actually. &amp;nbsp;I looked in the arch/arm/configs directory of my kernel source, and I didn't see a mx53_loco, but I did see a imx5_defconfig. &amp;nbsp;So, I guess that one is the next best thing? &amp;nbsp;I actually have the i.MX53QSB, but I'm not sure which machine id i'm using. &amp;nbsp;How do I check it to make sure u-boot and the kernel match?&lt;BR /&gt; &lt;BR /&gt;&lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/porting-a-kernel?groupUrl=bringup-and-build&amp;amp;#4103961Comment47195"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;Have you upgraded u-boot either?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually&amp;nbsp;I cannot remember how I configured my kernel. But I can remember I have make menuconfig and then chose mx53_loco&amp;nbsp;manually&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you using a&amp;nbsp;different&amp;nbsp;machine id for your custom board? It can cause some misunderstood as well&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Nov 2011 19:10:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189003#M9263</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2011-11-30T19:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189004#M9264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you´re using imx53QSB you don´t need to care about machine ID. (only in case you have a custom kernel and a custom u-boot).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe&amp;nbsp;imx5_defconfig should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take the u-boot from linaro (that one inside freescale directory, likely kernel you have taken)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 13:19:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189004#M9264</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-12-01T13:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189005#M9265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try the linaro u-boot with the linaro-3.1 kernel when I get another SD card. &amp;nbsp;I think I will use the Freescale 2.6.35.3 kernel and corresponding u-boot since I almost have it working now. &amp;nbsp;Thanks for your assistance!&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Daiane Angolini said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/porting-a-kernel?groupUrl=bringup-and-build&amp;amp;#4103961Comment47922"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;if you´re using imx53QSB you don´t need to care about machine ID. (only in case you have a custom kernel and a custom u-boot).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I believe&amp;nbsp;imx5_defconfig should work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take the u-boot from linaro (that one inside freescale directory, likely kernel you have taken)&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 01:27:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189005#M9265</guid>
      <dc:creator>DonaldR_PooleJr</dc:creator>
      <dc:date>2011-12-02T01:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189006#M9266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, share your results when you finish ;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Dec 2011 13:13:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189006#M9266</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-12-02T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Porting a kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189007#M9267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have succeeded in booting the i.mx53 QSB with just about every linux kernel I have tried.&lt;/P&gt;&lt;P&gt;Though newer kernels - 3.1, 3.2 often do not have drivers for all hardware.&lt;/P&gt;&lt;P&gt;My normal process - used for many boards, is to find a working config file for that board or something similar, from an older or newer linux, or even a similar board. Copy that to the root of the linux kernel source as .config and make the kernel with the correct arguments and settings for your cross compiler, ....&lt;/P&gt;&lt;P&gt;If the .config does not quite match the version of linux you are building, the build process will ask questions regarding things it can not figure out. Look at those carefully and answer them correctly.&lt;/P&gt;&lt;P&gt;Failing immediately after the uncompressing kernel message suggests either u-boot or relocation issues.&lt;/P&gt;&lt;P&gt;Is the kernel/uimage being built with the correct zreladdr-y ? Does that match the one used by mkimage, and the u-boot load address for the kernel ?&lt;/P&gt;&lt;P&gt;My make line is&lt;/P&gt;&lt;P&gt;Makefile ARCH=arm&amp;nbsp;&amp;nbsp; CROSS_COMPILE=arm-linux- zreladdr-y=0x70008000 uImage&lt;/P&gt;&lt;P&gt;Alternately early printk's may not be enabled in your .config.&lt;/P&gt;&lt;P&gt;Regardless, the absence of messages after the decompressing kernel message suguests a gross misconfiguration rather than an incorrect driver.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2012 19:37:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Porting-a-kernel/m-p/189007#M9267</guid>
      <dc:creator>dhlii</dc:creator>
      <dc:date>2012-01-10T19:37:54Z</dc:date>
    </item>
  </channel>
</rss>

