<?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>i.MX ProcessorsのトピックI.MX28 Custom HW hangs at power initialization</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387966#M56333</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble bringing up my custom board based on the i.MX28 EVK. I have inserted print functions in the boot code to see where it fails. I'm using sb_loader to boot from USB. it hangs after PowerPrep_Init4p2Regulator(); &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;line 725 in power_prep.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;My hardware follows the VDD5V only setup as outlined in AN4199&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;We have unmarked NO_DCDC_BATT_SOURCE and marked out NO_VDD_SOURCE in power_prep.c &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Question 1: Are there other code changes that I need to make to support VDD5V only configuration?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Question 2: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I notice that I have left the TESTMODE pin C10 floating. Is this a likely cause of the hang? I have marked this line to be tied low for the next PCB revision.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Attached are my power_prep.c and hardware checklist&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any help is greatly appreciated.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337101"&gt;power_prep.c.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2014 23:05:55 GMT</pubDate>
    <dc:creator>joelk</dc:creator>
    <dc:date>2014-11-07T23:05:55Z</dc:date>
    <item>
      <title>I.MX28 Custom HW hangs at power initialization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387966#M56333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble bringing up my custom board based on the i.MX28 EVK. I have inserted print functions in the boot code to see where it fails. I'm using sb_loader to boot from USB. it hangs after PowerPrep_Init4p2Regulator(); &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;line 725 in power_prep.c&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;My hardware follows the VDD5V only setup as outlined in AN4199&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;We have unmarked NO_DCDC_BATT_SOURCE and marked out NO_VDD_SOURCE in power_prep.c &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Question 1: Are there other code changes that I need to make to support VDD5V only configuration?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Question 2: &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I notice that I have left the TESTMODE pin C10 floating. Is this a likely cause of the hang? I have marked this line to be tied low for the next PCB revision.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Attached are my power_prep.c and hardware checklist&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Any help is greatly appreciated.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-337101"&gt;power_prep.c.txt.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 23:05:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387966#M56333</guid>
      <dc:creator>joelk</dc:creator>
      <dc:date>2014-11-07T23:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX28 Custom HW hangs at power initialization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387967#M56334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you are right TESTMODE should&amp;nbsp; be tied to ground, otherwise&lt;/P&gt;&lt;P&gt;chip can enter to test mode.&lt;/P&gt;&lt;P&gt;You can further add debug printf for locating accurate operand:&lt;/P&gt;&lt;P&gt;this would be brownout cause and then you can add time delay or&lt;/P&gt;&lt;P&gt;increase brownout level.&lt;/P&gt;&lt;P&gt;All necessary patches are given below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Updates and Patches (9) &lt;/P&gt;&lt;P&gt;&lt;A href="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCIMX28EVKJ&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab" title="http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MCIMX28EVKJ&amp;amp;fpsp=1&amp;amp;tab=Design_Tools_Tab"&gt;i.MX28 Evaluation Kit|Freescale&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 10:16:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387967#M56334</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-11-08T10:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX28 Custom HW hangs at power initialization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387968#M56335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Igor, thanks for your reply.&lt;/P&gt;&lt;P&gt;We have already applied the patches. I will try adjusting the brownout level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i tell if the chip has entered test mode? Is there an obvious change in the chips behavior that I can watch for to make sure this isn't happening?&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:49:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387968#M56335</guid>
      <dc:creator>joelk</dc:creator>
      <dc:date>2014-11-10T16:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX28 Custom HW hangs at power initialization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387969#M56336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry details about test mode are not available,&lt;/P&gt;&lt;P&gt;this mode is only for factory testing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 03:01:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387969#M56336</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-11-11T03:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: I.MX28 Custom HW hangs at power initialization</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387970#M56337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had our local assembly shop modify the PCB to tie Testmode low before placing the BGA. Our boards now get all the way through power initialization without any problem. I still am not able to boot all the way to uboot prompt but I will start a new thread because it is a RAM problem now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 17:06:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I-MX28-Custom-HW-hangs-at-power-initialization/m-p/387970#M56337</guid>
      <dc:creator>joelk</dc:creator>
      <dc:date>2014-11-21T17:06:28Z</dc:date>
    </item>
  </channel>
</rss>

