<?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: I2C Driver</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171407#M5601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to send something to the VGA I2C Bus like this: echo "Test" &amp;gt; ttyS0 But instead of ttyS0 to use the VGA I2C. If it would work like this it would enough for me. I just want to send some bits over the VGA-Port and to see this with my I2C tracer.  Anyone a Idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2011 13:14:22 GMT</pubDate>
    <dc:creator>RomanLehmann</dc:creator>
    <dc:date>2011-09-21T13:14:22Z</dc:date>
    <item>
      <title>I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171400#M5594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Where i can get a I2C-Driver for the i.mx53 QSB?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 11:31:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171400#M5594</guid>
      <dc:creator>RomanLehmann</dc:creator>
      <dc:date>2011-09-20T11:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171401#M5595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;at imx53 QSB kernel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do you really want to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 12:27:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171401#M5595</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2011-09-20T12:27:09Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171402#M5596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My Job is to test the I2C-Bus.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just want to send something over the I2C Bus and&amp;nbsp;measuring the signals with an oscilloscope. I need to do this for my&amp;nbsp;final examination. But at the time i don't know how to do this.&lt;/P&gt;&lt;P&gt;Maybe you got an Idea.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 15:52:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171402#M5596</guid>
      <dc:creator>RomanLehmann</dc:creator>
      <dc:date>2011-09-20T15:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171403#M5597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use a FSL kernel the I2C driver&amp;nbsp;is located at:&lt;/P&gt;&lt;P&gt;drivers/i2c/busses/mxc_i2c.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On a mainline kernel the I2C driver is located at:&lt;/P&gt;&lt;P&gt;drivers/i2c/busses/i2c-imx.c&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can use this i2c utility in userspace to test I2C:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.imxdev.org/wiki/index.php?title=All_Boards_I2C-tools"&gt;http://www.imxdev.org/wiki/index.php?title=All_Boards_I2C-tools&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 16:14:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171403#M5597</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2011-09-20T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171404#M5598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me how to install and to use this tool or were i can find a instruction.&lt;/P&gt;&lt;P&gt;An other question is.&lt;/P&gt;&lt;P&gt;How can I send something over the I2C-Bus so that I can measure the signal on the VGA-Port?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 17:14:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171404#M5598</guid>
      <dc:creator>RomanLehmann</dc:creator>
      <dc:date>2011-09-20T17:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171405#M5599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The installation and usage procedure are in the link I sent you earlier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven´t understood your last question regarding I2C and VGA port.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fabio Estevam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 01:36:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171405#M5599</guid>
      <dc:creator>fabio_estevam</dc:creator>
      <dc:date>2011-09-21T01:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171406#M5600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a USB to I2C Tracer &lt;/SPAN&gt;&lt;A href="http://www.avitresearch.co.uk/i2c_bus_products.htm" target="_blank"&gt;http://www.avitresearch.co.uk/i2c_bus_products.htm&lt;/A&gt;&lt;SPAN&gt; Now I wont to send something over the I2C-Bus at the VGA Port and to see with the Tracer if there is comes the same Massage that I send.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 06:04:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171406#M5600</guid>
      <dc:creator>RomanLehmann</dc:creator>
      <dc:date>2011-09-21T06:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: I2C Driver</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171407#M5601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to send something to the VGA I2C Bus like this: echo "Test" &amp;gt; ttyS0 But instead of ttyS0 to use the VGA I2C. If it would work like this it would enough for me. I just want to send some bits over the VGA-Port and to see this with my I2C tracer.  Anyone a Idea?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2011 13:14:22 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/I2C-Driver/m-p/171407#M5601</guid>
      <dc:creator>RomanLehmann</dc:creator>
      <dc:date>2011-09-21T13:14:22Z</dc:date>
    </item>
  </channel>
</rss>

