<?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: Prepare kernel and root FS on imx51</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145501#M32</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need bootloader &amp;amp; kernel Image that are available in the package. Isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 13:49:54 GMT</pubDate>
    <dc:creator>KrishnaPavan</dc:creator>
    <dc:date>2012-03-16T13:49:54Z</dc:date>
    <item>
      <title>Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145493#M24</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I followed the procedure in &lt;A href="http://eewiki.net/display/linuxonarm/i.MX51+EVK"&gt;http://eewiki.net/display/linuxonarm/i.MX51+EVK&lt;/A&gt;&amp;nbsp;to run the latest linux kernel (stable version, 3.2.10) on an imx51 Freescale board with a linux&amp;nbsp; rootFS of our choice. The uImage that I generate from my kernel zImage is 2.3MB and I packed it into my boot partition. However it turns out that the rootfile system(a .tgz file) which I downloaded is 723MB and when I tar it into my rootfs partition it has a size of 1.7GB. Is there some mistake? I am not able to correctly set the u-boot parameters as I am confused. I have the u-boot.imx after compiling u-boot sources.This is what I have:&lt;BR /&gt; sudo dd if=u-boot.imx of=${DISK} seek=1 bs=1024&lt;BR /&gt; Followed by setting of the partitions as follows:&lt;BR /&gt; unallocated: 5MB&lt;BR /&gt; fat16:boot: 50MB&lt;BR /&gt; ext4:rootfs:3.6GB(rest of the 4GB SD card)&lt;BR /&gt; I then copy the uImage, boot.scr to the boot partition and then I tar &amp;amp;copy the rootfs.tgz and kernel sources to the rootfs.&lt;/P&gt;&lt;P&gt;Here is what I set in boot.scr:&lt;BR /&gt; setenv bootcmd ‘fatload mmc 0:1 0×90800000 uImage; bootm 0×90800000′&lt;BR /&gt; setenv bootargs console=ttymxc0,115200 console=tty0 root=/dev/mmcblk0p2 rootwait ro rootfstype=ext4 mxcdi1fb:1280x720M@60&lt;BR /&gt; boot&lt;/P&gt;&lt;P&gt;How do I set the right addresses in the above file? I don’t understand it&amp;nbsp;&lt;IMG alt=":(" src="http://s0.wp.com/wp-includes/images/smilies/icon_sad.gif?m=1336659725g" /&gt;&lt;BR /&gt; Perhaps because of this, while I boot up my imx device: I get the following message:&lt;/P&gt;&lt;P&gt;U-Boot 2011.12 (Mar 13 2012 – 14:15:41)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX51 family rev3.0 at 800 MHz&lt;BR /&gt; Reset cause: POR&lt;BR /&gt; Board: MX51EVK&lt;BR /&gt; DRAM: 512 MiB&lt;BR /&gt; WARNING: Caches not enabled&lt;BR /&gt; MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt; MMC: no card present&lt;BR /&gt; MMC init failed&lt;BR /&gt; Using default environment&lt;/P&gt;&lt;P&gt;In: serial&lt;BR /&gt; Out: serial&lt;BR /&gt; Err: serial&lt;BR /&gt; Net: FEC&lt;BR /&gt; Warning: failed to set MAC address&lt;/P&gt;&lt;P&gt;Hit any key to stop autoboot: 0&lt;BR /&gt; MMC: no card present&lt;BR /&gt; Booting from net …&lt;BR /&gt; BOOTP broadcast 1&lt;BR /&gt; BOOTP broadcast 2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 21:56:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145493#M24</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-14T21:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145494#M25</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MMC: no card present&lt;/P&gt;&lt;P&gt;I think you need to look at this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 11:39:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145494#M25</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-15T11:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145495#M26</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does this mean?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 16:06:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145495#M26</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-15T16:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145496#M27</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 think, SW Configuration has to be done, if you are on EVK.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 08:11:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145496#M27</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-16T08:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145497#M28</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you be more elaborate. I am actully just following &lt;A href="http://eewiki.net/display/linuxonarm/i.MX51+EVK" target="_blank"&gt;http://eewiki.net/display/linuxonarm/i.MX51+EVK&lt;/A&gt; to get our own desired rootFS running. The only issue I have is to connect via git. I do not know where to download the imx51 supported Kernel and BSP from. The link suggests:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV class="container" title="Hint: double-click to select code"&gt;&lt;DIV class="number1 alt2 index0 line"&gt;&lt;CODE class="java plain"&gt;git clone git:&lt;/CODE&gt;&lt;CODE class="java comments"&gt;//github.com/RobertCNelson/imx-devel.git&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV class="number2 alt1 index1 line"&gt;&lt;CODE class="java plain"&gt;cd imx-devel&lt;/CODE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="number3 alt2 line index2"&gt;&lt;CODE class="java plain"&gt;git checkout origin/imx-bsp -b imx-bsp&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV class="number3 alt2 line index2"&gt;&lt;/DIV&gt;&lt;DIV class="number3 alt2 line index2"&gt;But I have problems getting the Git to work. So Which kernel sources should I download?&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 10:56:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145497#M28</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-16T10:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145498#M29</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here, you have a working binary LINUX for i.MX51EVK from Freescale.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCIMX51EVKJ&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab#" target="_blank"&gt;Requires_Register_to_Access_in_Freescale_Linux_Binary_Demo&lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards :: Krishna Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 11:00:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145498#M29</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-16T11:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145499#M30</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is what I get:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;git clone &lt;A href="http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git" target="_blank"&gt;http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git&lt;/A&gt;&lt;BR /&gt;Cloning into linux-2.6-imx...&lt;BR /&gt;error: Failed connect to opensource.freescale.com:8080; Connection timed out while accessing &lt;A href="http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git/info/refs" target="_blank"&gt;http://opensource.freescale.com/pub/scm/imx/linux-2.6-imx.git/info/refs&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;fatal: HTTP request failed&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 11:14:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145499#M30</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-16T11:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145500#M31</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi krishna Pavan, thanks for the link. The only problem with those sources is, there is no config for mx5_defconfig defined :( Do you have link to newer sources&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:42:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145500#M31</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-16T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145501#M32</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need bootloader &amp;amp; kernel Image that are available in the package. Isn't it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:49:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145501#M32</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-16T13:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145502#M33</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start your work with&lt;A href="http://eewiki.net/display/linuxonarm/i.MX51+EVK#i.MX51EVK-Available%3A"&gt;http://eewiki.net/display/linuxonarm/i.MX51+EVK#i.MX51EVK-Available%3A&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://eewiki.net/display/linuxonarm/i.MX51+EVK#i.MX51EVK-Available%3A"&gt;Root File System &lt;BR /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://eewiki.net/display/linuxonarm/i.MX51+EVK#i.MX51EVK-SetupmicroSDcard"&gt;Setup microSD card&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 13:51:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145502#M33</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-16T13:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145503#M34</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the issue is I have the board and I want to use a newer uboot and kernel for the imx51 board. I systematically followed the website link you mentioned.(which was by the way what I had been following from the beginning). The issue came up when my git connection failed to work. I managed to download and compile the uboot(the exact version that is mentioned here). However I am unable to get the imx-kernel sources. The freescale working binary uses an older kernel and it does not have the imx51_defconfig. I need a version like say 2.6.38 which supports it. Since my git doesn't work any idea where/how else can I get this imx kernel??&lt;BR /&gt; &lt;BR /&gt; &lt;CITE&gt;Krishna Pavan said:&lt;/CITE&gt;&lt;/P&gt;&lt;BLOCKQUOTE cite="http://imxcommunity.org/forum/topics/genivi-cassini-root-fs-on-imx51#4103961Comment63497"&gt;&lt;DIV&gt;&lt;DIV class="xg_user_generated"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need bootloader &amp;amp; kernel Image that are available in the package. Isn't it?&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:09:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145503#M34</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-16T14:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145504#M35</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That will not make any difference.&lt;/P&gt;&lt;P&gt;What I would tell is that, RootFS is the only thing, that you should be concerned about.&lt;/P&gt;&lt;P&gt;So, I think you can go with the above steps.&lt;/P&gt;&lt;P&gt;Also 2.6.38 is a recent kernel, which is not upstream.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 14:15:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145504#M35</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-16T14:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145505#M36</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I get the following error. Atleast &lt;STRONG&gt;MMC : no card present&lt;/STRONG&gt; error is not there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MX51EVK U-Boot &amp;gt; printenv&lt;/STRONG&gt;&lt;BR /&gt;baudrate=115200&lt;BR /&gt;bootargs=console=ttymxc0,115200 console=tty0 root=/dev/mmcblk0p2 rootwait ro rootfstype=ext4 mxcdi1fb:1280x720M@60&lt;BR /&gt;bootcmd=fatload mmc 0:1 0x90800000 uImage; bootm 0x90800000&lt;BR /&gt;bootdelay=3&lt;BR /&gt;bootscript=echo Running bootscript from mmc ...; source&lt;BR /&gt;ethact=FEC&lt;BR /&gt;loadaddr=0x90800000&lt;BR /&gt;loadbootscript=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${script};&lt;BR /&gt;loaduimage=fatload mmc ${mmcdev}:${mmcpart} ${loadaddr} ${uimage}&lt;BR /&gt;mmcargs=setenv bootargs console=ttymxc0,${baudrate} root=${mmcroot} rootfstype=${mmcrootfstype}&lt;BR /&gt;mmcboot=echo Booting from mmc ...; run mmcargs; bootm&lt;BR /&gt;mmcdev=0&lt;BR /&gt;mmcpart=1&lt;BR /&gt;mmcroot=/dev/mmcblk0p3 rw&lt;BR /&gt;mmcrootfstype=ext3 rootwait&lt;BR /&gt;netargs=setenv bootargs console=ttymxc0,${baudrate} root=/dev/nfs ip=dhcp nfsroot=${serverip}:${nfsroot},v3,tcp&lt;BR /&gt;netboot=echo Booting from net ...; run netargs; dhcp ${uimage}; bootm&lt;BR /&gt;script=boot.scr&lt;BR /&gt;stderr=serial&lt;BR /&gt;stdin=serial&lt;BR /&gt;stdout=serial&lt;BR /&gt;uimage=uImage&lt;BR /&gt;&lt;BR /&gt;Environment size: 948/8188 bytes&lt;BR /&gt;&lt;STRONG&gt;MX51EVK U-Boot &amp;gt; boot&lt;/STRONG&gt;&lt;BR /&gt;MMC: block number 0x1 exceeds max(0x0)&lt;BR /&gt;** Can't read from device 0 **&lt;BR /&gt;&lt;BR /&gt;** Unable to use mmc 0:1 for fatload **&lt;BR /&gt;Wrong Image Format for bootm command&lt;BR /&gt;ERROR: can't get kernel image!&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 10:05:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145505#M36</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-19T10:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145506#M37</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;bootcmd=fatload mmc 0:1 0x90800000 uImage; bootm 0x90800000&lt;/P&gt;&lt;P&gt;Check the usage of fatload in the help when you enter u-boot, i mean @ &lt;STRONG&gt;MX51EVK U-Boot&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 10:10:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145506#M37</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-19T10:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145507#M38</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh btw a very silly question. I boot my SDcard from the top slot of the imx51board....&lt;/P&gt;&lt;P&gt;Is this correct or should I boot from the slot below? Well, when I tried it, the board dint boot at all..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 10:30:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145507#M38</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-19T10:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145508#M39</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 have used bottom slot, because, I have set my environment as that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 10:53:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145508#M39</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-19T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145509#M40</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton Krishna Pavan! I had just noticed my DIP switches and the switch 6 was ON all this while when I was trying from the bottom slot!!1 Now my system boots!!!&amp;nbsp; :) :)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2012 11:14:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145509#M40</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-19T11:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145510#M41</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, Can you get into the rootfs now? after passing through Kernel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2012 07:02:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145510#M41</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-20T07:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145511#M42</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No. I hadn't compiled the RFS for the board. I want to download Ubuntu 11.04 for imx51. Could you tell me the location? Linaro website only has Ubuntu 11.10 and that is meant for imx53 and not imx51. On the freescale site, I found ubuntu karmic only. Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 13:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145511#M42</guid>
      <dc:creator>patrickimmling</dc:creator>
      <dc:date>2012-03-26T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Prepare kernel and root FS on imx51</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145512#M43</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi patrick immling,&lt;/P&gt;&lt;P&gt;Can you please tell me, If it was mentioned that, it was Karmic on Freescale Site?&lt;/P&gt;&lt;P&gt;Linaro, will have Natty Narwhale for i.MX51.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2012 13:29:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Prepare-kernel-and-root-FS-on-imx51/m-p/145512#M43</guid>
      <dc:creator>KrishnaPavan</dc:creator>
      <dc:date>2012-03-26T13:29:38Z</dc:date>
    </item>
  </channel>
</rss>

