<?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のトピックRe: Issue with MIPI-DSI Connection on i.MX8M Plus - Framebuffer Not Created</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-MIPI-DSI-Connection-on-i-MX8M-Plus-Framebuffer-Not/m-p/1937846#M227554</link>
    <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761" target="_blank" rel="noopener"&gt;Hi. @&lt;/A&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846" target="_self"&gt;&lt;SPAN class=""&gt;Bio_TICFSL&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your answer.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Given that no errors are shown in the dmesg logs, it might indicate that the driver isn't functioning correctly and that there could be a missing configuration in the device tree. I suspect that it may be necessary to add information about the ST7701 to the mipi_dsi node. Is this addition required? If so, could you please provide any reference information that could assist?&lt;/P&gt;&lt;P&gt;&amp;amp;mipi_dsi&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; status&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"okay"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 01:31:53 GMT</pubDate>
    <dc:creator>kuri</dc:creator>
    <dc:date>2024-08-22T01:31:53Z</dc:date>
    <item>
      <title>Issue with MIPI-DSI Connection on i.MX8M Plus - Framebuffer Not Created</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-MIPI-DSI-Connection-on-i-MX8M-Plus-Framebuffer-Not/m-p/1937162#M227524</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Dear NXP Support,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I am currently working on connecting an LCD display via MIPI-DSI using the i.MX8M Plus. The MIPI-DSI is directly connected to the CPU, and I am using the ST7701 LCD. However, I have encountered the following errors:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;[drm:drm_bridge_attach]&lt;/SPAN&gt; *ERROR* failed &lt;SPAN class=""&gt;to&lt;/SPAN&gt; attach bridge /soc&lt;SPAN class=""&gt;@0&lt;/SPAN&gt;/bus&lt;SPAN class=""&gt;@32c00000&lt;/SPAN&gt;/mipi_dsi&lt;SPAN class=""&gt;@32e60000&lt;/SPAN&gt; to encoder DSI-&lt;SPAN class=""&gt;34&lt;/SPAN&gt;: -&lt;SPAN class=""&gt;19&lt;/SPAN&gt; imx_sec_dsim_drv &lt;SPAN class=""&gt;32&lt;/SPAN&gt;e60000.mipi_&lt;SPAN class=""&gt;dsi&lt;/SPAN&gt;: Failed to attach &lt;SPAN class=""&gt;bridge&lt;/SPAN&gt;: &lt;SPAN class=""&gt;32&lt;/SPAN&gt;e60000.mipi_dsi imx_sec_dsim_drv &lt;SPAN class=""&gt;32&lt;/SPAN&gt;e60000.mipi_&lt;SPAN class=""&gt;dsi&lt;/SPAN&gt;: failed to bind sec dsim &lt;SPAN class=""&gt;bridge&lt;/SPAN&gt;: -&lt;SPAN class=""&gt;19&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Additionally, the following message is also being output related to this error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class=""&gt;drm_dbg_kms:&lt;/SPAN&gt; &lt;SPAN class=""&gt;No&lt;/SPAN&gt; &lt;SPAN class=""&gt;connectors&lt;/SPAN&gt; &lt;SPAN class=""&gt;found,&lt;/SPAN&gt; &lt;SPAN class=""&gt;will&lt;/SPAN&gt; &lt;SPAN class=""&gt;not&lt;/SPAN&gt; &lt;SPAN class=""&gt;create&lt;/SPAN&gt; &lt;SPAN class=""&gt;framebuffer!&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;This error might be causing dev-&amp;gt;mode_config.num_connector to remain at 0, which in turn is likely causing the above message to be output within the drm_fbdev_client_hotplug function, leading to a situation where the framebuffer is not created.&lt;/P&gt;&lt;P&gt;I have attached the device tree, configuration files, and dmesg logs I am using. I would appreciate any advice on potential solutions for this issue.&lt;/P&gt;&lt;P&gt;Thank you for your support.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="IMX8MPLUS" id="IMX8MPLUS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 08:00:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-MIPI-DSI-Connection-on-i-MX8M-Plus-Framebuffer-Not/m-p/1937162#M227524</guid>
      <dc:creator>kuri</dc:creator>
      <dc:date>2024-08-21T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with MIPI-DSI Connection on i.MX8M Plus - Framebuffer Not Created</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-MIPI-DSI-Connection-on-i-MX8M-Plus-Framebuffer-Not/m-p/1937513#M227542</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This issue is due to hardware is not connected or bad driver, besides you dmesg don't mark an error you have to fix the driver.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 14:18:54 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-MIPI-DSI-Connection-on-i-MX8M-Plus-Framebuffer-Not/m-p/1937513#M227542</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2024-08-21T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with MIPI-DSI Connection on i.MX8M Plus - Framebuffer Not Created</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Issue-with-MIPI-DSI-Connection-on-i-MX8M-Plus-Framebuffer-Not/m-p/1937846#M227554</link>
      <description>&lt;P&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/206761" target="_blank" rel="noopener"&gt;Hi. @&lt;/A&gt;&lt;A href="https://community.nxp.com/t5/user/viewprofilepage/user-id/34846" target="_self"&gt;&lt;SPAN class=""&gt;Bio_TICFSL&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you for your answer.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Given that no errors are shown in the dmesg logs, it might indicate that the driver isn't functioning correctly and that there could be a missing configuration in the device tree. I suspect that it may be necessary to add information about the ST7701 to the mipi_dsi node. Is this addition required? If so, could you please provide any reference information that could assist?&lt;/P&gt;&lt;P&gt;&amp;amp;mipi_dsi&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; status&lt;/SPAN&gt; = &lt;SPAN class=""&gt;"okay"&lt;/SPAN&gt;;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 01:31:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Issue-with-MIPI-DSI-Connection-on-i-MX8M-Plus-Framebuffer-Not/m-p/1937846#M227554</guid>
      <dc:creator>kuri</dc:creator>
      <dc:date>2024-08-22T01:31:53Z</dc:date>
    </item>
  </channel>
</rss>

