linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* how to get a embbed linux for MPC8240 which core is 603e
@ 2005-03-29 14:55 Anchor
  2005-03-29 15:14 ` Jerry Van Baren
  0 siblings, 1 reply; 5+ messages in thread
From: Anchor @ 2005-03-29 14:55 UTC (permalink / raw)
  To: inuxppc-embedded

Hi everbody:

    I am a new guy, I want get a ready embedded linux for Motorala 
ppc8245, give me a hand.

Thank you very much!

anchor xie

03-29-2005

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

* Re: how to get a embbed linux for MPC8240 which core is 603e
  2005-03-29 14:55 how to get a embbed linux for MPC8240 which core is 603e Anchor
@ 2005-03-29 15:14 ` Jerry Van Baren
  2005-03-30  0:00   ` Anchor
  2005-03-30  0:17   ` Wolfgang Denk
  0 siblings, 2 replies; 5+ messages in thread
From: Jerry Van Baren @ 2005-03-29 15:14 UTC (permalink / raw)
  To: inuxppc-embedded

Anchor wrote:
> Hi everbody:
> 
>    I am a new guy, I want get a ready embedded linux for Motorala 
> ppc8245, give me a hand.
> 
> Thank you very much!
> 
> anchor xie

CLAP CLap Clap clap

Wolfgang Denk has a very good turn-key system "Embedded Linux 
Development Kit" (ELDK).  Download it and install it -- it is a very 
painless way to get started with a cross (or native) development system.
   <http://denx.de/e/index1.php>

Read the documentation on his site! 
<http://denx.de/e/index1.php?head=docs-head&main=docs&subnav=docs-subnav&logo=logo-se&mainnav=docsnav&bottom=bottom-se>

...especially the very useful " DENX Guide to U-Boot and Embedded Linux"
   <http://www.denx.de/twiki/bin/view/DULG/Manual>

READ the FAQ!  Re-read the FAQ!
   <http://www.denx.de/twiki/bin/view/DULG/Faq>

If you need a boot loader, u-boot is a very good way to go.
   <http://sourceforge.net/projects/u-boot>
(Wolfgang is the maintainer).

gvb

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

* Re: how to get a embbed linux for MPC8240 which core is 603e
  2005-03-29 15:14 ` Jerry Van Baren
@ 2005-03-30  0:00   ` Anchor
  2005-03-30  0:12     ` Wolfgang Denk
  2005-03-30  0:17   ` Wolfgang Denk
  1 sibling, 1 reply; 5+ messages in thread
From: Anchor @ 2005-03-30  0:00 UTC (permalink / raw)
  To: Jerry Van Baren; +Cc: inuxppc-embedded

Jerry Van Baren wrote:

> Anchor wrote:
>
>> Hi everbody:
>>
>>    I am a new guy, I want get a ready embedded linux for Motorala 
>> ppc8245, give me a hand.
>>
>> Thank you very much!
>>
>> anchor xie
>
>
> CLAP CLap Clap clap
>
> Wolfgang Denk has a very good turn-key system "Embedded Linux 
> Development Kit" (ELDK).  Download it and install it -- it is a very 
> painless way to get started with a cross (or native) development system.
>   <http://denx.de/e/index1.php>
>
> Read the documentation on his site! 
> <http://denx.de/e/index1.php?head=docs-head&main=docs&subnav=docs-subnav&logo=logo-se&mainnav=docsnav&bottom=bottom-se> 
>
>
> ...especially the very useful " DENX Guide to U-Boot and Embedded Linux"
>   <http://www.denx.de/twiki/bin/view/DULG/Manual>
>
> READ the FAQ!  Re-read the FAQ!
>   <http://www.denx.de/twiki/bin/view/DULG/Faq>
>
> If you need a boot loader, u-boot is a very good way to go.
>   <http://sourceforge.net/projects/u-boot>
> (Wolfgang is the maintainer).
>
> gvb
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>
>
Jerry:

thank you very much! but the ELDK only support PPC8XX, PPC6XX, PPC85XX, 
perhaps I need PPC6XX, I want to know, this number is cpu type identify 
or core type Identify?

anchor xie

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

* Re: how to get a embbed linux for MPC8240 which core is 603e
  2005-03-30  0:00   ` Anchor
@ 2005-03-30  0:12     ` Wolfgang Denk
  0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2005-03-30  0:12 UTC (permalink / raw)
  To: Anchor; +Cc: inuxppc-embedded

In message <4249EC0F.1010302@centecnetworks.com> you wrote:
> 
> thank you very much! but the ELDK only support PPC8XX, PPC6XX, PPC85XX, 

This is not correct. Please see
http://www.denx.de/twiki/bin/view/DULG/ELDKSupportedTargetArchitectures
for the full list of supported target architectures.

> perhaps I need PPC6XX, I want to know, this number is cpu type identify 
> or core type Identify?

For the MPC82xx you will use the ppc_82xx packages of the ELDK, which
happens to be just a symbolic link to ppc_6xx.

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Never call a man a fool.  Borrow from him.

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

* Re: how to get a embbed linux for MPC8240 which core is 603e
  2005-03-29 15:14 ` Jerry Van Baren
  2005-03-30  0:00   ` Anchor
@ 2005-03-30  0:17   ` Wolfgang Denk
  1 sibling, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2005-03-30  0:17 UTC (permalink / raw)
  To: Jerry Van Baren; +Cc: inuxppc-embedded

In message <424970CD.3030006@smiths-aerospace.com> Jerry Van Baren wrote:
>
> Wolfgang Denk has a very good turn-key system "Embedded Linux 
> Development Kit" (ELDK).  Download it and install it -- it is a very 
> painless way to get started with a cross (or native) development system.

Thanks, Jerry. But credit where credit is due -  actually  it's  DENX
Software  Engineering  who  does  all this stuff and services; I just
happen to be part of a team of excellent engineers. My role  is  more
or  less  just the mailing list interface, so they can focus on doing
the real work ;-)

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
panic: kernel trap (ignored)

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

end of thread, other threads:[~2005-03-30  0:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-29 14:55 how to get a embbed linux for MPC8240 which core is 603e Anchor
2005-03-29 15:14 ` Jerry Van Baren
2005-03-30  0:00   ` Anchor
2005-03-30  0:12     ` Wolfgang Denk
2005-03-30  0:17   ` Wolfgang Denk

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