All of lore.kernel.org
 help / color / mirror / Atom feed
* redirecting console output to display
@ 2012-10-01 16:39 Ellis Andrew
  2012-10-06 13:42 ` Russell King - ARM Linux
  0 siblings, 1 reply; 2+ messages in thread
From: Ellis Andrew @ 2012-10-01 16:39 UTC (permalink / raw)
  To: linux-arm-kernel

Hi,

Further to a previous post (http://lists.infradead.org/pipermail/linux-arm-kernel/2012-September/121647.html) I have managed to get all post output to appear on a display whilst my system is booting. As the system boots I can see the Linux penguin, and the verbose output from the kernel as it boots appearing on the screen.

The kernel shows a message "disabling irom" and then the screen is disabled.

How can I set up my kernel so that it enables the display and outputs a console on tty0?

My system has an MCS8144 processor, and I'm using Linux 2.6.24 (which was supplied as part of the BSP). I have contacted Moschip many times about this problem, but they just don't answer.

My boot arguments are root=/dev/mtdblock3 rootfstype=jffs2 rw console=ttyMCS console=tty0 CONSOLE=tty0 mem=64M at 0x0 panic=4 MCS8142VGA=792

There is an fb device node: /dev/fb0


I have configure the kernel with the following options chosen:

Device drivers-->Character devices->Virtual terminal
Device drivers-->Character devices-> Support for binding and unbinding console drivers
Device drivers--> Graphics support--> Support for frame buffer devices -->Enable firmware EDID 
Device drivers--> Graphics support--> Support for frame buffer devices -->Enable Video Mode Handling Helpers
Device drivers--> Graphics support--> Support for frame buffer devices -->MCS8142 FramBuffer Driver
Device drivers--> Graphics support--> Console display driver support-->Framebuffer Console support
Device drivers--> Graphics support--> Console display driver support-->Map the console to the primary display device 
Device drivers--> Graphics support--> Console display driver support-->Select compiled-in fonts

Cansomeone please suggest what I need to do to enable the frame buffer driver and display from within the kernel and direct the console to output to tty0



Kind regards

Andrew
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20121001/a94446bc/attachment.html>

^ permalink raw reply	[flat|nested] 2+ messages in thread

* redirecting console output to display
  2012-10-01 16:39 redirecting console output to display Ellis Andrew
@ 2012-10-06 13:42 ` Russell King - ARM Linux
  0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux @ 2012-10-06 13:42 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, Oct 01, 2012 at 05:39:02PM +0100, Ellis Andrew wrote:
> The kernel shows a message "disabling irom" and then the screen is disabled.

No idea what that message is.

> How can I set up my kernel so that it enables the display and outputs a
> console on tty0?

The default (without any console= arguments) and with fbcon enabled is to
output to the framebuffer console.  There is no difference in this regard
between running Linux on ARM and running Linux on a PC with a framebuffer
console.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-06 13:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-01 16:39 redirecting console output to display Ellis Andrew
2012-10-06 13:42 ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.