<?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: V4L2 driver with UART Communication</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530304#M84652</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, mux possibility strictly defined in application processor reference manual&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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Aug 2016 10:15:23 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2016-08-17T10:15:23Z</dc:date>
    <item>
      <title>V4L2 driver with UART Communication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530301#M84649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to develop a camera driver for a camera that communicates on UART. The board I am using is a quad plus sabre smart devices. I have some questions about it.&lt;/P&gt;&lt;P&gt;Is there any abstracted UART drivers that I can use in kernel space, like I2C has?&lt;/P&gt;&lt;P&gt;Does IPU truly support UART fuction?&lt;/P&gt;&lt;P&gt;Can I use UART on CSI0_DAT8, CSI0_DAT9 (dedicated to I2C originally) pins?&lt;/P&gt;&lt;P&gt;Is there any way that I can move my application to user space while still using V4L2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: I must have mistyped 2 pins in my last question. I changed them now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Aug 2016 17:00:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530301#M84649</guid>
      <dc:creator>mcergun</dc:creator>
      <dc:date>2016-08-16T17:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: V4L2 driver with UART Communication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530302#M84650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi mert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;uart supports standard linux TTY layer IOCTL calls as described&lt;/P&gt;&lt;P&gt;in attached Linyx Manual Chapter 45.&lt;/P&gt;&lt;P&gt;IPU does not support UART fuction, CSI0_DAT10, CSI0_DAT11 pins&lt;/P&gt;&lt;P&gt;(if there is possibility to mux on uart, please check RM) could be used&lt;/P&gt;&lt;P&gt;for uart purposes.&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>Tue, 16 Aug 2016 23:55:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530302#M84650</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-16T23:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: V4L2 driver with UART Communication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530303#M84651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the quick reply igor,&lt;/P&gt;&lt;P&gt;is mux possibility strictly defined in application processor reference manual iomuxctl lists, or can it be defined by user, too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mistyped two pins in my original question. Now I have updated them. Can you recheck my question please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 06:22:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530303#M84651</guid>
      <dc:creator>mcergun</dc:creator>
      <dc:date>2016-08-17T06:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: V4L2 driver with UART Communication</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530304#M84652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, mux possibility strictly defined in application processor reference manual&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Aug 2016 10:15:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/V4L2-driver-with-UART-Communication/m-p/530304#M84652</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-08-17T10:15:23Z</dc:date>
    </item>
  </channel>
</rss>

