<?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: How to modify *.inc script to *.cfg ? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664525#M102116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks a lot.&lt;/P&gt;&lt;P&gt;Is there a script to convert ?&lt;/P&gt;&lt;P&gt;Or should I must convert it manual？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Mar 2017 08:32:16 GMT</pubDate>
    <dc:creator>shipingwu</dc:creator>
    <dc:date>2017-03-23T08:32:16Z</dc:date>
    <item>
      <title>How to modify *.inc script to *.cfg ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664521#M102112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;How to modify *.inc script to *.cfg after DDR stress testing ? I want to use file *.inc for u-boot ddr config.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Feb 2017 03:17:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664521#M102112</guid>
      <dc:creator>shipingwu</dc:creator>
      <dc:date>2017-02-24T03:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify *.inc script to *.cfg ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664522#M102113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; it would be better to "convert" .inc initialization script to DCD table of U-boot manually,&lt;/P&gt;&lt;P&gt;since it depends on U-boot version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&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>Thu, 16 Mar 2017 06:15:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664522#M102113</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-03-16T06:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify *.inc script to *.cfg ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664523#M102114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;P&gt;And how to convert to DCD table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 08:15:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664523#M102114</guid>
      <dc:creator>shipingwu</dc:creator>
      <dc:date>2017-03-23T08:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify *.inc script to *.cfg ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664524#M102115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.inc file has format as following :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;setmem /32&lt;SPAN class=""&gt; &lt;/SPAN&gt;0x021b0800 =&lt;SPAN class=""&gt; &lt;/SPAN&gt;0xa1390003&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;meaning write data&amp;nbsp;&lt;SPAN&gt;0xa1390003 to address&amp;nbsp;0x021b0800.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;corresponding &amp;nbsp;line of the DCD is as following :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #2873ee; background-color: #ffffff;"&gt;DATA 4, &lt;SPAN style="color: #3d3d3d;"&gt;0x021b0800&lt;/SPAN&gt;,&amp;nbsp;&lt;SPAN style="color: #3d3d3d;"&gt;0xa1390003&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 08:24:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664524#M102115</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-03-23T08:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify *.inc script to *.cfg ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664525#M102116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, thanks a lot.&lt;/P&gt;&lt;P&gt;Is there a script to convert ?&lt;/P&gt;&lt;P&gt;Or should I must convert it manual？&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 08:32:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664525#M102116</guid>
      <dc:creator>shipingwu</dc:creator>
      <dc:date>2017-03-23T08:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify *.inc script to *.cfg ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664526#M102117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think - manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:01:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664526#M102117</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-03-23T09:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify *.inc script to *.cfg ?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664527#M102118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK.&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Mar 2017 09:04:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-modify-inc-script-to-cfg/m-p/664527#M102118</guid>
      <dc:creator>shipingwu</dc:creator>
      <dc:date>2017-03-23T09:04:04Z</dc:date>
    </item>
  </channel>
</rss>

