<?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:     iMX8 Yocto U-Boot Configurations - Select Boot Device</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961874#M143457</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for building uboot with different defconfigs one can look at sect.4.5.12 How to build U-Boot&lt;/P&gt;&lt;P&gt;Linux Guide included in&amp;nbsp;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=imx-yocto-L4.14.98_2.0.0_ga" target="_blank"&gt;Linux L4.14.98_2.0.0 Documentation&lt;/A&gt; .&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>Tue, 24 Sep 2019 06:47:53 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2019-09-24T06:47:53Z</dc:date>
    <item>
      <title>iMX8 Yocto U-Boot Configurations - Select Boot Device</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961873#M143456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 4.14.98 BSP, I have multiple u-boot configurations for a custom iMX8QM device. I am trying to build two different versions of u-boot.bin based on different boot devices, an "sd" and "fspi" device. Is there any way to differentiate the two u-boot.bin files. Each configuration produces the same u-boot.bin binaries. In the manufacturing tool file directory, the Freescale devices have different u-boot file names according to the boot device. Is this something done automatically or do I create these files using the u-boot file created?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In &lt;STRONG&gt;&lt;EM&gt;sources/meta-fsl-bsp-release/imx/meta-bsp/conf/machine/imx8qmmek.conf&lt;/EM&gt;&lt;/STRONG&gt; machine file, I have the following options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;UBOOT_CONFIG ??= "sd"&lt;BR /&gt;UBOOT_CONFIG_SD = \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "${@bb.utils.contains('MACHINE', 'imx8qm_iwg27m', 'imx8qm_mek_4gb_defconfig', \&lt;BR /&gt;&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;&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; 'imx8qm_mek_8gb_defconfig', d)}"&lt;BR /&gt;UBOOT_CONFIG_FSPI = \&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'imx8qm_mek_spl_fspi_defconfig', \&lt;BR /&gt;&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;&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; 'imx8qm_mek_fspi_defconfig', d)}"&lt;BR /&gt;UBOOT_CONFIG[sd]&amp;nbsp;&amp;nbsp; = "${UBOOT_CONFIG_SD},sdcard"&lt;BR /&gt;UBOOT_CONFIG[fspi] = "${UBOOT_CONFIG_FSPI}"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;BR /&gt;The following selections tried but did not build because of an error stating only one configuration is allowed.&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;UBOOT_CONFIG ??= "fspi sd"&lt;BR /&gt;or&lt;BR /&gt;UBOOT_CONFIG ??= "sd fspi"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How do I get the builds to produce different output files for "sd" and "fspi" in same compilation???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Prashanth Kumar K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 05:12:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961873#M143456</guid>
      <dc:creator>prashanthkumar</dc:creator>
      <dc:date>2019-09-24T05:12:54Z</dc:date>
    </item>
    <item>
      <title>Re:     iMX8 Yocto U-Boot Configurations - Select Boot Device</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961874#M143457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for building uboot with different defconfigs one can look at sect.4.5.12 How to build U-Boot&lt;/P&gt;&lt;P&gt;Linux Guide included in&amp;nbsp;&lt;A class="" href="https://www.nxp.com/webapp/Download?colCode=imx-yocto-L4.14.98_2.0.0_ga" target="_blank"&gt;Linux L4.14.98_2.0.0 Documentation&lt;/A&gt; .&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>Tue, 24 Sep 2019 06:47:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961874#M143457</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-09-24T06:47:53Z</dc:date>
    </item>
    <item>
      <title>Re:     iMX8 Yocto U-Boot Configurations - Select Boot Device</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961875#M143458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section "&lt;STRONG&gt;4.5.12 How to build U-Boot and Kernel in standalone environment&lt;/STRONG&gt;" is telling standalone compilation.&lt;/P&gt;&lt;P&gt;But I need full compilation during Yocto build.&lt;/P&gt;&lt;P&gt;Can you please help me to compile in yocto build itself like adding below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;UBOOT_CONFIG ??= "sd fspi"&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Prashanth Kumar K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:38:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961875#M143458</guid>
      <dc:creator>prashanthkumar</dc:creator>
      <dc:date>2019-09-24T07:38:50Z</dc:date>
    </item>
    <item>
      <title>Re:     iMX8 Yocto U-Boot Configurations - Select Boot Device</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961876#M143459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suggested documentation is given for currently supported features.&lt;/P&gt;&lt;P&gt;If this is not sufficient, one can get additional support with &lt;A class="link-titled" href="https://www.nxp.com/design/engineering-services:SW-SUPPORT" title="https://www.nxp.com/design/engineering-services:SW-SUPPORT"&gt;Commercial Support and Engineering Services | NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please note that this part is not officially released yet and has not full support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2019 10:54:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX8-Yocto-U-Boot-Configurations-Select-Boot-Device/m-p/961876#M143459</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-09-24T10:54:40Z</dc:date>
    </item>
  </channel>
</rss>

