<?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: Disable internal RTC in I.MX28</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255837#M24427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just use linux standard command to get RTC time and compare to wall clock, such as "hwclock" command. It will read RTC time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Nov 2013 05:47:39 GMT</pubDate>
    <dc:creator>AnsonHuang</dc:creator>
    <dc:date>2013-11-05T05:47:39Z</dc:date>
    <item>
      <title>Disable internal RTC in I.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255834#M24424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear I.MX community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to disable internal RTC in L2.6.35_10.12.01_ER_source BSP, &amp;amp; make use of external RTC - pcf8563, interfaced through I2C, could you please let me know how to disable the internal rtc in kernel menuconfiguration &amp;amp; make use of only external rtc , &amp;amp; could you please let me know how external rtc can be tested, could you please provide the test application for accessing the external rtc from the user space, as soon as possible,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Many thanks a lot in advance for your support,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Nov 2013 16:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255834#M24424</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2013-11-04T16:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Disable internal RTC in I.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255835#M24425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To disable mx28 internal RTC, you can deselect Device Drivers-&amp;gt;Real Time Clock-&amp;gt;Freescale MXS series SoC RTC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; To use external RTC pcf-8563, you may need to select this RTC in the same menuconfig path, then you may need to add i2c interface into mx28 EVK board, as our default BSP did NOT have such external RTC if I remember correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 04:45:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255835#M24425</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2013-11-05T04:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: Disable internal RTC in I.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255836#M24426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your quick response it was really helpfull, I have added the following in mx28evk.c&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//RTC&lt;/P&gt;&lt;P&gt;        {&lt;/P&gt;&lt;P&gt;                I2C_BOARD_INFO("pcf8563", 0x51),&lt;/P&gt;&lt;P&gt;        },&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know the test application for RTC in order to read , set the date &amp;amp; time from user space&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 05:00:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255836#M24426</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2013-11-05T05:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Disable internal RTC in I.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255837#M24427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can just use linux standard command to get RTC time and compare to wall clock, such as "hwclock" command. It will read RTC time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 05:47:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255837#M24427</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2013-11-05T05:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disable internal RTC in I.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255838#M24428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many many thanks a lot , it works :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 07:29:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255838#M24428</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2013-11-05T07:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Disable internal RTC in I.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255839#M24429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you mark this question as closed as long as your question is resolved, thanks:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 08:19:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255839#M24429</guid>
      <dc:creator>AnsonHuang</dc:creator>
      <dc:date>2013-11-05T08:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Disable internal RTC in I.MX28</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255840#M24430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Please you can close this thread ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your support once again :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Nov 2013 16:07:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Disable-internal-RTC-in-I-MX28/m-p/255840#M24430</guid>
      <dc:creator>srinivasanshanm</dc:creator>
      <dc:date>2013-11-05T16:07:00Z</dc:date>
    </item>
  </channel>
</rss>

