IMX8ULP-EVK display does nothing in Linux

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

IMX8ULP-EVK display does nothing in Linux

ソリューションへジャンプ
1,624件の閲覧回数
Keith5
Contributor II

Hi,
I am running an IMX8ULP-EVK with HDMI display and 5.5" touch LCD connected. I get a small Uboot image on the 5.5" LCD during boot, but then nothing on either once Linux starts.
The terminal serial works and I have used UUU to update to the latest binary image.

0 件の賞賛
返信
1 解決策
1,581件の閲覧回数
Keith5
Contributor II

Many thanks Brian.
The problem was the monitor I initially used was actually DVI with a converter cable. A native HDMI monitor works fine.
Thanks, Keith.

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,582件の閲覧回数
Keith5
Contributor II

Many thanks Brian.
The problem was the monitor I initially used was actually DVI with a converter cable. A native HDMI monitor works fine.
Thanks, Keith.

0 件の賞賛
返信
1,599件の閲覧回数
Keith5
Contributor II

I just re-read the getting stated guide, it says "On boards where the NXP Demo Experience is available, an NXP Logo is displayed on the top left-hand corner of the screen"

Is the Demo Experience GUI available on the  IMX8ULP-EVK?
Thanks.

0 件の賞賛
返信
1,593件の閲覧回数
brian14
NXP TechSupport
NXP TechSupport

Hi @Keith5

Thank you for contacting NXP Support.

Yes, the Demo Experience GUI is available for the iMX8ULP-EVK.

However, in the i.MX8ULP processor the HDMI is not supported and the EVK use a converter from MIPI-DSI to HDMI. This converter is connected using a multiplexer that manages the input to obtain the output signal from MIPI-DSI connector or HDMI connector.
The multiplexer is controlled by a signal PTH9_MIPI_SWITCH that comes from an I2C port expander. By default, this signal is 0 that provides the output to the HDMI connector.

You can try testing and be sure that this signal is in a low voltage to properly use the HDMI connector. To do this you can ensure that the I2C signal is sending the correct value using Linux and measure the voltage of the output from this port expander. Here is a schematic from the port expander.

brian14_0-1701802932660.png

Also, this signal is also on U55, U56 and U57 of your EVK, you can measure these signals.

brian14_1-1701802977168.png

Please try and tell me your results.

Have a great day!