Hi,
I am using AM335x based custom board and I would like to see the Linux boot messages on the LCD on a console, and I would like Linux to boot into a root shell on the LCD.
Here is console entries in my .config, which is set by setting 'Device drivers > Character devices > Virtual Terminal' on, and 'Device drivers > Graphics support > Console display driver support > Framebuffer console support' on.
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_VT_CONSOLE=y
CONFIG_VT_CONSOLE_SLEEP=y
CONFIG_HW_CONSOLE=y
CONFIG_VT_HW_CONSOLE_BINDING=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_OMAP_CONSOLE=y
# Console display driver support
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
and i am using "console=tty0" from kernel command line. but still i am not able to get the Linux boot messages on the LCD.
Is there anything i am missing??
regards
Nitesh