<?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 iMX Yocto : U-boot generated config and extlinux in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1191868#M165802</link>
    <description>&lt;P&gt;I pulled latest iMX Yocto &amp;amp; built image&amp;nbsp; (core-image-full-cmdline).&lt;/P&gt;&lt;P&gt;Now, having used U-boot &amp;amp; Linux sufficiently previously on different boards, SoCs, I found some things changed, one such thing is it seems now (at least for iMX Yocto) U-boot is made to look for extlinux.&lt;/P&gt;&lt;P&gt;My question is : why do I need yet another stage of boot loader , while I could load/boot Linux just fine previously without any sys or ext linux?&lt;/P&gt;&lt;P&gt;Second question is : how would I disable this in my Yocto configuration, to possibly, avoid entirely this stage / do not use extlinux?&lt;/P&gt;&lt;P&gt;And finally, the default generated image from default Yocto config (community bsp ,&amp;nbsp;&lt;A href="https://github.com/Freescale/fsl-community-bsp-platform" target="_blank" rel="noopener"&gt;https://github.com/Freescale/fsl-community-bsp-platform&lt;/A&gt;)&amp;nbsp; &amp;nbsp;doesn't automatically generate a bootable/working image for me, the trace I get&amp;nbsp; (sorry typing out partially as I don't have copyable outout):&lt;/P&gt;&lt;P&gt;Found /boot/extlinux/extlinux.conf...&lt;BR /&gt;Retreiving file: /boot/extlinux/../zImage&lt;BR /&gt;(Reads ok)&lt;BR /&gt;append: root=PARTUUID= rootwait rw console=ttymxc0,115200,...&lt;BR /&gt;Retrieving file: /boot/extlinux/../imx6-hummingboard2-emmc ..&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Skipping Poky (Yocto Project Ref Distro) for failure&lt;BR /&gt;&lt;/SPAN&gt;SRIPT FAILED: continuing...&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;And then it goes to other devs which I dont' need/ have anything on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, doenst work out-of-the-box.&amp;nbsp; What's missing? Is append part any suspicious, missing actual PARTUUID..? What's needed to make it work(boot) straight as out of Yocto build.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Dec 2020 00:38:41 GMT</pubDate>
    <dc:creator>dry</dc:creator>
    <dc:date>2020-12-02T00:38:41Z</dc:date>
    <item>
      <title>iMX Yocto : U-boot generated config and extlinux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1191868#M165802</link>
      <description>&lt;P&gt;I pulled latest iMX Yocto &amp;amp; built image&amp;nbsp; (core-image-full-cmdline).&lt;/P&gt;&lt;P&gt;Now, having used U-boot &amp;amp; Linux sufficiently previously on different boards, SoCs, I found some things changed, one such thing is it seems now (at least for iMX Yocto) U-boot is made to look for extlinux.&lt;/P&gt;&lt;P&gt;My question is : why do I need yet another stage of boot loader , while I could load/boot Linux just fine previously without any sys or ext linux?&lt;/P&gt;&lt;P&gt;Second question is : how would I disable this in my Yocto configuration, to possibly, avoid entirely this stage / do not use extlinux?&lt;/P&gt;&lt;P&gt;And finally, the default generated image from default Yocto config (community bsp ,&amp;nbsp;&lt;A href="https://github.com/Freescale/fsl-community-bsp-platform" target="_blank" rel="noopener"&gt;https://github.com/Freescale/fsl-community-bsp-platform&lt;/A&gt;)&amp;nbsp; &amp;nbsp;doesn't automatically generate a bootable/working image for me, the trace I get&amp;nbsp; (sorry typing out partially as I don't have copyable outout):&lt;/P&gt;&lt;P&gt;Found /boot/extlinux/extlinux.conf...&lt;BR /&gt;Retreiving file: /boot/extlinux/../zImage&lt;BR /&gt;(Reads ok)&lt;BR /&gt;append: root=PARTUUID= rootwait rw console=ttymxc0,115200,...&lt;BR /&gt;Retrieving file: /boot/extlinux/../imx6-hummingboard2-emmc ..&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Skipping Poky (Yocto Project Ref Distro) for failure&lt;BR /&gt;&lt;/SPAN&gt;SRIPT FAILED: continuing...&lt;BR /&gt;&lt;SPAN&gt;&lt;BR /&gt;And then it goes to other devs which I dont' need/ have anything on.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;So, doenst work out-of-the-box.&amp;nbsp; What's missing? Is append part any suspicious, missing actual PARTUUID..? What's needed to make it work(boot) straight as out of Yocto build.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 00:38:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1191868#M165802</guid>
      <dc:creator>dry</dc:creator>
      <dc:date>2020-12-02T00:38:41Z</dc:date>
    </item>
    <item>
      <title>Re: iMX Yocto : U-boot generated config and extlinux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1191915#M165812</link>
      <description>&lt;P&gt;The boot issue I manually (on target) fixed by 1) linking to one of available devtrees with name U-boot is looking for and; 2) adjusting find uuid command in U-boot to look at mmc 1 rather.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 02:19:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1191915#M165812</guid>
      <dc:creator>dry</dc:creator>
      <dc:date>2020-12-02T02:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: iMX Yocto : U-boot generated config and extlinux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1192427#M165875</link>
      <description>&lt;P&gt;Good!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 15:15:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1192427#M165875</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-12-02T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: iMX Yocto : U-boot generated config and extlinux</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1192664#M165885</link>
      <description>&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Now , just to remove properly extlinux through Yocto image ....&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 21:42:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX-Yocto-U-boot-generated-config-and-extlinux/m-p/1192664#M165885</guid>
      <dc:creator>dry</dc:creator>
      <dc:date>2020-12-02T21:42:04Z</dc:date>
    </item>
  </channel>
</rss>

