HDMI output of SBC-S32V234

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

HDMI output of SBC-S32V234

1,606件の閲覧回数
charlie5332
Contributor I

Hi,

I have a SBC-S32V234 which runs Linux BSP with VSDK. I wanted to run an ISP demo provided in VSDK which displays video captured by sony sci camera  through HDMI port. The code ran successfully, but there was no output on the screen. I changed the frame buffer through fbset, it still doesn't work. Do you guys have any hint. Thanks in advance.

Best regards

ラベル(2)
0 件の賞賛
返信
1 返信

1,258件の閲覧回数
mikedoidge
NXP Employee
NXP Employee

Hello,

Please try entering the following commands to the u-boot console at the beginning of booting:

setenv dvi_on 'i2c dev 2; i2c mw 3f 8 35'

setenv bootcmd 'run dvi_on; run loadimage; run mmcboot'

sav

boot

These commands perform the necessary settings for the HDMI chip.

If all else is good, then this should resolve the issue.

Hope it helps,

Mike

0 件の賞賛
返信