<?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: Booting MPC8309 custom board with SD card Problem in PowerQUICC Processors</title>
    <link>https://community.nxp.com/t5/PowerQUICC-Processors/Booting-MPC8309-custom-board-with-SD-card-Problem/m-p/779933#M2425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Please create a Technical Case referring the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.nxp.com%2Fthread%2F381898&amp;amp;data=02%7C01%7Cpavel.chubakov%40nxp.com%7Cdedc7051656a42dc12dd08d572ce58c9%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636541152936967769&amp;amp;sdata=JMY2vEHBFaf3PKN%2FFdsTMU3uW5uTCXq1lsy6YDRrrtE%3D&amp;amp;reserved=0"&gt;https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.nxp.com%2Fthread%2F381898&amp;amp;data=02%7C01%7Cpavel.chubakov%40nxp.com%7Cdedc7051656a42dc12dd08d572ce58c9%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636541152936967769&amp;amp;sdata=JMY2vEHBFaf3PKN%2FFdsTMU3uW5uTCXq1lsy6YDRrrtE%3D&amp;amp;reserved=0&lt;/A&gt;&lt;A href="https://community.nxp.com/thread/381898"&gt;How I could create a Service Request?&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;H1 style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; border: none windowtext 1.0pt; padding: 0cm;"&gt;There is a program example for SD boot on the MPC8309. This example is not fully tested and cannot be publish on open community. &lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Tue, 13 Feb 2018 11:42:07 GMT</pubDate>
    <dc:creator>Pavel</dc:creator>
    <dc:date>2018-02-13T11:42:07Z</dc:date>
    <item>
      <title>Booting MPC8309 custom board with SD card Problem</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/Booting-MPC8309-custom-board-with-SD-card-Problem/m-p/779932#M2424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,I'm trying to boot the MPC8309twr with sd card.&lt;/P&gt;&lt;P&gt;I followed the procedure as per the document &lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Ffiles%2F32bit%2Fdoc%2Fapp_note%2FAN3659.pdf" rel="nofollow" target="_blank"&gt;AN3659_bf.pdf&lt;/A&gt;(which describes the format for sd card boot for MPC8536E)&amp;nbsp; as per the doubts asked by other members and response given i set up configuration file.&lt;/P&gt;&lt;P&gt;These are the following changes done for sd card boot:&lt;/P&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;Hardware specific:-&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;1)CFG_RESET_SOURCE[0:3]=[1:1:0:1] for esdhc boot&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;&lt;STRONG&gt;BSP specific&lt;/STRONG&gt; :&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;1) Added macro to enable ramboot (CONFIG_SYS_RAMBOOT)&amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;2) Changed TEXT_BASE to 0x01000000 (ram address)&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;3)changed IMMR address (#define CONFIG_SYS_IMMR &amp;nbsp; &amp;nbsp; 0xFFF00000)&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;4) compile uboot and used uboot.bin file&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;I even used the boot format utility for formatting sd card and followed the complete steps as per the document&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;but still not able to boot.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Here I am having some doubts:&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1: as per the mpc8309 reference manual BMS bit is 1 in RCWHR register for sd card boot, which means our boot memory space will be lower 8MB(0xFF80_0000 to 0xFFFF_FFFF.) so where should our boot code be present and how it is related with the Target address and Execution DDR address.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2:how we are defining the source address,Target address and Execution address.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; as suggested by Ufedor,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Target Address (DDR address) 0x01000000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; Execution Starting Address is set to 0x01000100.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; are these two address fixed and if not,can i change it to some other address range.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3:where should be the microcode present.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; i mean only modifying&amp;nbsp; CONFIG_SYS_QE_FW_ADDR to a DDR address is sufficient or any other modifications to be done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;what should be the suitable DDR address for microcode &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;so please guide me if i have done any mistake in the above configurations for booting with sd card. &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;satya ranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 08:58:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/Booting-MPC8309-custom-board-with-SD-card-Problem/m-p/779932#M2424</guid>
      <dc:creator>satyaranjan</dc:creator>
      <dc:date>2018-02-02T08:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Booting MPC8309 custom board with SD card Problem</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/Booting-MPC8309-custom-board-with-SD-card-Problem/m-p/779933#M2425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;Please create a Technical Case referring the following:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt;"&gt;&lt;A href="https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.nxp.com%2Fthread%2F381898&amp;amp;data=02%7C01%7Cpavel.chubakov%40nxp.com%7Cdedc7051656a42dc12dd08d572ce58c9%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636541152936967769&amp;amp;sdata=JMY2vEHBFaf3PKN%2FFdsTMU3uW5uTCXq1lsy6YDRrrtE%3D&amp;amp;reserved=0"&gt;https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.nxp.com%2Fthread%2F381898&amp;amp;data=02%7C01%7Cpavel.chubakov%40nxp.com%7Cdedc7051656a42dc12dd08d572ce58c9%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636541152936967769&amp;amp;sdata=JMY2vEHBFaf3PKN%2FFdsTMU3uW5uTCXq1lsy6YDRrrtE%3D&amp;amp;reserved=0&lt;/A&gt;&lt;A href="https://community.nxp.com/thread/381898"&gt;How I could create a Service Request?&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;H1 style="margin: 0cm; margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 10.0pt; border: none windowtext 1.0pt; padding: 0cm;"&gt;There is a program example for SD boot on the MPC8309. This example is not fully tested and cannot be publish on open community. &lt;/SPAN&gt;&lt;/H1&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Pavel Chubakov&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>Tue, 13 Feb 2018 11:42:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/Booting-MPC8309-custom-board-with-SD-card-Problem/m-p/779933#M2425</guid>
      <dc:creator>Pavel</dc:creator>
      <dc:date>2018-02-13T11:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Booting MPC8309 custom board with SD card Problem</title>
      <link>https://community.nxp.com/t5/PowerQUICC-Processors/Booting-MPC8309-custom-board-with-SD-card-Problem/m-p/779934#M2426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still facing the issue in sd card booting. I have applied the patches but still no u-boot print showing up in console. I am still having doubt that for sd card boot&amp;nbsp; if RCW=1101 (hard coded) the BMS bit is 1 which indicates that the boot code should be present at address&amp;nbsp; FF800000 to FFFFFFFF. So how should I put my uboot code at this location.&lt;/P&gt;&lt;P&gt;Please share some sd card debugging documents specific to mpc8309twr.what are the other requirements need to be modified or required to be added.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 20:25:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/PowerQUICC-Processors/Booting-MPC8309-custom-board-with-SD-card-Problem/m-p/779934#M2426</guid>
      <dc:creator>satyaranjan</dc:creator>
      <dc:date>2018-03-07T20:25:40Z</dc:date>
    </item>
  </channel>
</rss>

