<?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: EPD PMIC not recognized</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/EPD-PMIC-not-recognized/m-p/659917#M101280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Hi igor,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Thanks for reading and advice.&amp;nbsp; I am aware of the sections of documentation that you have pointed out and the fact that the EPD is "top secret".&amp;nbsp; We even met with 7 or 8 people at eInk at their China facility and they couldn't share anything about the EPD they sold us :) &amp;nbsp;One of my issues is I need to get up to speed on Linux, Yocto, everything necessary to modify what I need to make the PMIC work.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;The issue is not with timing or the EPD.&amp;nbsp; Our EPD is supported by existing timing files.&amp;nbsp; Rather it is that I designed in a different PMIC than the default Maxim IC.&amp;nbsp; We need to address the PMIC registration.&amp;nbsp; Should be in the device tree - I have not been able to locate the device tree source, only binary.&amp;nbsp; I am working on getting to the bottom of this.&amp;nbsp; There is a function get_regulator that services the PMIC in the device driver.&amp;nbsp; I am also working on getting a system such that I can modify and rebuild whatever is necessary.&amp;nbsp; My PMIC has built-in sequencing and is connected to the same enable output pins on the eval board - if I can fool get_regulator to think it has the Maxium PMIC and move forward, I think everything will be good.&amp;nbsp; There are also environment variables at the U-boot level that pass into the driver.&amp;nbsp; They are documented as "just type this and the wizard will make it work - no clear documentation on the parameters.&amp;nbsp; The documentation that comes with a Stones CD is more complete than the CD flyer included with the sololite eval board. &amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;I located a thread on this support site from someone that wrote or modified the driver for the TI chip.&amp;nbsp; I am not sure I have to go this route or if there is an available option in the driver that supports the TI PMIC.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Have a great weekend!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 01 Oct 2016 01:18:32 GMT</pubDate>
    <dc:creator>joelronning</dc:creator>
    <dc:date>2016-10-01T01:18:32Z</dc:date>
    <item>
      <title>EPD PMIC not recognized</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EPD-PMIC-not-recognized/m-p/659915#M101278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a i,MX 6SoloLite Eval Kit. &amp;nbsp;I am booting off the MX6SLKEVK-E-INK SD card to Android. &amp;nbsp;I was not able to procure an IMXEBOOKDC3-3 Eval Kit for EINK as they are obsolete. &amp;nbsp;I did obtain the schematic and I have routed and built my own evaluation board which has a connector for the 6" EPD that I have obtained directly through eInk. &amp;nbsp;It is my understanding that my 6" EPD is compatible with the E060SCM drivers referenced in the Linux documentation. &amp;nbsp;I am working two paths 1) Linux - which will be what our final product will run on and 2) the Android demo provided with the Eval Kit. &amp;nbsp;I would like to get the Android demo to work as this a known working system as shipped from the factory. &amp;nbsp;I have a Linux image burned that boots and runs, I am having some issues figuring out how to specify the environment for the EPD on Linux. &amp;nbsp;I will come back to my Linux issues after I get the demo working under Android - or I am told that the Android demo can't be configured as I require. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first issue at hand appears to be that I used the TI TPS65180 PMIC on my board as I discovered the Maxim 17135 is obsolete. &amp;nbsp;I have verified my EPD adapter board's PMIC operation by pulling the PMIC enable signals to enabling the voltages independent of the i.MX6 evaluation board. &amp;nbsp;The TI PMIC is functioning properly ad providing the correct voltages to the correct pins on the display connector. &amp;nbsp;Unfortunately, I get an error message at the end of the Android boot that indicates a PMIC failure - it appears that the driver may be reading the device ID? &amp;nbsp;The PMIC does not get enabled and I do not see any activity on the EPD clock signals. &amp;nbsp;The PMIC voltages are also not active - I am assuming that the PMIC is not being enabled. &amp;nbsp;It is difficult to measure the enables directly with the i.MX6 eval board piggy-backed onto my EPD adapter board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to get the driver to ignore the PMIC or a way to specify the TI ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the Android version set up similarly to the Linux version? &amp;nbsp;I have located where I need to use setenv&amp;nbsp;to the E060 and I have located a file in the BSD EPD_E060SCM.fw and have copied this to this to the boot SD card. &amp;nbsp;However, I am not sure where to copy this to. &amp;nbsp;After copying it to the SD card, Linux still defaulted to the LCD display driver, i.e. it did not recognize the E060 configuration that I am trying to reach. &amp;nbsp;And advice here would be useful - I have downloaded some of the BSD. This is quite confusing so I am positive that things will get more clear as I become more familiar with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, in advance, Joel.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 23:20:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EPD-PMIC-not-recognized/m-p/659915#M101278</guid>
      <dc:creator>joelronning</dc:creator>
      <dc:date>2016-09-28T23:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: EPD PMIC not recognized</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EPD-PMIC-not-recognized/m-p/659916#M101279</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;for connection of new epd panels one can look at attached&lt;/P&gt;&lt;P&gt;Chapter 5 ltib Linux Manual and Chapter 10 latest version,&lt;/P&gt;&lt;P&gt;sect.10.3.4.2 Using a Custom Waveform File. I am not aware&lt;/P&gt;&lt;P&gt;of epd ti pmic driver for latest kernels , seems one will have to develop it.&lt;/P&gt;&lt;P&gt;Unfortunately all epd tools and additional documentation are under NDA, so&lt;/P&gt;&lt;P&gt;may be recommended to apply to Professional Services&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.nxp.com/prosupport"&gt;www.nxp.com/prosupport&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or elevate this with local fae.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2016 00:08:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EPD-PMIC-not-recognized/m-p/659916#M101279</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-10-01T00:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: EPD PMIC not recognized</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/EPD-PMIC-not-recognized/m-p/659917#M101280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Hi igor,&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Thanks for reading and advice.&amp;nbsp; I am aware of the sections of documentation that you have pointed out and the fact that the EPD is "top secret".&amp;nbsp; We even met with 7 or 8 people at eInk at their China facility and they couldn't share anything about the EPD they sold us :) &amp;nbsp;One of my issues is I need to get up to speed on Linux, Yocto, everything necessary to modify what I need to make the PMIC work.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;The issue is not with timing or the EPD.&amp;nbsp; Our EPD is supported by existing timing files.&amp;nbsp; Rather it is that I designed in a different PMIC than the default Maxim IC.&amp;nbsp; We need to address the PMIC registration.&amp;nbsp; Should be in the device tree - I have not been able to locate the device tree source, only binary.&amp;nbsp; I am working on getting to the bottom of this.&amp;nbsp; There is a function get_regulator that services the PMIC in the device driver.&amp;nbsp; I am also working on getting a system such that I can modify and rebuild whatever is necessary.&amp;nbsp; My PMIC has built-in sequencing and is connected to the same enable output pins on the eval board - if I can fool get_regulator to think it has the Maxium PMIC and move forward, I think everything will be good.&amp;nbsp; There are also environment variables at the U-boot level that pass into the driver.&amp;nbsp; They are documented as "just type this and the wizard will make it work - no clear documentation on the parameters.&amp;nbsp; The documentation that comes with a Stones CD is more complete than the CD flyer included with the sololite eval board. &amp;nbsp;&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;I located a thread on this support site from someone that wrote or modified the driver for the TI chip.&amp;nbsp; I am not sure I have to go this route or if there is an available option in the driver that supports the TI PMIC.&lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt; &lt;/DIV&gt;&lt;DIV style="color: #222222; background-color: #ffffff; font-size: 12.8px;"&gt;Have a great weekend!&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Oct 2016 01:18:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/EPD-PMIC-not-recognized/m-p/659917#M101280</guid>
      <dc:creator>joelronning</dc:creator>
      <dc:date>2016-10-01T01:18:32Z</dc:date>
    </item>
  </channel>
</rss>

