<?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 Re: Can I access to uboot variables from Linux? in T-Series</title>
    <link>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597708#M1338</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. Is the answer also valid for SDK 1.9 and 1.8?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manolo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 10:21:58 GMT</pubDate>
    <dc:creator>manoloruiz</dc:creator>
    <dc:date>2016-10-03T10:21:58Z</dc:date>
    <item>
      <title>Can I access to uboot variables from Linux?</title>
      <link>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597705#M1335</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;I would like to modify uboot variables from Linux. Is this possible? I have seen that it is possible to compile the kernel with some options in order to be able to access to them, but I cannot seen this option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: black; background-color: #f9f9f9; border: 1px solid #dddddd; font-size: 14px; padding: 1em;"&gt;Target filesystem options&amp;nbsp; ---&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*] Das U-Boot Boot Monitor&amp;nbsp; ---&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [*]&amp;nbsp;&amp;nbsp; fw_printenv tool in target&lt;/PRE&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 06:34:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597705#M1335</guid>
      <dc:creator>manoloruiz</dc:creator>
      <dc:date>2016-09-30T06:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access to uboot variables from Linux?</title>
      <link>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597706#M1336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manolo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you can access u-boot variables over Memory technology Device Layer (MTD). For detailed information you can see here&amp;nbsp;&lt;A class="link-titled" href="http://www.denx.de/wiki/view/DULG/HowCanIAccessUBootEnvironmentVariablesInLinux" title="http://www.denx.de/wiki/view/DULG/HowCanIAccessUBootEnvironmentVariablesInLinux"&gt;HowCanIAccessUBootEnvironmentVariablesInLinux &amp;lt; DULG &amp;lt; DENX&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Sep 2016 06:38:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597706#M1336</guid>
      <dc:creator>mike_susen</dc:creator>
      <dc:date>2016-09-30T06:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access to uboot variables from Linux?</title>
      <link>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597707#M1337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Hello &lt;A _jive_internal="true" data-content-finding="Community" data-userid="259205" data-username="manoloruiz" href="https://community.nxp.com/people/manoloruiz"&gt;manolo ruiz&lt;/A&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;I assume you use SDK 2.0, please refer to the following procedure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&amp;nbsp;Please add "u-boot-fw-utils" into variable IMAGE_INSTALL_append in meta-freescale/recipes-fsl/images/fsl-image-core.bb.&lt;BR /&gt; &lt;BR /&gt; And run "bitbake fsl-image-core" to rebuild this tool into filesystem.&lt;BR /&gt; &lt;BR /&gt; On the target board, please create a configuration file /etc/fw_env.config, the content like this&lt;BR /&gt; &lt;BR /&gt; /dev/mtd5 0x60000 0x2000 0x100000&lt;BR /&gt; &lt;BR /&gt; MTD device name&lt;BR /&gt; Device Offset&lt;BR /&gt; Environment Size&lt;BR /&gt; Flash sector size&lt;BR /&gt; &lt;BR /&gt; Then execute "fw_printenv" and "fw_setenv" to read and write u-boot environment.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Yiping&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Fri, 30 Sep 2016 14:27:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597707#M1337</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2016-09-30T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access to uboot variables from Linux?</title>
      <link>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597708#M1338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your answer. Is the answer also valid for SDK 1.9 and 1.8?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manolo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 10:21:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597708#M1338</guid>
      <dc:creator>manoloruiz</dc:creator>
      <dc:date>2016-10-03T10:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access to uboot variables from Linux?</title>
      <link>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597709#M1339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is valid for SDK 1.9 and 1.8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Yiping&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 07:00:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597709#M1339</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2016-10-13T07:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I access to uboot variables from Linux?</title>
      <link>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597710#M1340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I performed these steps using the QorIQ SDK v2.0 and received the following errors:&lt;/P&gt;&lt;P&gt;$ bitbake fsl-image-core&lt;BR /&gt;Loading cache: 100% |########################################################################################################################################| ETA: 00:00:00&lt;BR /&gt;Loaded 3437 entries from dependency cache.&lt;BR /&gt;Parsing recipes: 100% |######################################################################################################################################| Time: 00:00:00&lt;BR /&gt;Parsing of 2733 .bb files complete (2729 cached, 4 parsed). 3438 targets, 248 skipped, 0 masked, 0 errors.&lt;BR /&gt;NOTE: Resolving any missing task queue dependencies&lt;BR /&gt;&lt;STRONG&gt;ERROR: Nothing RPROVIDES 'u-boot-fw-utils' (but /LS1020A/QorIQ-SDK-V2.0-20160527-yocto/sources/meta-freescale/recipes-fsl/images/fsl-image-core.bb RDEPENDS on or otherwise requires it)&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;ERROR: u-boot-fw-utils was skipped: Only config,images can be specified!&lt;/STRONG&gt;&lt;BR /&gt;NOTE: Runtime target 'u-boot-fw-utils' is unbuildable, removing...&lt;BR /&gt;Missing or unbuildable dependency chain was: ['u-boot-fw-utils']&lt;BR /&gt;&lt;STRONG&gt;ERROR: Required build target 'fsl-image-core' has no buildable providers.&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Missing or unbuildable dependency chain was: ['fsl-image-core', 'u-boot-fw-utils']&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to fix this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2017 17:48:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/T-Series/Can-I-access-to-uboot-variables-from-Linux/m-p/597710#M1340</guid>
      <dc:creator>gregjohnson</dc:creator>
      <dc:date>2017-10-24T17:48:10Z</dc:date>
    </item>
  </channel>
</rss>

