unable to initialize LCD using SD card boot

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

unable to initialize LCD using SD card boot

Jump to solution
881 Views
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

Labels (1)
0 Kudos
1 Solution
665 Views
JayTu
NXP Employee
NXP Employee

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

View solution in original post

0 Kudos
2 Replies
666 Views
JayTu
NXP Employee
NXP Employee

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

0 Kudos
665 Views
richagoel
Contributor II

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

0 Kudos