i.XM8M HDMI support

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.XM8M HDMI support

1,799 Views
yashavanthashet
Contributor V

Hi,

To get HDMI working in linux kernel, do I need to enable HDMI while uboot compilation?

Is building uboot with HDMI by using below command is needed for HDMI to work in kernel?

"make SOC=iMX8M flash_hdmi_spl_uboot"

Or HDMI in kernel is independent of uboot?

Kindly reply.

Thanks in advance.

Regards,

Yashavantha

6 Replies

1,201 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello yashavantha,

The HDMI is independent of uboot you can enable on uboot or kernel, but in the BSP it is enable by default.

Regards

0 Kudos

1,201 Views
yashavanthashet
Contributor V

Hi Bio_TICFSL,

U mean to say "make SOC=iMX8M flash_hdmi_spl_uboot" command is not needed, instead can use "make SOC=iMX8M flash_spl_uboot" to create flash.bin?

Thanks and Regards,

Yashavantha

0 Kudos

1,201 Views
bharatkumarbach
Contributor III

Hello Yashavantha,

Do you know how to configure yocto to use flash_spl_uboot instead of flash_hdmi_spl_uboot?

Thanks,

Bharat

0 Kudos

1,201 Views
yashavanthashet
Contributor V

Hi Bharath,

In "sources/meta-fsl-bsp-release/imx/meta-bsp/conf/machine/imx8mqevk.conf" file

change like below.

--- IMXBOOT_TARGETS = "flash_evk flash_evk_no_hdmi"

+++ IMXBOOT_TARGETS = "flash_evk"

Regrads,

Yashavantha

1,201 Views
bharatkumarbach
Contributor III

Yashavantha,

Thanks a lot and that helped

Regards,

Bharat

1,201 Views
yashavanthashet
Contributor V

Hi Bio_TICFSL,

Any updates?

Thanks and Regards,

Yashavantha

0 Kudos