<?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: SD Card Boot Error - help needed</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/SD-Card-Boot-Error-help-needed/m-p/220064#M14366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please configure U-boot for SD boot.&lt;/P&gt;&lt;P&gt;For example (under U-boot):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 ip=none rootfstype=ext2'&lt;/P&gt;&lt;P&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmcinit;cp.b 0x100000 ${loadaddr} 0x200000;bootm ${loadaddr}'&lt;/P&gt;&lt;P&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/P&gt;&lt;P&gt;saveenv&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jan 2013 05:38:47 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2013-01-09T05:38:47Z</dc:date>
    <item>
      <title>SD Card Boot Error - help needed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SD-Card-Boot-Error-help-needed/m-p/220062#M14364</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 am trying to run the OS from SD card instead of the on board nand flash in iMX25PDK. I have erased the contents of the Nand flash using ATK tool erase option. Then loaded the uBoot, uImage and Files system on a 4 GB SD Card using a linux machine. When I change the dip switch settings to SD Card and placed the SD card in to the personality board slot and power on, it detects the uBoot and tries to run. But throwing an error when loading the kernel. I don't know what setting will bypass the Nand flash and load the kernel from SD Card, where I have already loaded uImage and File sysem.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error message is attached with this thread.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me to solve this issue.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arumugam R&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-336370"&gt;ErrorLog_FlashErased_SDCardBoot.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 05:20:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SD-Card-Boot-Error-help-needed/m-p/220062#M14364</guid>
      <dc:creator>arumugamramasam</dc:creator>
      <dc:date>2013-01-03T05:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card Boot Error - help needed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SD-Card-Boot-Error-help-needed/m-p/220063#M14365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The error message says that 'serverip' environment variable has not beem set, which means it is trying to get the kernel via TFTP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to retrieve uImage via SD card you need to set your boot script to do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 12:46:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SD-Card-Boot-Error-help-needed/m-p/220063#M14365</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2013-01-05T12:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: SD Card Boot Error - help needed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/SD-Card-Boot-Error-help-needed/m-p/220064#M14366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please configure U-boot for SD boot.&lt;/P&gt;&lt;P&gt;For example (under U-boot):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 ip=none rootfstype=ext2'&lt;/P&gt;&lt;P&gt;setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmcinit;cp.b 0x100000 ${loadaddr} 0x200000;bootm ${loadaddr}'&lt;/P&gt;&lt;P&gt;setenv bootcmd 'run bootcmd_mmc'&lt;/P&gt;&lt;P&gt;saveenv&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jan 2013 05:38:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/SD-Card-Boot-Error-help-needed/m-p/220064#M14366</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-01-09T05:38:47Z</dc:date>
    </item>
  </channel>
</rss>

