<?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: iMX233:Selcting powersource for booting</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268593#M28418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't define &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NO_BATTERY_VOLTAGE_SOURCE in power_prep.c&lt;/SPAN&gt;. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It is for the system which has no battery, but only 5V.&amp;nbsp; &lt;/SPAN&gt;You need modify function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PowerPrep_ConfigurePowerSource of power_prep/power_prep.c&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reference power_prep.c of i.MX28 L2.6.35.1.1.0 release, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(!IsVdd5vGtVddio()) &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;iReturnValue = PowerPrep_BattBoot();.&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;/* 5v input detected, boot from 5V. */&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;iReturnValue = PowerPrep_5vBoot();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Oct 2013 02:49:16 GMT</pubDate>
    <dc:creator>GraceH</dc:creator>
    <dc:date>2013-10-11T02:49:16Z</dc:date>
    <item>
      <title>iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268590#M28415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm finding conflict in selecting power source for booting the device.&lt;/P&gt;&lt;P&gt;If both 5V source and Battery is valid during booting,It is booting from battery itself.But we wanted to boot from 5V source,even though Battery is valid.&lt;/P&gt;&lt;P&gt;How can we do this?Which files should be edited? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 13:37:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268590#M28415</guid>
      <dc:creator>sujathap_m_</dc:creator>
      <dc:date>2013-10-08T13:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268591#M28416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sujatha&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have done this in i.MX28 L2.6.35.1.1.0 release,&lt;/P&gt;&lt;P&gt;You can modify function PowerPrep_ConfigurePowerSource of power_prep/power_prep.c of bootlet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 08:06:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268591#M28416</guid>
      <dc:creator>GraceH</dc:creator>
      <dc:date>2013-10-10T08:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268592#M28417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Grace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using i.MX233 EVK and BSP L2.6.31_10.05.02.&lt;/P&gt;&lt;P&gt;During the system (i.MX233 EVK) operation, if the battery is completely discharged, the system is turning OFF due to low battery. When the Device is OFF with the discharged battery, if the external USB charger is connected, the system turns ON and starts taking again the power from Battery (which is already having very low charge). Due to the very less charge availability on the battery, the system goes OFF and reboots again and again till the time the USB 5V is present. In this case, booting is never successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the Battery and USB 5V connected at the same time, How can I configure the system to boot from USB 5V only and charge battery at the same???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If I define NO_BATTERY_VOLTAGE_SOURCE in power_prep.c ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;system always boot from 5v source,never switch back to battery once if we unplug the usb and cannot charge the battery from USB.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Oct 2013 10:26:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268592#M28417</guid>
      <dc:creator>sujathap_m_</dc:creator>
      <dc:date>2013-10-10T10:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268593#M28418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujatha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can't define &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;NO_BATTERY_VOLTAGE_SOURCE in power_prep.c&lt;/SPAN&gt;. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;It is for the system which has no battery, but only 5V.&amp;nbsp; &lt;/SPAN&gt;You need modify function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;PowerPrep_ConfigurePowerSource of power_prep/power_prep.c&lt;/SPAN&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can reference power_prep.c of i.MX28 L2.6.35.1.1.0 release, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(!IsVdd5vGtVddio()) &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;iReturnValue = PowerPrep_BattBoot();.&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;/* 5v input detected, boot from 5V. */&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;iReturnValue = PowerPrep_5vBoot();&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 02:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268593#M28418</guid>
      <dc:creator>GraceH</dc:creator>
      <dc:date>2013-10-11T02:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268594#M28419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Grace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What exactly I should edit in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;function &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PowerPrep_ConfigurePowerSource of power_prep/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;Why is the system taking the power from&amp;nbsp; Low Battery when the external USB 5V is connected???&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;Our target application is a media player, which runs on Li-Ion battery. If the battery is discharged completely, the system will be put in shutdown. Once the USB 5V is plugged, the system should be able to boot up properly and charge battery till the time the external 5V is connected. Is this configuration possible on i.MX233 platform??&lt;/P&gt;&lt;P&gt;If is possible How to do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Oct 2013 13:39:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268594#M28419</guid>
      <dc:creator>sujathap_m_</dc:creator>
      <dc:date>2013-10-11T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268595#M28420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Hi Sujatha,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;You can copy function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PowerPrep_ConfigurePowerSource &lt;/SPAN&gt; from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; i.MX28 L2.6.35.1.1.0 release.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Grace&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Oct 2013 03:31:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268595#M28420</guid>
      <dc:creator>GraceH</dc:creator>
      <dc:date>2013-10-16T03:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268596#M28421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Grace,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have made changes on function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;PowerPrep_ConfigurePowerSource , still problem is existing,after sometime it handovers to Battery itself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Our problem is :&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; If the battery is completely discharged, the system is turning OFF due to low battery. When the Device is OFF with the discharged battery,if the external USB charger is connected, the system turns ON and starts taking again the power from Battery (which is already having very low charge). Due to the very less charge availability on the battery, the system goes OFF and reboots again and again till the time the USB 5V is present. In this case, booting is never successful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I have checked the function ddi_power_init.c in mach_mx23/driver/power , 5V IRQ is not initialized(condition is commented).why it is like that?If we connect 5v source,will interrupt is generate?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 04:49:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268596#M28421</guid>
      <dc:creator>sujathap_m_</dc:creator>
      <dc:date>2013-10-18T04:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: iMX233:Selcting powersource for booting</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268597#M28422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;According to Table 2-3 (Recommended Power Supply Operating Conditions) &lt;/P&gt;&lt;P&gt;of the i.MX23 Reference Manual, Battery / DCDC Input Voltage - BATT, DCDC_BATT should be &lt;/P&gt;&lt;P&gt;in range 2.6 - 4.242 V. This means that dead battery is not allowed. In any case DCDC_BATT must&lt;/P&gt;&lt;P&gt;be greater than 2.6 V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Oct 2013 05:44:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/iMX233-Selcting-powersource-for-booting/m-p/268597#M28422</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2013-10-23T05:44:33Z</dc:date>
    </item>
  </channel>
</rss>

