<?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: Booting linux from NAND Flash in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266261#M27751</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the board booting up, there is a "Kernel Command line". Please check the root filesystem location. it should be something like "root=/dev/xxxxxxxx". For NAND, should be like this root=/dev/mtdblock1. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 03:56:37 GMT</pubDate>
    <dc:creator>jimmychan</dc:creator>
    <dc:date>2013-08-22T03:56:37Z</dc:date>
    <item>
      <title>Booting linux from NAND Flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266256#M27746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I boot my device from NAND flash, everything goes ok but it just stops booting at "Waiting for root device /dev/mmcblk0p3..."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 18:21:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266256#M27746</guid>
      <dc:creator>cnguyenterasci</dc:creator>
      <dc:date>2013-08-20T18:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Booting linux from NAND Flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266257#M27747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calvin, which device, which board is this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 18:25:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266257#M27747</guid>
      <dc:creator>sinanakman</dc:creator>
      <dc:date>2013-08-20T18:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Booting linux from NAND Flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266258#M27748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i.Mx233.&amp;nbsp; I have an EVK board as well as a board I designed and I get the same thing on both boards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Aug 2013 18:36:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266258#M27748</guid>
      <dc:creator>cnguyenterasci</dc:creator>
      <dc:date>2013-08-20T18:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Booting linux from NAND Flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266259#M27749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your filesystem store in the SD Card? according to your message, it is looking for the rootfs from the SD Card (mmcblk0) partition 3. Please double check the bootargs in uboot used is correct or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 05:23:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266259#M27749</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-08-21T05:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: Booting linux from NAND Flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266260#M27750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I ran the MFG Tool and loaded linux on the NAND flash.&amp;nbsp; I h ave the jumpers set to be booting from NAND flash as well.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Aug 2013 16:30:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266260#M27750</guid>
      <dc:creator>cnguyenterasci</dc:creator>
      <dc:date>2013-08-21T16:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Booting linux from NAND Flash</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266261#M27751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When the board booting up, there is a "Kernel Command line". Please check the root filesystem location. it should be something like "root=/dev/xxxxxxxx". For NAND, should be like this root=/dev/mtdblock1. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 03:56:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Booting-linux-from-NAND-Flash/m-p/266261#M27751</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-08-22T03:56:37Z</dc:date>
    </item>
  </channel>
</rss>

