<?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: stop at starting kernel in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225189#M15779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Jimmy,&lt;/P&gt;&lt;P&gt;I am using custom board according to the schematic of IMX53QSB-R.I think there is the&amp;nbsp; possibility of ttymxc0, because I used PATA_DMACK and PATA_DIOW as UART1 , although I modified some files of u-boot and linux kernel. I'm not sure. Is it necessary to aplly DDR_Stress_test ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119313i1D44DAAE6B256496/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haifeng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 May 2013 05:34:19 GMT</pubDate>
    <dc:creator>caohaifeng</dc:creator>
    <dc:date>2013-05-07T05:34:19Z</dc:date>
    <item>
      <title>stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225181#M15771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , guys,&lt;/P&gt;&lt;P&gt;I have trouble when I try running the uImage from microSD.&lt;/P&gt;&lt;P&gt;After modifying the u-boot and ltib menuconfig, I get u-boot.bin,uImage,and rootfs.&lt;/P&gt;&lt;P&gt;Then I download them to microSD by using ‘dd’ command .&lt;/P&gt;&lt;P&gt;. create the MBR&lt;/P&gt;&lt;P&gt;. sudo dd if=u-boot.bin of=/dev/sdb bs=512 seek=2 skip=2 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sync&lt;/P&gt;&lt;P&gt;. sudo dd if=uImage of=/dev/sdb bs=512 seek=2048 &amp;amp;&amp;amp; sync &amp;amp;&amp;amp; sync&lt;/P&gt;&lt;P&gt;.make sdb1 file system format ext3 by sudo mkfs.ext3 /dev/sdb1, then copy the rootfs into the sdb1&lt;/P&gt;&lt;P&gt;&amp;nbsp; sudo cp -rpa [A-z]* /mnt, here I set /mnt as mountpoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then insert th SD card , stop at starting kernel&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119314i62EDD567B66309D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;u-boot bootargs was set like this&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119315i2668AAF6ED008B8F/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can somebody give me a hint to solve it ? thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 05 May 2013 10:08:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225181#M15771</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-05T10:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225182#M15772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which board and&amp;nbsp; BSP are you using?&lt;/P&gt;&lt;P&gt;You can download the latest BSP for i.MX53 from here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53_SW"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53_SW&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 05:33:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225182#M15772</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-06T05:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225183#M15773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, Jimmy,&lt;/P&gt;&lt;P&gt;The BSP is &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;L2.6.35_11_09_ER_SOURCE&lt;/A&gt; for MCIMX53-START-R. And I install ltib on ubuntu12.04, by the way, the ltib works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;Haifeng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 08:23:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225183#M15773</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-06T08:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225184#M15774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you apply the patches? (&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;IMX53_LINUX_1109_BSP_PATCH&lt;/A&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 08:43:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225184#M15774</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-06T08:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225185#M15775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I check what I have patched ? I have download this file, but I don't know whether I have patched it.&lt;/P&gt;&lt;P&gt;and I have patched some files like this .0081-ENGR00125856-1-MX53-eSDHC-iomux-updates-when-iomux-V.patch&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119312i703BB60A3B9E7F74/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 09:17:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225185#M15775</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-06T09:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225186#M15776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a PDF MX53_LINUX_BSP_201112_Patch_release. You can follow the instructions to apply the patches.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 09:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225186#M15776</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-06T09:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225187#M15777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Jimmy,&lt;/P&gt;&lt;P&gt;I have apply the patches, but it still stop at &lt;EM&gt;starting kernel&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;What can I do next step?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haifeng&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 11:47:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225187#M15777</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-06T11:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225188#M15778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So your board is i.MX53QSB-R? or your own design board?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the i.MX53QSB web page.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the i.MX53QSB-R board, please try the demo image. It should work.&lt;/P&gt;&lt;P&gt;If you are using your own design board, please try to run the &lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX53QSB&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;DDR_STRESS_TESTER_FOR_MX51_MX53&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 02:31:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225188#M15778</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-07T02:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225189#M15779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Jimmy,&lt;/P&gt;&lt;P&gt;I am using custom board according to the schematic of IMX53QSB-R.I think there is the&amp;nbsp; possibility of ttymxc0, because I used PATA_DMACK and PATA_DIOW as UART1 , although I modified some files of u-boot and linux kernel. I'm not sure. Is it necessary to aplly DDR_Stress_test ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/119313i1D44DAAE6B256496/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.png" alt="1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haifeng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 May 2013 05:34:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225189#M15779</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-07T05:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225190#M15780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the linux kernel, arch/arm/mach-mx5/mx53_loco.c (if you are using the same filename as QSB), there is&amp;nbsp; :&lt;/P&gt;&lt;P&gt; /* UART1 */&lt;/P&gt;&lt;P&gt; MX53_PAD_CSI0_DAT10__UART1_TXD_MUX,&lt;/P&gt;&lt;P&gt; MX53_PAD_CSI0_DAT11__UART1_RXD_MUX,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you change it like this? :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; /* UART1 */&lt;/P&gt;&lt;P&gt;MX53_PAD_PATA_DIOW__UART1_TXD_MUX,&lt;/P&gt;&lt;P&gt;MX53_PAD_PATA_DMACK__UART1_RXD_MUX,&lt;/P&gt;&lt;P&gt;&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, 08 May 2013 10:55:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225190#M15780</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2013-05-08T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225191#M15781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,Jimmy,&lt;/P&gt;&lt;P&gt;Yes, I have changed it in the linux kernel.&lt;/P&gt;&lt;P&gt;There is a difference that I have not metioned before. The processor of my custom board is imx534, it's different from demo board(imx535d). I compiled the kernel and applied to the demo board today,It can perform to unpack the uImage, though there is another problem.&lt;/P&gt;&lt;P&gt;Another difference is only two DDR chips were soldered on custom board(U3,U5 in the schemetic of QSB-R). Is this the reason that my custom board can't work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Haifeng&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 15:01:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225191#M15781</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-08T15:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225192#M15782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody give me a hint to solve it? Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 May 2013 04:20:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225192#M15782</guid>
      <dc:creator>caohaifeng</dc:creator>
      <dc:date>2013-05-10T04:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: stop at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225193#M15783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue when I change my DDR size from 1G to 2G, do you change your DDR size?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2014 03:14:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/stop-at-starting-kernel/m-p/225193#M15783</guid>
      <dc:creator>wallyyeh</dc:creator>
      <dc:date>2014-04-09T03:14:10Z</dc:date>
    </item>
  </channel>
</rss>

