<?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>PowerQUICC ProcessorsのトピックRe: mpc8313e reset configuration</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235320#M261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thanks Marius&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Can you please guide me further.I am not finding the address of NOR flash.How can I write in NOR. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Jun 2013 09:31:56 GMT</pubDate>
    <dc:creator>jamakh</dc:creator>
    <dc:date>2013-06-25T09:31:56Z</dc:date>
    <item>
      <title>mpc8313e reset configuration</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235318#M259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;I want to change RCWHR register bits.As it is read only so How can I change its values?Actually I want to configure it in SGMII mode.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 10:27:19 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235318#M259</guid>
      <dc:creator>jamakh</dc:creator>
      <dc:date>2013-06-24T10:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: mpc8313e reset configuration</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235319#M260</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;As far I know for 83xx targets, the RCW part is located in the NOR flash. So you must write the new RCW binary at the beginning of the NOR.&lt;/P&gt;&lt;P&gt;The RCW registers are read-only are used only to illustrate the RCW setup in the NOR flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 09:23:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235319#M260</guid>
      <dc:creator>marius_grigoras</dc:creator>
      <dc:date>2013-06-25T09:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: mpc8313e reset configuration</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235320#M261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thanks Marius&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Can you please guide me further.I am not finding the address of NOR flash.How can I write in NOR. &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 09:31:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235320#M261</guid>
      <dc:creator>jamakh</dc:creator>
      <dc:date>2013-06-25T09:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: mpc8313e reset configuration</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235321#M262</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;Please take a look here [1] for finding the util commands for NOR flash use.&lt;/P&gt;&lt;P&gt;Basically, these are:&lt;/P&gt;&lt;P&gt;md - memory display&lt;/P&gt;&lt;P&gt;protect - using with &amp;lt;protect off&amp;gt; useful for making unprotect before any erase/write to the NOR flash&lt;/P&gt;&lt;P&gt;cp - copy the necessary bytes from source to destination (NOR flash in your case)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For finding the NOR flash start address please use bdinfo command&amp;nbsp; - need to take a look after flashstart parameter (not sure if is implemented in your u-boot) or reginfo command - need to take a look after BR0 value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; bdinfo&lt;/P&gt;&lt;P&gt;memstart&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x00000000&lt;/P&gt;&lt;P&gt;memsize&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x100000000&lt;/P&gt;&lt;P&gt;flashstart&amp;nbsp; = &lt;STRONG&gt;0xE0000000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;flashsize&amp;nbsp;&amp;nbsp; = 0x08000000&lt;/P&gt;&lt;P&gt;flashoffset = 0x00000000&lt;/P&gt;&lt;P&gt;sramstart&amp;nbsp;&amp;nbsp; = 0x00000000&lt;/P&gt;&lt;P&gt;sramsize&amp;nbsp;&amp;nbsp;&amp;nbsp; = 0x00000000&lt;/P&gt;&lt;P&gt;immr_base&amp;nbsp;&amp;nbsp; = 0xFE000000&lt;/P&gt;&lt;P&gt;bootflags&amp;nbsp;&amp;nbsp; = 0x00000000&lt;/P&gt;&lt;P&gt;intfreq&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 1499.985 MHz&lt;/P&gt;&lt;P&gt;busfreq&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 799.992 MHz&lt;/P&gt;&lt;P&gt;addressing&amp;nbsp; = 36-bit&lt;/P&gt;&lt;P&gt;ethaddr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 00:04:9F:01:E3:FE&lt;/P&gt;&lt;P&gt;IP addr&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 192.168.100.26&lt;/P&gt;&lt;P&gt;baudrate&amp;nbsp;&amp;nbsp;&amp;nbsp; = 115200 bps&lt;/P&gt;&lt;P&gt;relocaddr&amp;nbsp;&amp;nbsp; = 0x7FF30000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; reginfo&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BR0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xE8001001&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0xF8000F85&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;-&amp;gt; this means that the NOR flash is mapped starting from 0xE800_0000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that at 83xx boards the RCW is located just at the beginning of the flash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marius&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[1] &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94696"&gt;https://community.freescale.com/docs/DOC-94696&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94696#comment-4349"&gt;Deploying SDK 1.3.2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jun 2013 14:49:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/mpc8313e-reset-configuration/m-p/235321#M262</guid>
      <dc:creator>marius_grigoras</dc:creator>
      <dc:date>2013-06-25T14:49:58Z</dc:date>
    </item>
  </channel>
</rss>

