unable to initialize LCD using SD card boot

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

unable to initialize LCD using SD card boot

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

hi,

I am new to the i.MX6 community and trying to get Linux working on my new i.MX6Q SABRE for Smart Devices board.

After copying the boot-loader, kernel and root file system image on the SD card and rebooting the board for further testing..
it could not initialize the display... even though we could hear music files being played but nothing was visible on the LCD display..
the bootargs used were:

setenv loadaddr 0x10800000

setenv bootargs_base 'setenv bootargs console=ttymxc0,115200'

setenv bootargs_mmc 'setenv bootargs ${bootargs} root=/dev/mmcblk1p1 rootwait rw video=mxcfb1:dev=ldb,LDB-XGA,if=RGB666 video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24'

setenv bootcmd_mmc 'run bootargs_base bootargs_mmc;mmc dev 2;mmc read ${loadaddr} 0x800 0x2000;bootm'

setenv bootcmd 'run bootcmd_mmc'

any kind of help would be really appreciable.

Thanks before

ラベル(1)
0 件の賞賛
返信
1 解決策
850件の閲覧回数
JayTu
NXP Employee
NXP Employee

Try video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666

元の投稿で解決策を見る

0 件の賞賛
返信
2 返答(返信)
851件の閲覧回数
JayTu
NXP Employee
NXP Employee

Try video=mxcfb0:dev=ldb,LDB-XGA,if=RGB666

0 件の賞賛
返信
850件の閲覧回数
richagoel
Contributor II

Have already tried adding ldb=dul0 as screen is plugged on to LVDS1...
but still not working..

0 件の賞賛
返信