<?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: RTC-isl1208</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418417#M63030</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried running the obds but the problem is that the custom board we have made is having nand flash and obds is not starting up on the custom board. If you can guide me how to run the obds from nand flash. It prints a address when i try to boot it using obds. I used to get a similar error with the evk when i was using a non hab image with the evk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Aug 2015 05:43:01 GMT</pubDate>
    <dc:creator>imravi</dc:creator>
    <dc:date>2015-08-07T05:43:01Z</dc:date>
    <item>
      <title>RTC-isl1208</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418415#M63028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I am trying to interface rtc-isl1208 to my custom board. i am using i2c0 to connect to isl1208 but the check in the driver for the device fails each time. (i2c_validate_client)&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;I have done the following to connect the rtc in my linux BSP&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;changed the mx28evk.c &lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P&gt;static struct i2c_board_info __initdata mxs_i2c_device[] = {&lt;/P&gt;&lt;P&gt;// { I2C_BOARD_INFO("sgtl5000-i2c", 0x14), .flags = I2C_M_TEN }&lt;/P&gt;&lt;P&gt;&amp;nbsp; { I2C_BOARD_INFO("rtc-isl1208", 0x6f), .flags = I2C_M_TEN }&lt;/P&gt;&lt;P&gt;};&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;and then compiled the rtc-isl1208 as a module and as part of the kernel both. But both ways it fails.&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;&lt;/P&gt;&lt;P style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #51626f;"&gt;Please if anyone can tell how to find out the problem or if i am doing something wrong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 11:09:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418415#M63028</guid>
      <dc:creator>imravi</dc:creator>
      <dc:date>2015-08-06T11:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: RTC-isl1208</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418416#M63029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it may be recommended to check if i2c port is working correctly&lt;/P&gt;&lt;P&gt;with bare metal obds i2c test&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; On-Board Diagnostic Suit for the i.MX28 (REV 1)&lt;/P&gt;&lt;P&gt;&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;then one can add debug printfs to rtc-isl1208 probe function to&lt;/P&gt;&lt;P&gt;narrow down problem in linux.&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>Fri, 07 Aug 2015 01:10:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418416#M63029</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-08-07T01:10:03Z</dc:date>
    </item>
    <item>
      <title>Re: RTC-isl1208</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418417#M63030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried running the obds but the problem is that the custom board we have made is having nand flash and obds is not starting up on the custom board. If you can guide me how to run the obds from nand flash. It prints a address when i try to boot it using obds. I used to get a similar error with the evk when i was using a non hab image with the evk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 05:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418417#M63030</guid>
      <dc:creator>imravi</dc:creator>
      <dc:date>2015-08-07T05:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: RTC-isl1208</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418418#M63031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;obds can be flashed to nand in the same manner as you are flashing&lt;/P&gt;&lt;P&gt;uboot. You can try just to rename it.&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, 07 Aug 2015 06:48:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418418#M63031</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-08-07T06:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: RTC-isl1208</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418419#M63032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when i am porting obds binary by using mfgtool to the custom board by renaming the file as linux.sb it is ported successfully. But when i am powering on the custom borad with nand as boot mode it gives this message.&lt;/P&gt;&lt;P&gt;HTLLCL0x80501001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i have tried to put debug messages in the probe method of the driver. The probe method is failing at the &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;(i2c_validate_client) method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have even tried i2ctools and checked if it is able to find any slave device on the i2c-0 but it cannot find any slave on the bus. How can i find out where the problem is.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:21:24 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418419#M63032</guid>
      <dc:creator>imravi</dc:creator>
      <dc:date>2015-08-07T08:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: RTC-isl1208</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418420#M63033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also one can run obds with jtag,&amp;nbsp; just use *.inc file in tools folder&lt;/P&gt;&lt;P&gt;for board initialization.&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, 07 Aug 2015 09:57:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/RTC-isl1208/m-p/418420#M63033</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2015-08-07T09:57:20Z</dc:date>
    </item>
  </channel>
</rss>

