<?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: u-boot issue it will stuck at starting kernel in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844995#M129486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;if you hardware design has no PMIC, most probably kernel hangs when trying to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;access pmic through i2c, so you can try to debug it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best regards&lt;BR /&gt;igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Aug 2018 06:15:29 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-08-13T06:15:29Z</dc:date>
    <item>
      <title>u-boot issue it will stuck at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844991#M129482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I'm working on iMX6 Quad sabre-SD platform and build my image with&amp;nbsp;android_M6.0.1_2.1.0_source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I can not understand.&lt;/P&gt;&lt;P&gt;When my machine start on u-boot then it stuck at Starting kernel place, below is my u-boot log.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;U-Boot 2015.04 (Aug 12 2018 - 18:14:23)&lt;/P&gt;&lt;P&gt;CPU: Freescale i.MX6Q rev1.5 at 792 MHz&lt;BR /&gt;CPU: Temperature 36 C&lt;BR /&gt;Reset cause: POR&lt;BR /&gt;Board: MX6-SabreSD&lt;BR /&gt;I2C: ready&lt;BR /&gt;DRAM: 2 GiB&lt;BR /&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1, FSL_SDHC: 2&lt;BR /&gt;*** Warning - bad CRC, using default environment&lt;/P&gt;&lt;P&gt;No panel detected: default to Hannstar-XGA&lt;BR /&gt;Display: Hannstar-XGA (1024x768)&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;check_and_clean: reg 0, flag_set 0&lt;BR /&gt;Fastboot: Normal&lt;BR /&gt;flash target is MMC:2&lt;BR /&gt;Net: FEC [PRIME]&lt;BR /&gt;Error: FEC address not set.&lt;/P&gt;&lt;P&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;boota mmc2&lt;BR /&gt;kernel @ 14008000 (8723664)&lt;BR /&gt;ramdisk @ 15000000 (1028152)&lt;BR /&gt;fdt @ 14f00000 (43493)&lt;BR /&gt;## Booting Android Image at 0x12000000 ...&lt;BR /&gt;Kernel load addr 0x14008000 size 8520 KiB&lt;BR /&gt;Kernel command line: console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=FX100 cma=384M androidboot.selinux=disabled androidboot.dm_verity=disabled&lt;BR /&gt;## Flattened Device Tree blob at 14f00000&lt;BR /&gt; Booting using the fdt blob at 0x14f00000&lt;BR /&gt; Loading Kernel Image ... OK&lt;BR /&gt; Using Device Tree in place at 14f00000, end 14f0d9e4&lt;/P&gt;&lt;P&gt;Starting kernel ...&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As you can see it stuck at Staring kernel... and will not keep going down to run kernel image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get my u-boot environment via printenv like below log.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Normal Boot&lt;BR /&gt;Hit any key to stop autoboot: 0&lt;BR /&gt;=&amp;gt; printenv&lt;BR /&gt;baudrate=115200&lt;BR /&gt;bootargs= console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,bpp=32 video=mxcfb1:dev=hdmi,1920x1080M@60,bpp=32 video=mxcfb2:off video=mxcfb3:off vmalloc=256M androidboot.console=ttymxc0 consoleblank=0 androidboot.hardware=FX100 cma=384M androidboot.selinux=disabled androidboot.dm_verity=disabled&lt;BR /&gt;bootcmd=boota mmc2&lt;BR /&gt;bootdelay=1&lt;BR /&gt;ethact=FEC&lt;BR /&gt;ethprime=FEC&lt;BR /&gt;fastboot_dev=mmc2&lt;BR /&gt;fdt_high=0xffffffff&lt;BR /&gt;initrd_high=0xffffffff&lt;BR /&gt;loadaddr=0x12000000&lt;BR /&gt;splashpos=m,m&lt;/P&gt;&lt;P&gt;Environment size: 492/8188 bytes&lt;BR /&gt;=&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used SD4 to connect my emmc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there anything I need to mentioned?&lt;/P&gt;&lt;P&gt;How can I fix this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advanced!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Aug 2018 17:32:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844991#M129482</guid>
      <dc:creator>wangtsungli</dc:creator>
      <dc:date>2018-08-12T17:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot issue it will stuck at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844992#M129483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi tsung&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;was ddr test passed on board&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-105652"&gt;i.MX6/7 DDR Stress Test Tool V2.90&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and new calibration coefficients were updated in file&lt;/P&gt;&lt;P&gt;uboot/../mx6sabresd/mx6q_4x_mt41j128.cfg&lt;/P&gt;&lt;P&gt;For programming images recommended to use&lt;/P&gt;&lt;P&gt;i.MX 6 Series Manufacturing Toolkit for Android M6.0.1_2.1.0 Release&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/webapp/Download?colCode=IMX6_M6.0.1_2.1.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="https://www.nxp.com/webapp/Download?colCode=IMX6_M6.0.1_2.1.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;https://www.nxp.com/webapp/Download?colCode=IMX6_M6.0.1_2.1.0_MFG_TOOL&amp;amp;appType=license&amp;amp;location=null&amp;amp;Parent_nodeId=13376…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For testing purposes one can try linux minimal image using documentation on&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://www.nxp.com/support/developer-resources/software-development-tools/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW" title="https://www.nxp.com/support/developer-resources/software-development-tools/i.mx-developer-resources/i.mx-software-and-development-tool:IMX_SW"&gt;i.MX Software|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 00:01:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844992#M129483</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-08-13T00:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot issue it will stuck at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844993#M129484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/igorpadykov"&gt;igorpadykov&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ddr test is running perfect and I had using the parameter in mfgtool firmware also the image.&lt;/P&gt;&lt;P&gt;Also I test mfgtool firmware by using mfgtool to burn it in to my machine and it works fine too.&lt;/P&gt;&lt;P&gt;Mfgtool will show green bar and burning success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Besides if my ddr test parameter is not right, I think u-boot log will not showing up either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could not use&amp;nbsp;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;linux minimal image to test because my hardware design has no PMIC on it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other possibility that cause this issue?&lt;/P&gt;&lt;P&gt;Or how can I test to now my emmc is still alive or have any dtb and zimage inside?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 02:09:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844993#M129484</guid>
      <dc:creator>wangtsungli</dc:creator>
      <dc:date>2018-08-13T02:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot issue it will stuck at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844994#M129485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Usually this problem is your kernel err，mostly your dts file is not matched&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 02:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844994#M129485</guid>
      <dc:creator>jakiewen</dc:creator>
      <dc:date>2018-08-13T02:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot issue it will stuck at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844995#M129486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;if you hardware design has no PMIC, most probably kernel hangs when trying to&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;access pmic through i2c, so you can try to debug it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Best regards&lt;BR /&gt;igor&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 06:15:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844995#M129486</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-08-13T06:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: u-boot issue it will stuck at starting kernel</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844996#M129487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had found the solution.&lt;/P&gt;&lt;P&gt;My dtsi file has some settings are not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While I correct it my machine can get into kernel.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 09:52:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/u-boot-issue-it-will-stuck-at-starting-kernel/m-p/844996#M129487</guid>
      <dc:creator>wangtsungli</dc:creator>
      <dc:date>2018-08-13T09:52:24Z</dc:date>
    </item>
  </channel>
</rss>

