Hi @nxp ,
we are using IMX8Quadxplus-mek evaluation kit with custoom Yocto image ,we want to use Lvds-hdmi bridge adapter in that board but during checking we identified
[ 3.257459] it6263 17-004c: Probe failed. Remote port 'lvds-channel@0' disabled
[ 3.369227] it6263 18-004c: Probe failed. Remote port 'lvds-channel@0' disabled
so to avoid this to enable the the Lvds-hdmi which device tree file need to modify can you please help this out.
Thanks in Advance,
hemanthemd.
Hello,
Please connect the LVDS-HDMI card in LVDS0 connector as is in the next image:
Then you need to use imx8qxp-mek.dtb device tree.
Set the U-Boot environment variable to imx8qxp-mek.dtb
=> setenv fdtfile imx8qxp-mek.dtb
=> saveenv
=> boot
Best regards.
Hi @JorgeCas , @nxp
Thanks for the reply.
we followed the same procedure
setenv fdtfile imx8qxp-mek.dtb => saveenv => boot
but we are getting the error as I attached. kindly assist us to enable LVDS-HDMI via IT6263 driver it's a priority task
Hello,
I used this image:
Embedded Linux for i.MX Applications Processors | NXP Semiconductors
It seems that there is an issue in the page, it should be solved soon.
And the command in UUU to flash it was:
uuu uuu.auto
Best regards.