<?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のトピックRaspberry Pi Camera V1.0 Not Working on i.MX93 CSI-2 Interface</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Raspberry-Pi-Camera-V1-0-Not-Working-on-i-MX93-CSI-2-Interface/m-p/2382886#M245697</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are using an NXP i.MX93 board. The NXP MIPI CSI-2 (2-lane) camera is working correctly.&lt;/P&gt;&lt;P&gt;We also tried connecting a Raspberry Pi Camera Module V1.0, which uses a CSI-2 2-lane interface. The corresponding camera driver has been installed in Linux, but the camera is not working and cannot be accessed.&lt;/P&gt;&lt;P&gt;Could you please help us identify the root cause? Is there any additional device tree configuration, driver modification, or MIPI CSI-2 compatibility requirement needed to support the Raspberry Pi camera on i.MX93?&lt;/P&gt;&lt;P&gt;Please let us know if any logs or debug information are required.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jun 2026 07:14:11 GMT</pubDate>
    <dc:creator>Arvind_01</dc:creator>
    <dc:date>2026-06-18T07:14:11Z</dc:date>
    <item>
      <title>Raspberry Pi Camera V1.0 Not Working on i.MX93 CSI-2 Interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Raspberry-Pi-Camera-V1-0-Not-Working-on-i-MX93-CSI-2-Interface/m-p/2382886#M245697</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;We are using an NXP i.MX93 board. The NXP MIPI CSI-2 (2-lane) camera is working correctly.&lt;/P&gt;&lt;P&gt;We also tried connecting a Raspberry Pi Camera Module V1.0, which uses a CSI-2 2-lane interface. The corresponding camera driver has been installed in Linux, but the camera is not working and cannot be accessed.&lt;/P&gt;&lt;P&gt;Could you please help us identify the root cause? Is there any additional device tree configuration, driver modification, or MIPI CSI-2 compatibility requirement needed to support the Raspberry Pi camera on i.MX93?&lt;/P&gt;&lt;P&gt;Please let us know if any logs or debug information are required.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2026 07:14:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Raspberry-Pi-Camera-V1-0-Not-Working-on-i-MX93-CSI-2-Interface/m-p/2382886#M245697</guid>
      <dc:creator>Arvind_01</dc:creator>
      <dc:date>2026-06-18T07:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: Raspberry Pi Camera V1.0 Not Working on i.MX93 CSI-2 Interface</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Raspberry-Pi-Camera-V1-0-Not-Working-on-i-MX93-CSI-2-Interface/m-p/2382904#M245698</link>
      <description>&lt;P&gt;What you should check (practical debug checklist)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 1: Verify I2C basic communication&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;i2cdetect -y &amp;lt;bus&amp;gt;&lt;/P&gt;
&lt;P&gt;dmesg | grep imx219 / ov5647&lt;/P&gt;
&lt;P&gt;Key question:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;detected but probe fails → clock/reset issue&lt;/LI&gt;
&lt;LI&gt;not detected → HW / pin / power issue&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 2: Check clock output&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Confirm:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;CLK pin actually outputs waveform&lt;/LI&gt;
&lt;LI&gt;frequency correct (24/25 MHz)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 3: Validate reset / power-down GPIO&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Ensure DTS includes:&lt;/P&gt;
&lt;P&gt;reset-gpios = &amp;lt;...&amp;gt;;&lt;/P&gt;
&lt;P&gt;pwdn-gpios = &amp;lt;...&amp;gt;;&lt;/P&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;toggle manually (debug prints or GPIO sysfs)&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 4: Compare with working NXP camera DTS&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Use:&lt;/P&gt;
&lt;P&gt;OV5640 or AP1302 DTS from BSP&lt;/P&gt;
&lt;P&gt;Compare:&lt;/P&gt;
&lt;P&gt;endpoint&lt;/P&gt;
&lt;P&gt;port&lt;/P&gt;
&lt;P&gt;lane config&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 5: Check media graph&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;media-ctl -p&lt;/P&gt;
&lt;P&gt;Verify pipeline is complete.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Step 6: Confirm lane configuration&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Mismatch examples:&lt;/P&gt;
&lt;P&gt;data-lanes = &amp;lt;1 2&amp;gt;;&lt;/P&gt;
&lt;P&gt;clock-lane = &amp;lt;0&amp;gt;;&lt;/P&gt;
&lt;P&gt;Wrong config → no stream&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Recommendation:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option A (recommended for project):&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Use &lt;STRONG&gt;NXP-validated camera module&lt;/STRONG&gt; → saves weeks of bring-up&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Option B (if must use RPi camera):&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You need to:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Fully port sensor driver tuning:
&lt;UL&gt;
&lt;LI&gt;clock frequency&lt;/LI&gt;
&lt;LI&gt;link frequency&lt;/LI&gt;
&lt;LI&gt;MIPI timing&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Carefully align:
&lt;UL&gt;
&lt;LI&gt;power sequence&lt;/LI&gt;
&lt;LI&gt;reset timing&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Adjust DTS + pipeline&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Expect non-trivial effort&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jun 2026 07:29:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Raspberry-Pi-Camera-V1-0-Not-Working-on-i-MX93-CSI-2-Interface/m-p/2382904#M245698</guid>
      <dc:creator>yipingwang</dc:creator>
      <dc:date>2026-06-18T07:29:51Z</dc:date>
    </item>
  </channel>
</rss>

