Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: RE: Boot into login console on LCD

$
0
0

Hi,

Can you please change the "console=/dev/ttyS0" bootargs variable to "/dev/fb0"

And enable the below configurations in linux menuconfig

CONFIG_FRAMEBUFFER_CONSOLE

CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY

Ex:

setenv bootargs mem=32M console=ttyS2,115200n8 root=/dev/mmcblk0p2 rootfstype=ext3 rw rootwait ip=10.100.1.90

TO

setenv bootargs mem=32M console=/dev/fb0,115200n8 root=/dev/mmcblk0p2 rootfstype=ext3 rw rootwait ip=10.100.1.90


Viewing all articles
Browse latest Browse all 25965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>