<?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 u-boot parameters</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-u-boot-parameters/m-p/1031708#M152328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created my machine to include imx6ullevk.conf to allow me to overwrite some of u-boot parameters over imx6ullevk.conf. In imx6ullevk.conf, I can overwrite u-boot parameter "console" via SERIAL_CONSOLE, but what are names of other macros / parameters in imx6ullevk.conf I could overwrite u-boot mtdparts, bootargs, bootcmd etc in my machine conf file? Is it also possible to create my own u-boot new parameters such as nand-boot, dtbaddr etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, I would like to see the the what names I could defined to overwrite u-boot source configure file, are there any document to show links&amp;nbsp; between defined macros / parameters and the u-boot configure source so change macros / parameters in machine conf file could easily overwrite or create new parameters during u-boot build?&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>Sun, 02 Feb 2020 00:55:35 GMT</pubDate>
    <dc:creator>jupiter_hce</dc:creator>
    <dc:date>2020-02-02T00:55:35Z</dc:date>
    <item>
      <title>Overwrite u-boot parameters</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-u-boot-parameters/m-p/1031708#M152328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have created my machine to include imx6ullevk.conf to allow me to overwrite some of u-boot parameters over imx6ullevk.conf. In imx6ullevk.conf, I can overwrite u-boot parameter "console" via SERIAL_CONSOLE, but what are names of other macros / parameters in imx6ullevk.conf I could overwrite u-boot mtdparts, bootargs, bootcmd etc in my machine conf file? Is it also possible to create my own u-boot new parameters such as nand-boot, dtbaddr etc?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, I would like to see the the what names I could defined to overwrite u-boot source configure file, are there any document to show links&amp;nbsp; between defined macros / parameters and the u-boot configure source so change macros / parameters in machine conf file could easily overwrite or create new parameters during u-boot build?&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>Sun, 02 Feb 2020 00:55:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Overwrite-u-boot-parameters/m-p/1031708#M152328</guid>
      <dc:creator>jupiter_hce</dc:creator>
      <dc:date>2020-02-02T00:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite u-boot parameters</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-u-boot-parameters/m-p/1031709#M152329</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;The following thread may be of help:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/504724"&gt;https://community.nxp.com/thread/504724&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change or add more parameters as needed. Just make sure that the changes are made in a recipe with a high enough priority so that they are reflected on the end image.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Feb 2020 21:11:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Overwrite-u-boot-parameters/m-p/1031709#M152329</guid>
      <dc:creator>gusarambula</dc:creator>
      <dc:date>2020-02-05T21:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Overwrite u-boot parameters</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Overwrite-u-boot-parameters/m-p/1031710#M152330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jupiter.hce@gmail.com"&gt;jupiter.hce@gmail.com&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my understanding you want to modify the u-boot environment variable. You can do that by doing changes in the board file of u-boot source, as mentioned by @&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/gusarambula"&gt;gusarambula&lt;/A&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also SERIAL_CONSOLE variable is for changing the baud rate of application's console. It is related to the getty console. You can find the similar variables in &lt;STRONG&gt;&lt;A href="https://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html"&gt;Yocto Project Reference Manual&lt;/A&gt;&lt;/STRONG&gt;, &lt;STRONG&gt;section 14.1.2&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let us know if you have any further query.&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>Fri, 07 Feb 2020 13:01:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Overwrite-u-boot-parameters/m-p/1031710#M152330</guid>
      <dc:creator>radhikasomaiya</dc:creator>
      <dc:date>2020-02-07T13:01:23Z</dc:date>
    </item>
  </channel>
</rss>

