<?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: VIDIOC_DBG_G_CHIP_IDENT failed in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/VIDIOC-DBG-G-CHIP-IDENT-failed/m-p/797581#M123397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jamesbone"&gt;jamesbone&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It is actually my own driver for an ADV7820M, that is based on /drivers/media/platform/mxc/subdev/ov5640_mipi.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The driver is definitely being probed. I am able to capture video using a PAL camera, via the ADV7820M, using gstreamer-1.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2018 16:51:16 GMT</pubDate>
    <dc:creator>dh29</dc:creator>
    <dc:date>2018-07-06T16:51:16Z</dc:date>
    <item>
      <title>VIDIOC_DBG_G_CHIP_IDENT failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VIDIOC-DBG-G-CHIP-IDENT-failed/m-p/797579#M123395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to interface an AD7280M (MIPI) video grabber to an IMX7D. I have managed to get the driver initializing the ADV7280M on boot, but upon trying to perform any capture (imx-test utils) I get a&amp;nbsp;&lt;STRONG&gt;VIDIOC_DBG_G_CHIP_IDENT&lt;/STRONG&gt; error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the ADV7280M configured in progressive test mode (non-interlaced).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I run &lt;STRONG&gt;v4l2-dbg -l&lt;/STRONG&gt;&amp;nbsp;then I get:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;ioctl: VIDIOC_DBG_G_REGISTER&lt;/EM&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;EM&gt;00 04 08 0C 10 14 18 1C&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;ioctl: VIDIOC_DBG_G_REGISTER failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;: Inappropriate ioctl for device&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;00000000:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within my driver,&amp;nbsp;&lt;STRONG&gt;ioctl_dev_init()&lt;/STRONG&gt;&amp;nbsp;is never being called, but I don't understand what part of Linux should be calling this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the&amp;nbsp;&lt;STRONG&gt;VIDIOC_DBG_G_CHIP_IDENT&lt;/STRONG&gt; error as a result of&amp;nbsp;&lt;STRONG&gt;ioctl_dev_init()&lt;/STRONG&gt; not being called?&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;&lt;STRONG&gt;ioctl_dev_init()&lt;/STRONG&gt; not being called because of the cause of the&amp;nbsp;&lt;STRONG&gt;VIDIOC_DBG_G_CHIP_IDENT&lt;/STRONG&gt; error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any guidance/explanation would be appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2018 14:49:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VIDIOC-DBG-G-CHIP-IDENT-failed/m-p/797579#M123395</guid>
      <dc:creator>dh29</dc:creator>
      <dc:date>2018-06-19T14:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: VIDIOC_DBG_G_CHIP_IDENT failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VIDIOC-DBG-G-CHIP-IDENT-failed/m-p/797580#M123396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;STRONG&gt;Hello Dh29,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;VIDIOC_DBG_G_CHIP_IDENT &lt;/STRONG&gt;allows the camera driver to identify itself. Most likely you are not compiling the camera driver or modprobing it. Which camera are you using? &lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jul 2018 14:32:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VIDIOC-DBG-G-CHIP-IDENT-failed/m-p/797580#M123396</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2018-07-05T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: VIDIOC_DBG_G_CHIP_IDENT failed</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VIDIOC-DBG-G-CHIP-IDENT-failed/m-p/797581#M123397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/jamesbone"&gt;jamesbone&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. It is actually my own driver for an ADV7820M, that is based on /drivers/media/platform/mxc/subdev/ov5640_mipi.c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The driver is definitely being probed. I am able to capture video using a PAL camera, via the ADV7820M, using gstreamer-1.0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2018 16:51:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VIDIOC-DBG-G-CHIP-IDENT-failed/m-p/797581#M123397</guid>
      <dc:creator>dh29</dc:creator>
      <dc:date>2018-07-06T16:51:16Z</dc:date>
    </item>
  </channel>
</rss>

