<?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>topic Re: MT9V032 camera on parallel port in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/MT9V032-camera-on-parallel-port/m-p/712194#M110717</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to debug it in probe function with oscilloscope&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://patchwork.linuxtv.org/patch/24043/" title="https://patchwork.linuxtv.org/patch/24043/"&gt;[RFC,media] mt9v032: Add support for mt9v022 and mt9v024 - Patchwork&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using AN4553 Using Open Source Debugging Tools for Linux on i.MX Processors&lt;BR /&gt;&lt;A href="http://www.nxp.com/assets/documents/data/en/application-notes/AN4553.pdf"&gt;http://www.nxp.com/assets/documents/data/en/application-notes/AN4553.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;also seems phytec has support for this sensor:&lt;/P&gt;&lt;P&gt;&lt;A href="ftp://ftp.phytec.de/pub/ImageProcessing/phyFLEX-i.MX6_linux_PD15.1.1/Software/Camera_Patch_PD15.1.1/instruction_guide_vm010-bw_support-phyFLEX-iMX6.txt"&gt;ftp://ftp.phytec.de/pub/ImageProcessing/phyFLEX-i.MX6_linux_PD15.1.1/Software/Camera_Patch_PD15.1.1/instruction_guide_vm010-bw_support-phyFLEX-iMX6.txt&lt;/A&gt;&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>Thu, 31 Aug 2017 23:18:47 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-08-31T23:18:47Z</dc:date>
    <item>
      <title>MT9V032 camera on parallel port</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MT9V032-camera-on-parallel-port/m-p/712193#M110716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Linux version 4.1.15&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;Machine model: Variscite i.MX6 QUAD VAR-DART Smart Device Board&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added mt9v032 support using menuconfig &amp;amp; added an entry (marked here in bold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;i2c3 {&lt;BR /&gt; clock-frequency = &amp;lt;100000&amp;gt;;&lt;BR /&gt; pinctrl-names = "default";&lt;BR /&gt; pinctrl-0 = &amp;lt;&amp;amp;pinctrl_i2c3_3&amp;gt;;&lt;BR /&gt; status = "okay";&lt;/P&gt;&lt;P&gt;/* DS1307 RTC module */&lt;BR /&gt; rtc@0x68 {&lt;BR /&gt; compatible = "dallas,ds1307";&lt;BR /&gt; reg = &amp;lt;0x68&amp;gt;;&lt;BR /&gt; };&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;mt9v032@5c {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; compatible = "aptina,mt9v032";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; reg = &amp;lt;0x5c&amp;gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;port {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; mt9v032_out: endpoint {&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; link-frequencies = /bits/ 64&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; &amp;lt;13000000 26600000 27000000&amp;gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; };&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; };&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt; };&lt;/STRONG&gt;&lt;BR /&gt;};&lt;/P&gt;&lt;P&gt;to the .dtsi file. &amp;nbsp;On boot I get:&lt;/P&gt;&lt;P&gt;[ 1.440565] mt9v032: probe of 2-005c failed with error -2&lt;/P&gt;&lt;P&gt;What does this message mean? &amp;nbsp;The I2C hardware works. &amp;nbsp;I can use i2cdetect to prove it - 0x56 is detected &amp;amp; I can see it on the scope (response is 0x13 - check it out in the datasheet).&lt;/P&gt;&lt;P&gt;The scope says that 0x5c is not being probed during boot (0x68 is). &amp;nbsp;Why not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Aug 2017 10:16:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MT9V032-camera-on-parallel-port/m-p/712193#M110716</guid>
      <dc:creator>richardwoodham</dc:creator>
      <dc:date>2017-08-31T10:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: MT9V032 camera on parallel port</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/MT9V032-camera-on-parallel-port/m-p/712194#M110717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;one can try to debug it in probe function with oscilloscope&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://patchwork.linuxtv.org/patch/24043/" title="https://patchwork.linuxtv.org/patch/24043/"&gt;[RFC,media] mt9v032: Add support for mt9v022 and mt9v024 - Patchwork&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;using AN4553 Using Open Source Debugging Tools for Linux on i.MX Processors&lt;BR /&gt;&lt;A href="http://www.nxp.com/assets/documents/data/en/application-notes/AN4553.pdf"&gt;http://www.nxp.com/assets/documents/data/en/application-notes/AN4553.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;also seems phytec has support for this sensor:&lt;/P&gt;&lt;P&gt;&lt;A href="ftp://ftp.phytec.de/pub/ImageProcessing/phyFLEX-i.MX6_linux_PD15.1.1/Software/Camera_Patch_PD15.1.1/instruction_guide_vm010-bw_support-phyFLEX-iMX6.txt"&gt;ftp://ftp.phytec.de/pub/ImageProcessing/phyFLEX-i.MX6_linux_PD15.1.1/Software/Camera_Patch_PD15.1.1/instruction_guide_vm010-bw_support-phyFLEX-iMX6.txt&lt;/A&gt;&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>Thu, 31 Aug 2017 23:18:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/MT9V032-camera-on-parallel-port/m-p/712194#M110717</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-08-31T23:18:47Z</dc:date>
    </item>
  </channel>
</rss>

