Hello!
I am working with SABRE AI board (imx6 quad) and trying to install Android.
I have installed android_L5.0.0_1.0.0-ga_tools.tar.gz on sd card.
I want to use display with 1280x480 resolution.
It works but cuts bottom part of image.
I have configured in this way:
=> setenv bootargs console=ttymxc3,115200 init=/init video=mxcfb0:dev=ldb,1280x480M@60,if=RGB666 video=mxcfb1:off video=mxcfb2:off video=mxcfb3:off vmalloc=400M androidboot.console=ttymxc3 consoleblank=0 androidboot.hardware=freescale cma=384M androidboot.selinux=disabled androidboot.dm_verity=disabled
=> saveenv
Saving Environment to MMC...
Writing to MMC(1)... done
How I can do it to show correctly?