我的 bootargs:
只使用lvds,显示正常:
setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-1440P60,if=RGB24 ldb=spl0 video=mxcfb1:off video=mxcfb2:off fbmem=10M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
只使用hdmi,显示正常:
setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb2=:off fbmem=10M,10M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
使用lvds和hdmi,还是lvds显示正常,hdmi没有显示:
setenv bootargs console=ttymxc0,115200 init=/init video=mxcfb0:dev=ldb,LDB-1440P60,if=RGB24,bpp=32 ldb=spl0 video=mxcfb1:dev=hdmi,1920x1080M@60,if=RGB24,bpp=32 video=mxcfb2=:off fbmem=10M,10M vmalloc=400M androidboot.console=ttymxc0 androidboot.hardware=freescale
|