<?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: Configuration example for ADV7182 decoder with IMX6 Solo processor in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Configuration-example-for-ADV7182-decoder-with-IMX6-Solo/m-p/792762#M122789</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for adv7182 configs one can look at sect.6.1.1.2 OV5642 Using parallel interface&lt;/P&gt;&lt;P&gt;attached Linux Manual, dts file and driver sources:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/mxc/capture?h=imx_4.9.88_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/mxc/capture?h=imx_4.9.88_2.0.0_ga"&gt;capture\mxc\platform\media\drivers - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_4.9.x_2.0.0_ga/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi" title="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_4.9.x_2.0.0_ga/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi"&gt;linux-imx6/imx6qdl-sabrelite.dtsi at boundary-imx_4.9.x_2.0.0_ga · boundarydevices/linux-imx6 · GitHub&lt;/A&gt;&amp;nbsp;&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>Mon, 26 Nov 2018 07:46:08 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2018-11-26T07:46:08Z</dc:date>
    <item>
      <title>Configuration example for ADV7182 decoder with IMX6 Solo processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuration-example-for-ADV7182-decoder-with-IMX6-Solo/m-p/792761#M122788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I have a custom board that has an IMX6 Solo processor and it is connected to a video decoder ADV7182. I want to configure it to capture video from an analogue camera. I have seen many examples and applied some patches but I cannot even see a printk I wrote in the probe and init methods from the i2c/adv7180.c file. I am using kernel 4.9.88 and I activated in the kernel configuration the options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONFIG_V4L_PLATFORM_DRIVERS=y&lt;BR /&gt;CONFIG_VIDEO_MXC_OUTPUT=y&lt;BR /&gt;CONFIG_VIDEO_MXC_CAPTURE=y&lt;/P&gt;&lt;P&gt;CONFIG_VIDEO_MXC_IPU_CAMERA=y&lt;BR /&gt;CONFIG_MXC_CAMERA_OV5640=m&lt;BR /&gt;CONFIG_MXC_CAMERA_OV5640_V2=m&lt;BR /&gt;CONFIG_MXC_CAMERA_OV5642=m&lt;BR /&gt;CONFIG_MXC_CAMERA_OV5640_MIPI=m&lt;BR /&gt;CONFIG_MXC_CAMERA_OV5640_MIPI_V2=y&lt;BR /&gt;CONFIG_MXC_CAMERA_OV5647_MIPI=m&lt;BR /&gt;CONFIG_MXC_TVIN_ADV7180=y&lt;BR /&gt;CONFIG_MXC_IPU_DEVICE_QUEUE_SDC=y&lt;BR /&gt;CONFIG_MXC_IPU_PRP_ENC=y&lt;BR /&gt;CONFIG_MXC_IPU_CSI_ENC=y&lt;BR /&gt;CONFIG_VIDEO_MXC_IPU_OUTPUT=y&lt;BR /&gt;CONFIG_VIDEO_MXC_PXP_V4L2=y&lt;BR /&gt;CONFIG_SOC_CAMERA=y&lt;BR /&gt;CONFIG_SOC_CAMERA_PLATFORM=y&lt;BR /&gt;CONFIG_V4L_MEM2MEM_DRIVERS=y&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If more information is required please let me know. Any clue or recipe would be great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Nov 2018 15:05:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuration-example-for-ADV7182-decoder-with-IMX6-Solo/m-p/792761#M122788</guid>
      <dc:creator>marcosal</dc:creator>
      <dc:date>2018-11-22T15:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Configuration example for ADV7182 decoder with IMX6 Solo processor</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Configuration-example-for-ADV7182-decoder-with-IMX6-Solo/m-p/792762#M122789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for adv7182 configs one can look at sect.6.1.1.2 OV5642 Using parallel interface&lt;/P&gt;&lt;P&gt;attached Linux Manual, dts file and driver sources:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/mxc/capture?h=imx_4.9.88_2.0.0_ga" title="https://source.codeaurora.org/external/imx/linux-imx/tree/drivers/media/platform/mxc/capture?h=imx_4.9.88_2.0.0_ga"&gt;capture\mxc\platform\media\drivers - linux-imx - i.MX Linux kernel&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_4.9.x_2.0.0_ga/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi" title="https://github.com/boundarydevices/linux-imx6/blob/boundary-imx_4.9.x_2.0.0_ga/arch/arm/boot/dts/imx6qdl-sabrelite.dtsi"&gt;linux-imx6/imx6qdl-sabrelite.dtsi at boundary-imx_4.9.x_2.0.0_ga · boundarydevices/linux-imx6 · GitHub&lt;/A&gt;&amp;nbsp;&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>Mon, 26 Nov 2018 07:46:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Configuration-example-for-ADV7182-decoder-with-IMX6-Solo/m-p/792762#M122789</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2018-11-26T07:46:08Z</dc:date>
    </item>
  </channel>
</rss>

