<?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: imx6q-sdb boots with SPL&amp;u-boot.img</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652153#M99778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I'll check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2017 08:31:25 GMT</pubDate>
    <dc:creator>mach</dc:creator>
    <dc:date>2017-01-06T08:31:25Z</dc:date>
    <item>
      <title>imx6q-sdb boots with SPL&amp;u-boot.img</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652149#M99774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The version of uboot is 2015, and the patchlevel of uboot is 04.&lt;/P&gt;&lt;P&gt;I noticed that this uboot has a configure file&amp;nbsp;&lt;EM&gt;mx6sabresd_spl_defconfig&lt;/EM&gt; in &lt;EM&gt;configs/ &lt;/EM&gt;when I was about to give it a patch, which is used to support SPL. Because I compared my patch downloaded from internet with this uboot's code, and found that they are almost the same. So I &lt;EM&gt;make mx6sabresd_spl_defconfig&lt;/EM&gt;&amp;nbsp;directly without appling my patch, then "dd" SPL&amp;amp;u-boot.img into SD card and insert SD card into SD3. The commands are:&lt;/P&gt;&lt;P&gt;sudo dd if=SPL of=/dev/sdc bs=1k seek=1;sync&lt;/P&gt;&lt;P&gt;sudo dd if=u-boot.img of=/dev/sdc bs=1k seek=69&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is no&amp;nbsp;any printed information, and I don't know why. &amp;nbsp;Can someone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2016 09:26:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652149#M99774</guid>
      <dc:creator>mach</dc:creator>
      <dc:date>2016-12-31T09:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boots with SPL&amp;u-boot.img</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652150#M99775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sorry to say that I didn't clearly understand your question. I assume that you actually flashed the images onto the sd card and tried to boot but with no success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. What do you mean when you say that there is no printed information? Which information are you talking about?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Are you successful in booting using these images? Yes or No&lt;/P&gt;&lt;P&gt;3. Did you check the bootcmd parameters in u-boot? Did you enable booting from sdcard?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please if possible explain more clearly whats the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 13:52:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652150#M99775</guid>
      <dc:creator>satyadamarla</dc:creator>
      <dc:date>2017-01-04T13:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boots with SPL&amp;u-boot.img</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652151#M99776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for that. I flash the SPL&amp;amp;u-boot.img into sd card. When I turn on&amp;nbsp;the power switch of board,&amp;nbsp;the terminal of minicom has no output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.The information I'm talking about is about the boot information of SPL. If the SPL boots successfully, the &lt;SPAN&gt;terminal &lt;/SPAN&gt;of minicom will show something.&lt;/P&gt;&lt;P&gt;2.I failed in booting using these images, because&amp;nbsp;the &lt;SPAN&gt;terminal &lt;/SPAN&gt;of minicom outputs nothing.&lt;/P&gt;&lt;P&gt;3.The bootcmd parameters in u-boot are correct, and I have enabled booting from sd card.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my explanation is not clear, I will show you more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 08:31:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652151#M99776</guid>
      <dc:creator>mach</dc:creator>
      <dc:date>2017-01-05T08:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boots with SPL&amp;u-boot.img</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652152#M99777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mc,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the problem could be with the debug UART (the serial port used by minicom). In my case it is UART3 (ttymxc2) which is present in&amp;nbsp;&lt;EM&gt;board/&amp;lt;yourboard&amp;gt;/Kconfig&lt;/EM&gt;. Please check if the right UART is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest that you have a look at the previous boot version which is working. Check the "console" parameter using printenv and use that port. I hope it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets,&lt;/P&gt;&lt;P&gt;Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:21:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652152#M99777</guid>
      <dc:creator>satyadamarla</dc:creator>
      <dc:date>2017-01-05T09:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boots with SPL&amp;u-boot.img</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652153#M99778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Satya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I'll check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;P&gt;Mc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 08:31:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652153#M99778</guid>
      <dc:creator>mach</dc:creator>
      <dc:date>2017-01-06T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boots with SPL&amp;u-boot.img</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652154#M99779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you try the demo image?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 09:53:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652154#M99779</guid>
      <dc:creator>jimmychan</dc:creator>
      <dc:date>2017-01-06T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: imx6q-sdb boots with SPL&amp;u-boot.img</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652155#M99780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The demo image of uboot is u-boot.imx, which is ok for booting. Now I want to split u-boot.imx into SPL&amp;amp;u-boot.img.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2017 10:41:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/imx6q-sdb-boots-with-SPL-u-boot-img/m-p/652155#M99780</guid>
      <dc:creator>mach</dc:creator>
      <dc:date>2017-01-06T10:41:34Z</dc:date>
    </item>
  </channel>
</rss>

