<?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: Video Link 0probe device is failed in i.MX8QXP C0 LVDS in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1168226#M163520</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;I am working on U-Boot 2020.04-5.4.24-2.1.0 Which works fine on MEK, But Not working on Custom Board, I am able to get the Splash Screen in U-boot on MEK.&lt;/P&gt;&lt;P&gt;But in Custom Board I am getting the below error.&lt;/P&gt;&lt;P&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;Loading Environment from MMC... OK&lt;BR /&gt;&lt;STRONG&gt;[*]-Video Link 0probe device is failed, ret 3&lt;/STRONG&gt;&lt;BR /&gt;(1280 x 720)&lt;BR /&gt;[0] dpu@56180000, video&lt;BR /&gt;[1] lvds-channel@0, display&lt;BR /&gt;[2] lvds-to-hdmi-bridge@4c, video_bridge&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc0(part 0) is current device&lt;BR /&gt;flash target is MMC:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kailas K.&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2020 12:14:46 GMT</pubDate>
    <dc:creator>kailas_kharse</dc:creator>
    <dc:date>2020-10-15T12:14:46Z</dc:date>
    <item>
      <title>Video Link 0probe device is failed in i.MX8QXP C0 LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1167984#M163496</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have a custom board replicated from i.MX8QXP, I am facing the issue in U-boot to prove the LVDS driver.&lt;/P&gt;&lt;P&gt;Following are the boot logs:&lt;/P&gt;&lt;P&gt;BuildInfo:&lt;BR /&gt;- SCFW 4a1654e0, SECO-FW 376e3c15, IMX-MKIMAGE 6745ccdc, ATF 0645021&lt;BR /&gt;- U-Boot 2020.04-5.4.24-2.1.0+g4979a99&lt;/P&gt;&lt;P&gt;Boot: MMC0&lt;BR /&gt;DRAM: 1022 MiB&lt;BR /&gt;setup_typec lookup GPIO5_9 failed ret = 3&lt;BR /&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;Loading Environment from MMC... OK&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;[*]-Video Link 0probe device is failed, ret 3&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;(1280 x 720)&lt;BR /&gt;[0] dpu@56180000, video&lt;BR /&gt;[1] lvds-channel@0, display&lt;BR /&gt;[2] lvds-to-hdmi-bridge@4c, video_bridge&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please let me know, how to debug the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kailas K.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 05:54:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1167984#M163496</guid>
      <dc:creator>kailas_kharse</dc:creator>
      <dc:date>2020-10-15T05:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Video Link 0probe device is failed in i.MX8QXP C0 LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1168067#M163502</link>
      <description>&lt;P&gt;Hi kailas_kharse&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;seems lvds is not supported in U-Boot 2020.04-5.4.24-2.1.0, one can&lt;/P&gt;
&lt;P&gt;try to port it from ver. 2019.04_5.4.3_2.0.0, function enable_lvds()&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/imx8qxp_mek/imx8qxp_mek.c?h=imx_v2019.04_5.4.3_2.0.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/imx8qxp_mek/imx8qxp_mek.c?h=imx_v2019.04_5.4.3_2.0.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/video/imxdpuv1.c?h=imx_v2019.04_5.4.3_2.0.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/video/imxdpuv1.c?h=imx_v2019.04_5.4.3_2.0.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 07:52:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1168067#M163502</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-10-15T07:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: Video Link 0probe device is failed in i.MX8QXP C0 LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1168226#M163520</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Igor,&lt;/P&gt;&lt;P&gt;I am working on U-Boot 2020.04-5.4.24-2.1.0 Which works fine on MEK, But Not working on Custom Board, I am able to get the Splash Screen in U-boot on MEK.&lt;/P&gt;&lt;P&gt;But in Custom Board I am getting the below error.&lt;/P&gt;&lt;P&gt;MMC: FSL_SDHC: 0, FSL_SDHC: 1&lt;BR /&gt;Loading Environment from MMC... OK&lt;BR /&gt;&lt;STRONG&gt;[*]-Video Link 0probe device is failed, ret 3&lt;/STRONG&gt;&lt;BR /&gt;(1280 x 720)&lt;BR /&gt;[0] dpu@56180000, video&lt;BR /&gt;[1] lvds-channel@0, display&lt;BR /&gt;[2] lvds-to-hdmi-bridge@4c, video_bridge&lt;BR /&gt;In: serial&lt;BR /&gt;Out: serial&lt;BR /&gt;Err: serial&lt;BR /&gt;switch to partitions #0, OK&lt;BR /&gt;mmc0(part 0) is current device&lt;BR /&gt;flash target is MMC:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kailas K.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 12:14:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1168226#M163520</guid>
      <dc:creator>kailas_kharse</dc:creator>
      <dc:date>2020-10-15T12:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Video Link 0probe device is failed in i.MX8QXP C0 LVDS</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1168483#M163541</link>
      <description>&lt;P&gt;Hi kailas_kharse&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;for that release one can try to debug function imx8_ldb_probe() in imx8_lvds.c&lt;BR /&gt;&lt;A href="https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/video/imx/imx8_lvds.c?h=imx_v2020.04_5.4.24_2.1.0" target="_blank"&gt;https://source.codeaurora.org/external/imx/uboot-imx/tree/drivers/video/imx/imx8_lvds.c?h=imx_v2020.04_5.4.24_2.1.0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2020 00:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-Link-0probe-device-is-failed-in-i-MX8QXP-C0-LVDS/m-p/1168483#M163541</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2020-10-16T00:43:18Z</dc:date>
    </item>
  </channel>
</rss>

