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.

Linux/AM3359: Linux console on LCD

Part Number: AM3359
Other Parts Discussed in Thread: AM3358

Tool/software: Linux

Hello All,


I am using AM3358 from Sitara. I am using linux 3.2. I am having console on ttyO1 right now.

I have connected LCD to processor."fbtest" is running good and i can see number of Images.

Now i want to transfer console on LCD.

I have tried below...

1. change bootenv variable "console=/dev/fb0".

2. CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y

After this My boot in serial console stops at this line

"commandline: console=/dev/fb0 ip=192.168.1.11:192.168.1.68:192.168.1.1:255.255.)
arch_number: 4144"

But i can't see any line in LCD.Please suggest me if any other change is needed.