<?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 difference between u-boot.imx and u-boot.imx-sd in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/difference-between-u-boot-imx-and-u-boot-imx-sd/m-p/905082#M136570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have build the source for imx6ulevk through yocto for imx6. In the build directly I found lot of files with&amp;nbsp;u-boot.imx and&amp;nbsp;u-boot.imx-sd. I want to download u-boot into imx6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the difference between&amp;nbsp;u-boot.imx and u-boot.imx-sd?&lt;/P&gt;&lt;P&gt;which one should i program into my imx6ulevk kit and where can i find the document for downloading uboot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 May 2019 07:50:40 GMT</pubDate>
    <dc:creator>asmaa</dc:creator>
    <dc:date>2019-05-23T07:50:40Z</dc:date>
    <item>
      <title>difference between u-boot.imx and u-boot.imx-sd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/difference-between-u-boot-imx-and-u-boot-imx-sd/m-p/905082#M136570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have build the source for imx6ulevk through yocto for imx6. In the build directly I found lot of files with&amp;nbsp;u-boot.imx and&amp;nbsp;u-boot.imx-sd. I want to download u-boot into imx6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone tell me&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the difference between&amp;nbsp;u-boot.imx and u-boot.imx-sd?&lt;/P&gt;&lt;P&gt;which one should i program into my imx6ulevk kit and where can i find the document for downloading uboot?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2019 07:50:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/difference-between-u-boot-imx-and-u-boot-imx-sd/m-p/905082#M136570</guid>
      <dc:creator>asmaa</dc:creator>
      <dc:date>2019-05-23T07:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: difference between u-boot.imx and u-boot.imx-sd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/difference-between-u-boot-imx-and-u-boot-imx-sd/m-p/905083#M136571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;do you have u-boot-imx6ul14x14evk_sd.imx? I think you should use this image&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2019 08:18:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/difference-between-u-boot-imx-and-u-boot-imx-sd/m-p/905083#M136571</guid>
      <dc:creator>joanxie</dc:creator>
      <dc:date>2019-06-04T08:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: difference between u-boot.imx and u-boot.imx-sd</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/difference-between-u-boot-imx-and-u-boot-imx-sd/m-p/905084#M136572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;A _jive_internal="true" data-content-finding="Community" data-userid="341332" data-username="asmaa@questps.com.au" href="https://community.nxp.com/people/asmaa@questps.com.au"&gt;Asma Alekar&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, there is no difference between u-boot.imx and u-boot.imx-sd images. You can check this by using &lt;STRONG&gt;ls -l&lt;/STRONG&gt; command in &lt;STRONG&gt;&amp;lt;yocto_build&amp;gt;/tmp/deploy/images/imx6ulevk/&amp;nbsp;&lt;/STRONG&gt;directory. You can see that both&amp;nbsp;u-boot.imx and&amp;nbsp;u-boot.imx-sd points to the same u-boot image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer&lt;STRONG&gt; &lt;SPAN class=""&gt;i.MX_Linux_User's_Guide&lt;/SPAN&gt; document&lt;/STRONG&gt; specific to Yocto BSP version to flash the bootloader image. Here I have attached the &lt;STRONG&gt;&lt;SPAN class=""&gt;i.MX_Linux_User's_Guide&lt;/SPAN&gt;&lt;/STRONG&gt; of Yocto BSP 4.1.15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radhika Somaiya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2019 14:28:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/difference-between-u-boot-imx-and-u-boot-imx-sd/m-p/905084#M136572</guid>
      <dc:creator>radhikasomaiya</dc:creator>
      <dc:date>2019-06-05T14:28:02Z</dc:date>
    </item>
  </channel>
</rss>

