HDMI output of SBC-S32V234

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

HDMI output of SBC-S32V234

1,562 次查看
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,214 次查看
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 项奖励
回复