<?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: LS1043a SD card boot failed in Layerscape</title>
    <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704445#M2829</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ufedor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1.&lt;BR /&gt;Compile u-boot ( I adapted &lt;A class="link-titled" href="https://github.com/qoriq-open-source/u-boot.git" title="https://github.com/qoriq-open-source/u-boot.git"&gt;GitHub - qoriq-open-source/u-boot&lt;/A&gt;&amp;nbsp; and choose ls1043ardb_sdcard_defconfig as default configuration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;Bott EV board from NOR flash, and use your comments as above, flash u-boot-with-spl-pbl.bin to cpld on u-boot, and flash u-boot.bin to my uSD card.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 3.&lt;/P&gt;&lt;P&gt;Change SW4 configuration and SW5 configuration 1st bit)： 0_0010_0101 -&amp;gt; 0_0100_0000 to SD boot mode, then insert my SD card on to the EV board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4. Re-plug the power adapter and no any response from debug console&lt;/P&gt;&lt;P&gt;What's wrong with my steps, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Nov 2017 14:25:30 GMT</pubDate>
    <dc:creator>mayqueen</dc:creator>
    <dc:date>2017-11-06T14:25:30Z</dc:date>
    <item>
      <title>LS1043a SD card boot failed</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704441#M2825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As title, it's a simple questions, I bought a LS1043a EV board (Yes, that orange case one), but I don't know why I always cannot boot from SD card, I already change the DIP switch to SD boot mode, but I still cannot see anything on debug console, somebody could give me a simple instructions how to boot up from SD card? Thank you so much!&lt;BR /&gt;&lt;BR /&gt;U-boot and Kernel use mainline source code, Debian rootfs, thanks.&lt;/P&gt;&lt;P&gt;Maybe it is u-boot defconfig issue?? I use sdcard_defconfig without secure function.&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 08:46:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704441#M2825</guid>
      <dc:creator>mayqueen</dc:creator>
      <dc:date>2017-10-12T08:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a SD card boot failed</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704442#M2826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please try to prepare bootable SD card using attached U-Boot image from the SDK v2.0-1703 pre-built images ISO:&lt;/P&gt;&lt;H2 class="" data-cid="CV5R2" id="toc-hId-1787850039"&gt;&lt;/H2&gt;&lt;UL data-cid="gevWc"&gt;&lt;LI data-cid="Uzn9q"&gt;Form Linux Host PC&lt;OL data-cid="20m0v8"&gt;&lt;LI data-cid="23RHXx"&gt;Insert SD card into Host.&lt;/LI&gt;&lt;LI data-cid="1XMfYn"&gt;Use the "dd" command&lt;PRE class="" data-cid="14f2fS"&gt;# dd if=u-boot-sdcard-2016.09+fslgit-r0.bin of=/dev/sdb&amp;nbsp; seek=8 bs=512&lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI data-cid="tkjeJ"&gt;From ls1043ardb doard&lt;OL data-cid="1bNwaq"&gt;&lt;LI data-cid="1dMnZm"&gt;Insert SD card into target board and power on.&lt;/LI&gt;&lt;LI data-cid="zcsrY"&gt;Programming U-boot image to SD Card&lt;PRE class="" data-cid="1E42US"&gt;=&amp;gt; tftpboot 82000000 u-boot-with-spl-pbl.bin&amp;nbsp; =&amp;gt; mmc write 82000000 8 800 =&amp;gt; cpld reset sd&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/PRE&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:15:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704442#M2826</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2017-10-12T09:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a SD card boot failed</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704443#M2827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but I'm confuse, the u-boot image is already in SD card, why I need to programming again?&lt;/P&gt;&lt;P&gt;and as you said, the 2 part "Programming U-boot image to SD Card" is boot from nor flash and issue the command to flash u-boot to SD card, right?&lt;BR /&gt;&lt;BR /&gt;It cause my 2nd questions, if I making board by myself in the future, the original nor flash is empty, how to flash SD card first time??&lt;BR /&gt;&lt;BR /&gt;Anyway, thanks for your answer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:24:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704443#M2827</guid>
      <dc:creator>mayqueen</dc:creator>
      <dc:date>2017-10-12T09:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a SD card boot failed</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704444#M2828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain how you prepared the SD card which is not bootable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2017 09:28:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704444#M2828</guid>
      <dc:creator>ufedor</dc:creator>
      <dc:date>2017-10-12T09:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a SD card boot failed</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704445#M2829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello ufedor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1.&lt;BR /&gt;Compile u-boot ( I adapted &lt;A class="link-titled" href="https://github.com/qoriq-open-source/u-boot.git" title="https://github.com/qoriq-open-source/u-boot.git"&gt;GitHub - qoriq-open-source/u-boot&lt;/A&gt;&amp;nbsp; and choose ls1043ardb_sdcard_defconfig as default configuration).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;Bott EV board from NOR flash, and use your comments as above, flash u-boot-with-spl-pbl.bin to cpld on u-boot, and flash u-boot.bin to my uSD card.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Step 3.&lt;/P&gt;&lt;P&gt;Change SW4 configuration and SW5 configuration 1st bit)： 0_0010_0101 -&amp;gt; 0_0100_0000 to SD boot mode, then insert my SD card on to the EV board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 4. Re-plug the power adapter and no any response from debug console&lt;/P&gt;&lt;P&gt;What's wrong with my steps, thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 14:25:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704445#M2829</guid>
      <dc:creator>mayqueen</dc:creator>
      <dc:date>2017-11-06T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a SD card boot failed</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704446#M2830</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;&amp;gt; Bott EV board from NOR flash, and use your comments as above, flash u-boot-with-spl-pbl.bin to cpld on u-boot, and flash u-boot.bin to my uSD card.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Make sure you use the right binary.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;u-boot-with-spl-pbl.bin is the one to write to the SD card, not u-boot.bin&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;You can also write to the SD from a PC, using dd:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;sudo dd if=u-boot-with-spl-pbl.bin of=/dev/sdc bs=512 seek=8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;Note that you also need to write the FMan and/or QE firmware, the location of this on the SDcard can differ based on your u-boot version&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Nov 2017 22:37:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704446#M2830</guid>
      <dc:creator>mcbridematt</dc:creator>
      <dc:date>2017-11-06T22:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: LS1043a SD card boot failed</title>
      <link>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704447#M2831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello &lt;SPAN class=""&gt;&lt;A _jive_internal="true" data-content-finding="Community" data-userid="277653" data-username="mcbridematt" href="https://community.nxp.com/people/mcbridematt"&gt;Mathew&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply, this is my first time to touch HPC board, so I still confuse about your comment, as my understand, my steps have to changing as below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 1.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;sudo dd if=u-boot-with-spl-pbl.bin of=/dev/sdc bs=512 seek=8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 2.&lt;/P&gt;&lt;P&gt;Change SW4 configuration and SW5 configuration 1st bit)： 0_0010_0101 -&amp;gt; 0_0100_0000 to SD boot mode, then insert my SD card on to the EV board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step 3.&lt;BR /&gt;Plug-in power cable and boot up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems easy, right? I will test later, but I don't know what is &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;FMan and/or QE firmware&lt;/SPAN&gt;? Is it necessary? Or just flash &lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;u-boot-with-spl-pbl.bin&lt;/SPAN&gt; is enough? I need research 2nd stage (kernel image) when I done this.&lt;BR /&gt;&lt;BR /&gt;Thank you for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Nov 2017 08:59:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Layerscape/LS1043a-SD-card-boot-failed/m-p/704447#M2831</guid>
      <dc:creator>mayqueen</dc:creator>
      <dc:date>2017-11-07T08:59:44Z</dc:date>
    </item>
  </channel>
</rss>

