Thank you for your help. Now I have a full HD display(1920x1080) which has 2 chennel LVDS ports. How can I get 1920x1080 resolution using LVDS0/1 on sabresd-imx6q? And how should I set the cmdline?
I tried like this:
setenv bootargs console=ttymxc0,115200 init=/init ldb=spl0/1 video=mxcfb0:dev=ldb,1920x1080M@60,bpp=32 video=mxcfb1:dev=ldb,1920x1080M@60,bpp=32 video=mxcfb2:off fbmem=20M,20M fb0base=0x27b00000 vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
The full HD display works but the resolution seems not right. How should I modify the cmdline to get really full HD resolution? Does Android OS support such high resolution?
ps: I use Android 4.2.2_1.1.0 downloaded from Freescale website to boot up.