This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Regard Virtual display support

Hi,

I am trying to work with Virtual display support on Blaze(using the source L27.G.4)  and enabled virtual display support and build the kernel. But when I am trying to boot with this kernel and using the boot args as follows:

setenv bootargs androidboot.console=ttyO2 console=ttyO2,115200n8 mem=448M@0x80000000 mem=512M@0xA0000000 root=/dev/mmcblk1p2 rw rootdelay=2 init=/init vram="16M" omapfb.vram="0:8M,1:8M"
setenv bootcmd 'mmcinit 0; fatload mmc 0 0x80000000 uImage;bootm 80000000'
saveenv
run bootcmd

I am getting error: Could'nt open frame buffer(Bad address). I know the memory is not properly allocated . Could some one tell me what bootargs I have to use and what went wrong?

Thanks & Regards,

Kamal