linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* X windows for Linux PPC embedded
@ 2003-02-24 17:12 Jan Damborsky
  2003-02-24 21:48 ` Wolfgang Denk
  0 siblings, 1 reply; 7+ messages in thread
From: Jan Damborsky @ 2003-02-24 17:12 UTC (permalink / raw)
  To: linuxppc-dev


Hello guys,

I would like to ask, if there is some project
for porting X windows system to Embedded
PPC Linux. I use board with MPC823E with
VGA TFT display+touch screen, 32MB RWM,
4MB FLASH, Ethernet, serial RS232,....
I would like to use it as remote graphic terminal
communicating via Ethernet by means of X protocol.
Does somebody know how to make it work ?

                                                                 HANYS


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

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

* Re: X windows for Linux PPC embedded
  2003-02-24 17:12 Jan Damborsky
@ 2003-02-24 21:48 ` Wolfgang Denk
  2003-02-26 16:02   ` Jan Damborsky
  0 siblings, 1 reply; 7+ messages in thread
From: Wolfgang Denk @ 2003-02-24 21:48 UTC (permalink / raw)
  To: Jan Damborsky; +Cc: linuxppc-dev


In message <3E5A528A.4020805@devcom.cz> you wrote:
>
> I would like to ask, if there is some project
> for porting X windows system to Embedded
> PPC Linux. I use board with MPC823E with
> VGA TFT display+touch screen, 32MB RWM,
> 4MB FLASH, Ethernet, serial RS232,....
> I would like to use it as remote graphic terminal
> communicating via Ethernet by means of X protocol.
> Does somebody know how to make it work ?

There is nothing much to "port". Just use a system with  as  much  as
possible RAM, and a local harddisk, so you can enable swap space, and
run the standard "make" procedure on the target (native!).

I once looked into this trying to find out if you could prepare X11R6
for cross compilation, but found it too difficult  /  not  worth  the
effort.  I  ran  a  build  on  a  MPC860P  with 64 MB RAM and a 20 GB
harddisk attached to the PCMCIA slot. It took  _ages_  (>  48  hours,
IIRC)  but  except  for  some  minor issues the build went through. I
think this was in the  age  of  HHL  1.2  JE,  so  any  decent  build
environment should work fine, too.


Best regards,

Wolfgang Denk

--
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd@denx.de
Hacking's just another word for nothing left to kludge.

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

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

* RE: X windows for Linux PPC embedded
@ 2003-02-25  5:31 g.ramakrishna
  2003-02-26 16:02 ` Jan Damborsky
  0 siblings, 1 reply; 7+ messages in thread
From: g.ramakrishna @ 2003-02-25  5:31 UTC (permalink / raw)
  To: jan.damborsky, linuxppc-dev


>I would like to ask, if there is some project
>for porting X windows system to Embedded
>PPC Linux. I use board with MPC823E with
>VGA TFT display+touch screen, 32MB RWM,
>4MB FLASH, Ethernet, serial RS232,....
>I would like to use it as remote graphic terminal
>communicating via Ethernet by means of X protocol.
>Does somebody know how to make it work ?


There is nothing much to port.  Few months back I had cross-compiled TinyX
successfully for a MPC860 board on x86 platform.
Except the proprietary touch screen interface(we added this ourself),
everything else worked fine on the target framebuffer device.  But I haven't
tried the complete X.
I hope this information is useful for you.


Best regards,
Ramakrishna, G

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

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

* Re: X windows for Linux PPC embedded
  2003-02-24 21:48 ` Wolfgang Denk
@ 2003-02-26 16:02   ` Jan Damborsky
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Damborsky @ 2003-02-26 16:02 UTC (permalink / raw)
  To: linuxppc-embedded


Wolfgang Denk wrote:

 >In message <3E5A528A.4020805@devcom.cz> you wrote:
 >
 >
 >>I would like to ask, if there is some project
 >>for porting X windows system to Embedded
 >>PPC Linux. I use board with MPC823E with
 >>VGA TFT display+touch screen, 32MB RWM,
 >>4MB FLASH, Ethernet, serial RS232,....
 >>I would like to use it as remote graphic terminal
 >>communicating via Ethernet by means of X protocol.
 >>Does somebody know how to make it work ?
 >>
 >>
 >
 >There is nothing much to "port". Just use a system with  as  much  as
 >possible RAM, and a local harddisk, so you can enable swap space, and
 >run the standard "make" procedure on the target (native!).
 >
 >I once looked into this trying to find out if you could prepare X11R6
 >for cross compilation, but found it too difficult  /  not  worth  the
 >effort.  I  ran  a  build  on  a  MPC860P  with 64 MB RAM and a 20 GB
 >harddisk attached to the PCMCIA slot. It took  _ages_  (>  48  hours,
 >IIRC)  but  except  for  some  minor issues the build went through. I
 >think this was in the  age  of  HHL  1.2  JE,  so  any  decent  build
 >environment should work fine, too.
 >
 >
 >Best regards,
 >
 >Wolfgang Denk
 >
 >
 >
