<?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のトピックCSI2 Bridge Driver for IMX8MM on Linux Kernel V6.6</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2147112#M239868</link>
    <description>&lt;P&gt;I am trying to implement a (any)&amp;nbsp;&lt;SPAN&gt;CSI2 driver on the IMX8M Mini from Compulab and have been having issues getting the Media Pipeline setup correctly. Looking over the imx8mm.dtsi i see the bridge is supported by the following drivers.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;compatible = "fsl,imx8mm-csi", "fsl,imx8mq-csi", "fsl,imx6s-csi";&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When i search through the kernel sources for "fsl,imx8mm-csi" nothing returns. Seems as if this driver doesn't exist in the 6.6 kernel as the grep command only comes up with a few dtsi files.&lt;/P&gt;&lt;P&gt;When I boot, i see that the imx7-csi driver (compatible="fsl,imx8mq") tries to probe the bridge but fails due to "mclk" not being defined although by default it is in the imx8mm.dtsi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kernel continues to the imx6s-csi driver where it claims the bridge is initializing but then never returns anything seeming as if it hung somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point I have no /dev/media0 node and when my camera driver binds correctly, I am still unable to load get any frames to user space. What is the correct setup for this that will allow the entire bridge to probe correctly?&lt;/P&gt;</description>
    <pubDate>Tue, 05 Aug 2025 22:51:09 GMT</pubDate>
    <dc:creator>alexval1323</dc:creator>
    <dc:date>2025-08-05T22:51:09Z</dc:date>
    <item>
      <title>CSI2 Bridge Driver for IMX8MM on Linux Kernel V6.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2147112#M239868</link>
      <description>&lt;P&gt;I am trying to implement a (any)&amp;nbsp;&lt;SPAN&gt;CSI2 driver on the IMX8M Mini from Compulab and have been having issues getting the Media Pipeline setup correctly. Looking over the imx8mm.dtsi i see the bridge is supported by the following drivers.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;compatible = "fsl,imx8mm-csi", "fsl,imx8mq-csi", "fsl,imx6s-csi";&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;When i search through the kernel sources for "fsl,imx8mm-csi" nothing returns. Seems as if this driver doesn't exist in the 6.6 kernel as the grep command only comes up with a few dtsi files.&lt;/P&gt;&lt;P&gt;When I boot, i see that the imx7-csi driver (compatible="fsl,imx8mq") tries to probe the bridge but fails due to "mclk" not being defined although by default it is in the imx8mm.dtsi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kernel continues to the imx6s-csi driver where it claims the bridge is initializing but then never returns anything seeming as if it hung somewhere.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At this point I have no /dev/media0 node and when my camera driver binds correctly, I am still unable to load get any frames to user space. What is the correct setup for this that will allow the entire bridge to probe correctly?&lt;/P&gt;</description>
      <pubDate>Tue, 05 Aug 2025 22:51:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2147112#M239868</guid>
      <dc:creator>alexval1323</dc:creator>
      <dc:date>2025-08-05T22:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: CSI2 Bridge Driver for IMX8MM on Linux Kernel V6.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2148905#M239966</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253111"&gt;@alexval1323&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is your camera? please share me your boot full log file.&lt;/P&gt;
&lt;P&gt;B.R&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2025 06:09:52 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2148905#M239966</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2025-08-08T06:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: CSI2 Bridge Driver for IMX8MM on Linux Kernel V6.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2150228#M240034</link>
      <description>&lt;P&gt;I am trying to set up two different cameras and have the same issue with both.&lt;/P&gt;&lt;P&gt;A) I am using an SiOnyx&amp;nbsp;XQE-1350, it is as SCC complaint device so I have been working with the scc-generic drivers (Written for kernel v5.10, and I have ported to v6.6) - still need to finish implementation on this.&lt;BR /&gt;&lt;BR /&gt;B) Using the Allied Vision 1500 C501-c camera with their supplied Alvium Drivers (written for kernel v5.15 and i have ported to v6.6)&lt;/P&gt;&lt;P&gt;Because the SiOnyx drivers are still being worked on I have attached the boot log with the DT using the Alvium Drivers. Note the camera is not plugged at boot time thus the driver does not load but I want the media pipeline initialize correctly.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Aug 2025 16:48:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2150228#M240034</guid>
      <dc:creator>alexval1323</dc:creator>
      <dc:date>2025-08-11T16:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: CSI2 Bridge Driver for IMX8MM on Linux Kernel V6.6</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2152111#M240105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/253111"&gt;@alexval1323&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please share your dts file. and the boot log file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;B.R&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 07:10:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/CSI2-Bridge-Driver-for-IMX8MM-on-Linux-Kernel-V6-6/m-p/2152111#M240105</guid>
      <dc:creator>pengyong_zhang</dc:creator>
      <dc:date>2025-08-14T07:10:11Z</dc:date>
    </item>
  </channel>
</rss>

