<?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のトピックOverwrite UBOOT_CONFIG on imx6ullevk</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925724#M139009</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For running test on imx6 EVK, it was booting from sdcard as a default UBOOT_CONFIG, now I need to build Yocto image for a customized board based on imx6ull EVK but booting from NAND, the UBOOT_CONFIG should be changed to nand, what is the appropriate configuration to overwrite imx6ullevk UBOOT_CONFIG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx6ullevk.conf&lt;BR /&gt; UBOOT_CONFIG ??= "sd"&lt;BR /&gt; UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard"&lt;BR /&gt; UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- jupiter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2019 04:59:13 GMT</pubDate>
    <dc:creator>jupiter_hce</dc:creator>
    <dc:date>2019-07-02T04:59:13Z</dc:date>
    <item>
      <title>Overwrite UBOOT_CONFIG on imx6ullevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925724#M139009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For running test on imx6 EVK, it was booting from sdcard as a default UBOOT_CONFIG, now I need to build Yocto image for a customized board based on imx6ull EVK but booting from NAND, the UBOOT_CONFIG should be changed to nand, what is the appropriate configuration to overwrite imx6ullevk UBOOT_CONFIG?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;imx6ullevk.conf&lt;BR /&gt; UBOOT_CONFIG ??= "sd"&lt;BR /&gt; UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard"&lt;BR /&gt; UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- jupiter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 04:59:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925724#M139009</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2019-07-02T04:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite UBOOT_CONFIG on imx6ullevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925725#M139010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jupiter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can see the UBOOT_CONFIG parameter for booting from NAND on the i.MX Yocto Project User’s Guide (part of the BSP release documentation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to do this would be adding the following line to the conf/local.conf file:&lt;/P&gt;&lt;P&gt;UBOOT_CONFIG = \"nand\""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will override the UBOOT_CONFIG variable. You may also create a new machine configuration file that inherits the imx6ull configuration and overwrites the UBOOT_CONFIG. You may also do this on the u-boot side but I would recommend changing the machine configuration rather than the bootloader recipe. However, there is not just one answer on how to make your own customized Yocto images.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The i.MX Porting Guide is another document that may be of help when working on your customized BSP.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2019 20:36:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925725#M139010</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2019-07-02T20:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite UBOOT_CONFIG on imx6ullevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925726#M139011</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="328486" data-username="jupiter.hce@gmail.com" href="https://community.nxp.com/people/jupiter.hce@gmail.com"&gt;jupiter hce&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to add below lines in respective files to build U-boot for NAND:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;UBOOT_CONFIG = "nand"&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; in "&lt;EM&gt;conf/local.conf" &lt;/EM&gt;file&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; in "&lt;EM&gt;sources/meta-fsl-bsp-release/imx/meta-bsp/conf/machine/imx6ull14x14evk.conf" file&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shivani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jul 2019 09:15:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925726#M139011</guid>
      <dc:creator>shivanipatel</dc:creator>
      <dc:date>2019-07-03T09:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite UBOOT_CONFIG on imx6ullevk</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925727#M139012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN class=""&gt;Shivani&lt;/SPAN&gt;, &lt;/P&gt;&lt;P&gt;Thank you for the tips, that was very helpful, it turns out I need to build a uboot and zImage to run in RAM first, then to burn the kernel and rootfs to NAND. To build a uboot RAM, should I add following configure? What will be the zImage configure for the ramdisk?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;UBOOT_CONFIG = "nand, emmc"&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp; in "&lt;EM&gt;conf/local.conf" &lt;/EM&gt;file&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config"&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;in "&lt;EM&gt;sources/meta-fsl-bsp-release/imx/meta-bsp/conf/machine/imx6ull14x14evk.conf" file&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;- jupiter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jul 2019 23:45:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Overwrite-UBOOT-CONFIG-on-imx6ullevk/m-p/925727#M139012</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2019-07-04T23:45:21Z</dc:date>
    </item>
  </channel>
</rss>

