<?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 problem with imx53 boot by emmc in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/problem-with-imx53-boot-by-emmc/m-p/235734#M18662</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When I use the MFGTools successfully write boot and kernal into the external emmc device, but imx53 can not boot from this device, it still jump to the usb terminal. I just check out the following things, but still don't know what's wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Make sure the right gpio configure for emmc 4.41&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Write the boot and kernal to sd( different configure for sd), and it can be booted in QSB ESDHC1 or ESDHC3, so the boot and kernal is right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. When boot from emmc on my board, I found after the 357.143 clock appeared, it stop the boot process, and jump to the serial boot process. In this process, only several times I saw the 20MHz high frequency appearing, but still jump to serial boot process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What's wrong with emmc boot can be deduced with this problem?&amp;nbsp; I really don't know. With the MFGTools, I think the boot and kernal have been written successfully into the emmc device, because of the MFGTools can find the right volume(16G) with the emmc device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Jan 2013 12:39:51 GMT</pubDate>
    <dc:creator>rainustc</dc:creator>
    <dc:date>2013-01-24T12:39:51Z</dc:date>
    <item>
      <title>problem with imx53 boot by emmc</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-with-imx53-boot-by-emmc/m-p/235734#M18662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; When I use the MFGTools successfully write boot and kernal into the external emmc device, but imx53 can not boot from this device, it still jump to the usb terminal. I just check out the following things, but still don't know what's wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1. Make sure the right gpio configure for emmc 4.41&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2. Write the boot and kernal to sd( different configure for sd), and it can be booted in QSB ESDHC1 or ESDHC3, so the boot and kernal is right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3. When boot from emmc on my board, I found after the 357.143 clock appeared, it stop the boot process, and jump to the serial boot process. In this process, only several times I saw the 20MHz high frequency appearing, but still jump to serial boot process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; What's wrong with emmc boot can be deduced with this problem?&amp;nbsp; I really don't know. With the MFGTools, I think the boot and kernal have been written successfully into the emmc device, because of the MFGTools can find the right volume(16G) with the emmc device.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jan 2013 12:39:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-with-imx53-boot-by-emmc/m-p/235734#M18662</guid>
      <dc:creator>rainustc</dc:creator>
      <dc:date>2013-01-24T12:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem with imx53 boot by emmc</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-with-imx53-boot-by-emmc/m-p/235735#M18663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check U-boot environment variables - if they are as recommended in section 8.2 (Run the Image from MMC/SD)&lt;BR /&gt;of&amp;nbsp; "i.MX53_SABRE_TABLET_Linux_BSP_UserGuide.pdf" :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assume the kernel image start from the address 0x100000 byte (the block start address is&lt;/P&gt;&lt;P&gt;0x800). The kernel image size is less than 0x300000 byte. The rootfs is located into&lt;/P&gt;&lt;P&gt;/dev/mmcblk0p1 partition. Enter the following commands in the U-Boot prompt:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;MX53-SMD U-Boot &amp;gt; setenv loadaddr 0x70800000&lt;/P&gt;&lt;P&gt;MX53-SMD U-Boot &amp;gt; setenv bootargs_base 'setenv bootargs &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;console=ttymxc0,115200'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MX53-SMD U-Boot &amp;gt; setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk0p1 rootwait rw video=mxcdi1fb:RGB666,XGA di1_primary &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ldb=di1 ip=dhcp'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;MX53-SMD U-Boot &amp;gt; setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc read 0 ${loadaddr} 0x800 0x1800;bootm'&lt;/P&gt;&lt;P&gt;MX53-SMD U-Boot &amp;gt; setenv bootcmd 'run bootcmd_mmc'&lt;/P&gt;&lt;P&gt;MX53-SMD U-Boot &amp;gt; saveenv&lt;/P&gt;&lt;P&gt;MX53-SMD U-Boot &amp;gt; run bootcmd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To read kernel image from eMMC4.4, please update the command line as:&lt;/P&gt;&lt;P&gt;MX53-SMD U-Boot &amp;gt; setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;read 1 ${loadaddr} 0x800 0x1800;bootm'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.freescale.com/webapp/Download?colCode=IMX53_1105_LINUXDOCS_BUNDLE&amp;amp;location=null&amp;amp;fpsp=1&amp;amp;Parent_nodeId=1297979346433717802701&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1297979346433717802701&amp;amp;Parent_pageType=product" title="https://www.freescale.com/webapp/Download?colCode=IMX53_1105_LINUXDOCS_BUNDLE&amp;amp;location=null&amp;amp;fpsp=1&amp;amp;Parent_nodeId=1297979346433717802701&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1297979346433717802701&amp;amp;Parent_pageType=product"&gt;https://www.freescale.com/webapp/Download?colCode=IMX53_1105_LINUXDOCS_BUNDLE&amp;amp;location=null&amp;amp;fpsp=1&amp;amp;Parent_nodeId=1297979…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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=RDIMX53SABRETAB" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=RDIMX53SABRETAB"&gt;SABRE Platform for Tablets based on i.MX53 Product Summary Page&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 05:19:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-with-imx53-boot-by-emmc/m-p/235735#M18663</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-01-25T05:19:56Z</dc:date>
    </item>
    <item>
      <title>Re: problem with imx53 boot by emmc</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/problem-with-imx53-boot-by-emmc/m-p/235736#M18664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just check out the bug, but still couldn't solve it. &lt;/P&gt;&lt;P&gt;I found that all the problem is with the lpddr2 configure.&lt;/P&gt;&lt;P&gt;Now, I can use the MFGtools to make a proper lppddr2 confure reg parameter, it can be run properlly with usb download. But the strange thing is that when I flash these configures into emmc or sd, then reboot, it can't work properly with the lpddr2. &lt;/P&gt;&lt;P&gt;I try to calibrate the ddr reg parameter again with emmc or sd boot, still now I only check out the read delay calibration, the write delay is still not work properly.&lt;/P&gt;&lt;P&gt;So, maybe my confuse is very simple, why the ddr reg parameters can't be same in usb boot and emm/sd boot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Jan 2013 13:33:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/problem-with-imx53-boot-by-emmc/m-p/235736#M18664</guid>
      <dc:creator>rainustc</dc:creator>
      <dc:date>2013-01-25T13:33:39Z</dc:date>
    </item>
  </channel>
</rss>