Thank you for information,  HANYS


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

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

* Re: X windows for Linux PPC embedded
  2003-02-25  5:31 g.ramakrishna
@ 2003-02-26 16:02 ` Jan Damborsky
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Damborsky @ 2003-02-26 16:02 UTC (permalink / raw)
  To: linuxppc-embedded


g.ramakrishna@exgate.tek.com wrote:

 >>I would like to ask, if there is some project
 >>for porting X windows system to Embedded
 >>PPC Linux. I use board with MPC823E with
 >>VGA TFT display+touch screen, 32MB RWM,
 >>4MB FLASH, Ethernet, serial RS232,....
 >>I would like to use it as remote graphic terminal
 >>communicating via Ethernet by means of X protocol.
 >>Does somebody know how to make it work ?
 >>
 >>
 >
 >
 >There is nothing much to port.  Few months back I had cross-compiled TinyX
 >successfully for a MPC860 board on x86 platform.
 >Except the proprietary touch screen interface(we added this ourself),
 >everything else worked fine on the target framebuffer device.  But I
haven't
 >tried the complete X.
 >I hope this information is useful for you.
 >
 > regards,
 >Ramakrishna, G
 >
 >
 >
Thank you for your information. We have 32M of DRAM, 16M of FLASH on board.
Do you think it is sufficient for make tinyX working?

                 HANYS


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

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

* RE: X windows for Linux PPC embedded
@ 2003-02-27  5:27 g.ramakrishna
  2003-03-03  8:21 ` Jan Damborsky
  0 siblings, 1 reply; 7+ messages in thread
From: g.ramakrishna @ 2003-02-27  5:27 UTC (permalink / raw)
  To: jan.damborsky; +Cc: linuxppc-dev


>>>I would like to ask, if there is some project
>>>for porting X windows system to Embedded
>>>PPC Linux. I use board with MPC823E with
>>>VGA TFT display+touch screen, 32MB RWM,
>>>4MB FLASH, Ethernet, serial RS232,....
>>>I would like to use it as remote graphic terminal
>>>communicating via Ethernet by means of X protocol.
>>>Does somebody know how to make it work ?
>>>
>>>
>>
>>
>>There is nothing much to port.  Few months back I had cross-compiled TinyX
>>successfully for a MPC860 board on x86 platform.
>>Except the proprietary touch screen interface(we added this ourself),
>>everything else worked fine on the target framebuffer device.  But I
haven't
>>tried the complete X.
>>I hope this information is useful for you.
>>
>> regards,
>>Ramakrishna, G
>>
>>
>>
>Thank you for your information. We have 32M of DRAM, 16M of FLASH on board.
>Do you think it is sufficient for make tinyX working?
>
>                HANYS

It is more than enough.  We had 16M of DRAM and 16M of FLASH on the target.

Regards,
Ramakrishna, G

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

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

* Re: X windows for Linux PPC embedded
  2003-02-27  5:27 X windows for Linux PPC embedded g.ramakrishna
@ 2003-03-03  8:21 ` Jan Damborsky
  0 siblings, 0 replies; 7+ messages in thread
From: Jan Damborsky @ 2003-03-03  8:21 UTC (permalink / raw)
  To: g.ramakrishna; +Cc: linuxppc-dev


g.ramakrishna@exgate.tek.com wrote:

>>>>I would like to ask, if there is some project
>>>>for porting X windows system to Embedded
>>>>PPC Linux. I use board with MPC823E with
>>>>VGA TFT display+touch screen, 32MB RWM,
>>>>4MB FLASH, Ethernet, serial RS232,....
>>>>I would like to use it as remote graphic terminal
>>>>communicating via Ethernet by means of X protocol.
>>>>Does somebody know how to make it work ?
>>>>
>>>>
>>>>
>>>>
>>>There is nothing much to port.  Few months back I had cross-compiled TinyX
>>>successfully for a MPC860 board on x86 platform.
>>>Except the proprietary touch screen interface(we added this ourself),
>>>everything else worked fine on the target framebuffer device.  But I
>>>
>>>
Could you send me please appropriate link to TinyX source tree
you successfully used for building working X ?
       Thank you, HANYS


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

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

end of thread, other threads:[~2003-03-03  8:21 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-02-27  5:27 X windows for Linux PPC embedded g.ramakrishna
2003-03-03  8:21 ` Jan Damborsky
  -- strict thread matches above, loose matches on Subject: below --
2003-02-25  5:31 g.ramakrishna
2003-02-26 16:02 ` Jan Damborsky
2003-02-24 17:12 Jan Damborsky
2003-02-24 21:48 ` Wolfgang Denk
2003-02-26 16:02   ` Jan Damborsky

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).