<?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のトピックRe: i.MX28 EVK board boot up without DCDC block</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356386#M49847</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Went through datasheet and commented out DC-DC related code and configured for Linreg only boot.&lt;/P&gt;&lt;P&gt;Now the board tries to bootup. Initialises RAM and after setup_reloc(), probably when it tries to access ram, the voltage on 1.8V rail (RAM is connected in this) dips by 0.73 volts and board hangs.&lt;/P&gt;&lt;P&gt;Last of the logs are as given below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&lt;EM&gt;&lt;SPAN&gt;RAM Configuration:&lt;BR /&gt;Bank #0: 40000000 128 MiB&lt;BR /&gt;&lt;BR /&gt;DRAM: &amp;nbsp;128 MiB&lt;BR /&gt;initcall: 40015c38&lt;BR /&gt;New Stack Pointer is: 47b0fee0&lt;BR /&gt;initcall: 40015e28&lt;BR /&gt;initcall: 40015f68&lt;BR /&gt;initcall: 40015db8&lt;BR /&gt;Relocation Offset is: 07f12000&lt;BR /&gt;Relocating to 47f14000, new gd at 47b0ff08, sp at 47b0fee0&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&lt;SPAN&gt;What may&lt;/SPAN&gt;&lt;SPAN&gt; be the reason for this happening? &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2019 15:13:42 GMT</pubDate>
    <dc:creator>suhask</dc:creator>
    <dc:date>2019-07-17T15:13:42Z</dc:date>
    <item>
      <title>i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356379#M49840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, I want to MX28 without DCDC block and tested it in MX28 EVK.&lt;/P&gt;&lt;P&gt;But it was fail to upload u-boot, so Is there an guide for using for not DCDC but linear regulator?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I edit SPL code and memory tests in SPL has no problem. The last register of power block is below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;5vctrl (2403F592), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;dcdc4p2(A000001F), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;vddd&amp;nbsp;&amp;nbsp; (00F00710), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;vdda&amp;nbsp;&amp;nbsp; (000F070C), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;vddio&amp;nbsp; (00070406), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;vddmem (00000330)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;sts&amp;nbsp;&amp;nbsp;&amp;nbsp; (2133AA2E), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;power_charge(00400000)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;hw_power_ctrl(0021AA80)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 04:36:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356379#M49840</guid>
      <dc:creator>JHY</dc:creator>
      <dc:date>2014-11-20T04:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356380#M49841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JHY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please check below documents which describe this configuration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-95515"&gt;Application note sharing: Issues often met in i.MX28 application&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://cache.freescale.com/files/32bit/doc/app_note/AN4199.pdf?fasp=1&amp;amp;WT_TYPE=Application%20Notes&amp;amp;WT_VENDOR=FREESCALE&amp;amp;WT_FILE_FORMAT=pdf&amp;amp;WT_ASSET=Documentation&amp;amp;fileExt=.pdf"&gt;AN4199&lt;/A&gt; Using the i.MX28 Power Management Unit&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"&gt;L2.6.35_10.12_5V_SUPPLY_PATCH&lt;/A&gt; &lt;IMG alt="" class="jiveImage" src="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" /&gt; : Linux patch for i.MX28 SDK 2010.12 to add the most&lt;/P&gt;&lt;P&gt;robust support possible for a VDD5V or DCDC_BATT only configuration..&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"&gt;L2.6.35_1.1.0_ER_SOURCE&lt;/A&gt; &lt;IMG alt="" class="jiveImage" src="http://www.freescale.com/files/graphic/SECURITYINFOIMAGE.gif" /&gt; : i.MX28 Linux 2.6.35 Source Code Files and documentation.&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;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 07:25:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356380#M49841</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2014-11-20T07:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356381#M49842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are stuck in a similar issue where we are facing interference from the switching regulator with our 433Mhz radio.&lt;/P&gt;&lt;P&gt;We tried changing the switching frequencies to the recommended values (19,20,24) but it did not help.&lt;/P&gt;&lt;P&gt;We are thinking to move to a VDD5V only configuration. The patch file linked in the above post will prove helpful to us.&lt;/P&gt;&lt;P&gt;But this link is broken. Can you re upload "Linux patch for i.MX28 SDK 2010.12 to add the most robust support possible for a VDD5V or DCDC_BATT only configuration.." file?&lt;/P&gt;&lt;P&gt;Or share any pointers in this direction?&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jul 2019 13:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356381#M49842</guid>
      <dc:creator>suhask</dc:creator>
      <dc:date>2019-07-11T13:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356382#M49843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for uploading the patches.&lt;/P&gt;&lt;P&gt;These patches are for configuring the board with either DCDC_BATT or VDD5V.&lt;/P&gt;&lt;P&gt;Either way it selects one of the sources, switches on the 4p2 linreg and then feeds the DC-DC switching converter.&lt;/P&gt;&lt;P&gt;It does not switch off the DC-DC converter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way by which we can run the board without switching to the DC-DC converter?&lt;/P&gt;&lt;P&gt;That is through the daisy chained linear regulators?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 14:38:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356382#M49843</guid>
      <dc:creator>suhask</dc:creator>
      <dc:date>2019-07-12T14:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356383#M49844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one can look at attached appnote.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 14:51:49 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356383#M49844</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-12T14:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356384#M49845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We already went through the app note.&lt;/P&gt;&lt;P&gt;In section 2.1, towards the end of section, it is said that&lt;/P&gt;&lt;P&gt;"LinRegs should only be used to power the rails during boot up when the 4.2 V LinReg is not initialized."&lt;/P&gt;&lt;P&gt;And that is what we see in the u-boot spl code too.&lt;/P&gt;&lt;P&gt;Our application is supplied with 5V from a wall adapter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the app note in section 3.1.2 it is said that&lt;/P&gt;&lt;P&gt;"When a 5 V supply is detected, the internal LinRegs powers ON the i.MX28 processor. The power rails&lt;BR /&gt;are raised to their default values and the ROM begins to process. When the i.MX28 processor is booted,&lt;BR /&gt;the device enables the 4.2 V LinReg to supply power to the DC-DC converter instead of using the internal&lt;BR /&gt;LinRegs to power the rails."&lt;/P&gt;&lt;P&gt;Is it possible to change this process and continue booting with the LinRegs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are looking for a power up sequence excluding the DC-DC converter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2019 15:06:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356384#M49845</guid>
      <dc:creator>suhask</dc:creator>
      <dc:date>2019-07-12T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356385#M49846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;Is it possible to change this process and continue booting with the LinRegs?&lt;BR /&gt;&amp;gt;We are looking for a power up sequence excluding the DC-DC converter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in general yes, one can continue booting with the LinRegs, just remove DC-DC codes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 13 Jul 2019 01:37:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356385#M49846</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-13T01:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356386#M49847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Went through datasheet and commented out DC-DC related code and configured for Linreg only boot.&lt;/P&gt;&lt;P&gt;Now the board tries to bootup. Initialises RAM and after setup_reloc(), probably when it tries to access ram, the voltage on 1.8V rail (RAM is connected in this) dips by 0.73 volts and board hangs.&lt;/P&gt;&lt;P&gt;Last of the logs are as given below&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&lt;EM&gt;&lt;SPAN&gt;RAM Configuration:&lt;BR /&gt;Bank #0: 40000000 128 MiB&lt;BR /&gt;&lt;BR /&gt;DRAM: &amp;nbsp;128 MiB&lt;BR /&gt;initcall: 40015c38&lt;BR /&gt;New Stack Pointer is: 47b0fee0&lt;BR /&gt;initcall: 40015e28&lt;BR /&gt;initcall: 40015f68&lt;BR /&gt;initcall: 40015db8&lt;BR /&gt;Relocation Offset is: 07f12000&lt;BR /&gt;Relocating to 47f14000, new gd at 47b0ff08, sp at 47b0fee0&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px;"&gt;&lt;SPAN&gt;What may&lt;/SPAN&gt;&lt;SPAN&gt; be the reason for this happening? &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2019 15:13:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356386#M49847</guid>
      <dc:creator>suhask</dc:creator>
      <dc:date>2019-07-17T15:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: i.MX28 EVK board boot up without DCDC block</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356387#M49848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems current providing by LinRegs is not sufficient for running from&lt;/P&gt;&lt;P&gt;ddr. For that it is necessary to use DC-DC providing more current.&lt;/P&gt;&lt;P&gt;Processor designed to use DC-DC for normal operation, LinRegs&lt;/P&gt;&lt;P&gt;are used only for start up and initializing ddr memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2019 04:58:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/i-MX28-EVK-board-boot-up-without-DCDC-block/m-p/356387#M49848</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2019-07-18T04:58:25Z</dc:date>
    </item>
  </channel>
</rss>

