linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* how to configure LCD as console for RPX-LITE
@ 2001-04-17 14:33 Alan Wang
  2001-04-17 16:56 ` Matthew Locke
  2001-04-20 16:54 ` Alan Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Wang @ 2001-04-17 14:33 UTC (permalink / raw)
  To: Linuxppc-EmbeddedMaillist


Hi, all
  I am compiling mpc8xx-2.2.13 for my RPX-LITE(mpc823) board. Now, I want to use the LCD
as my console but when I enable the frame buffer and virtual terminal by "make configure", I got
so many "reference undefined" errors when linking. is there anybody succeeded in this?
how do u configure your kernel? thank you.

Alan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: how to configure LCD as console for RPX-LITE
  2001-04-17 14:33 how to configure LCD as console for RPX-LITE Alan Wang
@ 2001-04-17 16:56 ` Matthew Locke
  2001-04-20 16:54 ` Alan Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Matthew Locke @ 2001-04-17 16:56 UTC (permalink / raw)
  To: Alan Wang; +Cc: Linuxppc-EmbeddedMaillist


I don't remember 2.2.13 having a framebuffer driver for the lcd.
download the 2.2.14 kernel from ftp.mvista.com

we have pre-configured/built kernel rpms for the rpx-lite called lsp's
(linux support package).  those are a good starting point for
configuring for a frame buffer.  As for the console part, I have never
tried but it should work.

Alan Wang wrote:
>
> Hi, all
>   I am compiling mpc8xx-2.2.13 for my RPX-LITE(mpc823) board. Now, I want to use the LCD
> as my console but when I enable the frame buffer and virtual terminal by "make configure", I got
> so many "reference undefined" errors when linking. is there anybody succeeded in this?
> how do u configure your kernel? thank you.
>
> Alan
>

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* RE: how to configure LCD as console for RPX-LITE
  2001-04-17 14:33 how to configure LCD as console for RPX-LITE Alan Wang
  2001-04-17 16:56 ` Matthew Locke
@ 2001-04-20 16:54 ` Alan Wang
  1 sibling, 0 replies; 3+ messages in thread
From: Alan Wang @ 2001-04-20 16:54 UTC (permalink / raw)
  To: Linuxppc-EmbeddedMaillist


ok, I am working on hhl's 2.2.14. I enabled:
   Support for frame buffer devices (EXPERIMENTAL)
   RPX-Lite 823(e) LCD Frame Buffer
when I configured the kernel.

I am sure the lcd is configured correctly because I clear the screen by setting
the memory mapped to lcd's framebuffer to all zero after lcd823_init_dev(). but
nothing happened when the kernel boot, nothing displayed on the lcd.
I found lcd823_init() calls register_framebuffer() to do the registration, and
the console should be switched to frame buffer after register_framebuffer
call take_over_console(). but why there is no char displayed? any suggestion?
btw: do I have to enable "Advanced low level driver options"? the help file says
the low level drivers are automatically enabled.

thx
Alan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2001-04-20 16:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-04-17 14:33 how to configure LCD as console for RPX-LITE Alan Wang
2001-04-17 16:56 ` Matthew Locke
2001-04-20 16:54 ` Alan Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).