<?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: P1012 processor Boot settings in Classic/Legacy CodeWarrior</title>
    <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215539#M6166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;we are facing some problem when the processor&amp;nbsp; NAND (small page) booting.&lt;/P&gt;&lt;P&gt;Actually through FCM mode we are able to boot p1012.&lt;/P&gt;&lt;P&gt;But our Design (FPGA and CPLD) register access done through( using chip selects LCS1 and LCS2 ) eLBC GPCM mode.&lt;/P&gt;&lt;P&gt;We are unable to write into these registers when the boot is NANd (FCM mode).&lt;/P&gt;&lt;P&gt;But we are able to write and read if we select SDCARD boot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you aware of this problem.why NAND Boot has problem.&lt;/P&gt;&lt;P&gt;Is there any boot code modification required to change the mode from FCM to GPCM after the booting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Apr 2012 12:07:37 GMT</pubDate>
    <dc:creator>VVreddy</dc:creator>
    <dc:date>2012-04-27T12:07:37Z</dc:date>
    <item>
      <title>P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215532#M6159</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 am finding some problem in Boot ROM Location setting for p1012.&lt;/P&gt;&lt;P&gt;When i made setting&amp;nbsp; boot ROM location to&amp;nbsp; Local bus GPCM-16-bit ROM (default) Codeworrior Initializing fine and am able write and read from Dithers is working perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But when I changed boot ROM location to&amp;nbsp; Local bus FCM-8-bit NAND flash small page (or any other mode)&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;Codeworrior Initializing fails.(???).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am fully confused&amp;nbsp; that why its happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 12:34:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215532#M6159</guid>
      <dc:creator>VVreddy</dc:creator>
      <dc:date>2012-03-12T12:34:07Z</dc:date>
    </item>
    <item>
      <title>Re: P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215533#M6160</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 am finding some problem in Boot ROM Location setting for p1012.&lt;/P&gt;&lt;P&gt;When i made setting&amp;nbsp; boot ROM location to&amp;nbsp; Local bus GPCM-16-bit ROM (default) Codeworrior Initializing fine and am able write and read from DDR3 it&amp;nbsp; is working perfectly fine.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But when I changed boot ROM location to&amp;nbsp; Local bus FCM-8-bit NAND flash small page (or any other mode)&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;Codeworrior Initializing fails.(???).&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I am fully confused&amp;nbsp; that why its happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please Help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2012 12:36:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215533#M6160</guid>
      <dc:creator>VVreddy</dc:creator>
      <dc:date>2012-03-12T12:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215534#M6161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all i got the answer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When NAND boot is selected the processor will be able to complete its POR&lt;BR /&gt;sequence only if the NAND flash contains data with correct ECC.&lt;BR /&gt;From the POR sequence description provided in the P1021 QorIQ Integrated&lt;BR /&gt;Processor Reference Manual (4.5.2 Power-On Reset Sequence, step 8) you&amp;nbsp; could&lt;BR /&gt;see that further progress is posible only after the FCM finishes loading&amp;nbsp; the&lt;BR /&gt;&amp;nbsp;pages from the NAND Flash device - else (for a blank NAND device) the POR&lt;BR /&gt;&amp;nbsp;sequence stalls forever.IIn the described case it is required to select boot ROM location to Local&lt;BR /&gt;&amp;nbsp;bus GPCM, connect CodeWarrior and program NAND flash. After that it will&amp;nbsp; be&lt;BR /&gt;&amp;nbsp;possible to change the ROM location to NAND.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 18:07:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215534#M6161</guid>
      <dc:creator>VVreddy</dc:creator>
      <dc:date>2012-04-03T18:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215535#M6162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks I may need to know that....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can I ask what development board you are using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks R&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For other, I'm trying to find if this is a popluar processor ... see blow&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="109732" class="jive_macro jive_macro_thread default_title" href="https://community.freescale.com/thread/109732" jivemacro="thread" title="https://community.freescale.com/thread/109732"&gt;https://community.freescale.com/thread/109732&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="109730" class="jive_macro jive_macro_thread default_title" href="https://community.freescale.com/thread/109730" jivemacro="thread" title="https://community.freescale.com/thread/109730"&gt;https://community.freescale.com/thread/109730&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 21:23:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215535#M6162</guid>
      <dc:creator>rick101</dc:creator>
      <dc:date>2012-04-12T21:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215536#M6163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; Rick&lt;/P&gt;&lt;P&gt;Thanks. We are using P1020 RDB&amp;nbsp; since we could nt get P1021 RDB and our target application (for our Product) is on P1012 processor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 11:19:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215536#M6163</guid>
      <dc:creator>VVreddy</dc:creator>
      <dc:date>2012-04-13T11:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215537#M6164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 16:24:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215537#M6164</guid>
      <dc:creator>rick101</dc:creator>
      <dc:date>2012-04-16T16:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215538#M6165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For others, you can actually buy this board, just type&amp;nbsp; &lt;STRONG&gt;&lt;FONT color="#000000"&gt;P1021RDB-PC&lt;/FONT&gt;&lt;/STRONG&gt; into the search box on freescales web site. It seems that the website is out of date, however, this is a fairly new board and I have been informed by freescale that this will be fixed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 20:46:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215538#M6165</guid>
      <dc:creator>rick101</dc:creator>
      <dc:date>2012-04-23T20:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: P1012 processor Boot settings</title>
      <link>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215539#M6166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rick&lt;/P&gt;&lt;P&gt;we are facing some problem when the processor&amp;nbsp; NAND (small page) booting.&lt;/P&gt;&lt;P&gt;Actually through FCM mode we are able to boot p1012.&lt;/P&gt;&lt;P&gt;But our Design (FPGA and CPLD) register access done through( using chip selects LCS1 and LCS2 ) eLBC GPCM mode.&lt;/P&gt;&lt;P&gt;We are unable to write into these registers when the boot is NANd (FCM mode).&lt;/P&gt;&lt;P&gt;But we are able to write and read if we select SDCARD boot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you aware of this problem.why NAND Boot has problem.&lt;/P&gt;&lt;P&gt;Is there any boot code modification required to change the mode from FCM to GPCM after the booting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Apr 2012 12:07:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Classic-Legacy-CodeWarrior/P1012-processor-Boot-settings/m-p/215539#M6166</guid>
      <dc:creator>VVreddy</dc:creator>
      <dc:date>2012-04-27T12:07:37Z</dc:date>
    </item>
  </channel>
</rss>

