Hi,
What bootargs to be passed while kernel enabled with Virtual display support(I am working on L27.G.4)?
Regards,
Kamal
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.
Hi,
What bootargs to be passed while kernel enabled with Virtual display support(I am working on L27.G.4)?
Regards,
Kamal
Please find the boot args below you requested.
setenv bootargs 'console=ttyO2,115200n8 root=/dev/mmcblk1p2 rw rootdelay=2 mem=458M@0x80000000 mem=512M@0xA0000000 init=/init vram=40M omapfb.vram=0:8M,1:8M,2:24M'
setenv bootcmd 'mmcinit 0;fatload mmc 0 0x80000000 uImage; bootm 0x80000000'