* Full Linux distributions
@ 2008-07-03 19:25 Brian Silverman
2008-07-03 20:03 ` Leon Woestenberg
0 siblings, 1 reply; 5+ messages in thread
From: Brian Silverman @ 2008-07-03 19:25 UTC (permalink / raw)
To: linuxppc-embedded
I'm looking for advice into what Linux distributions (rootfs) people are
using for the PowerPC.
Specifically, I'm currently using busybox for my core rootfs, but I'm
looking for an alternative that will allow me to:
- easily add new packages
- is binary compatible with the PPC405. 440, and Freescale 85xx cores.
- can be large (compared to the usual embedded devices), say in the
100MB to 1GB range. It will sit on an SD card.
- Can be built/maintained under cygwin, and can generate a ext2
image (e.g. with gen2extfs)
I've been looking at:
1) rolling my own
2) Mainstream distributions (e.g. Debian/Ubuntu have lingering
support from PowerBook days; Gentoo seems like a possibility)
3) OpenEmbedded (doesn't seem to currently support cygwin)
Anybody have any preferences based on what they've used?
--
Brian Silverman
Concept X, LLC
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Full Linux distributions
2008-07-03 19:25 Full Linux distributions Brian Silverman
@ 2008-07-03 20:03 ` Leon Woestenberg
2008-07-03 20:12 ` Brian Silverman
0 siblings, 1 reply; 5+ messages in thread
From: Leon Woestenberg @ 2008-07-03 20:03 UTC (permalink / raw)
To: Brian Silverman; +Cc: linuxppc-embedded
Hello Brian,
On Thu, Jul 3, 2008 at 9:25 PM, Brian Silverman
<bsilverman@conceptxdesign.com> wrote:
> I'm looking for advice into what Linux distributions (rootfs) people are
> using for the PowerPC.
>
> Specifically, I'm currently using busybox for my core rootfs, but I'm
>
buildroot I guess, not busybox (alone).
> looking for an alternative that will allow me to:
> - easily add new packages
> - is binary compatible with the PPC405. 440, and Freescale 85xx cores.
>
binary compatible? You mean it can build binaries for those cores?
> - can be large (compared to the usual embedded devices), say in the 100MB
> to 1GB range. It will sit on an SD card.
> - Can be built/maintained under cygwin, and can generate a ext2 image
> (e.g. with gen2extfs)
>
> 3) OpenEmbedded (doesn't seem to currently support cygwin)
>
My preference is to use OpenEmbedded and do so under a Linux host
system (any will do).
As I don't want to be tied to a certain host OS, Emdebian or
Gentoo-Embedded are no-go for me.
I have used tools and rootfs systems like crosstool, buildroot, LFS before.
There is also LTIB by Freescale, tried that?
Regards,
--
Leon
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Full Linux distributions
2008-07-03 20:03 ` Leon Woestenberg
@ 2008-07-03 20:12 ` Brian Silverman
2008-07-03 23:59 ` Daniel Stonier
0 siblings, 1 reply; 5+ messages in thread
From: Brian Silverman @ 2008-07-03 20:12 UTC (permalink / raw)
To: Leon Woestenberg; +Cc: linuxppc-embedded
[-- Attachment #1: Type: text/plain, Size: 902 bytes --]
Thanks for your response...
Leon Woestenberg wrote:
>
>> - is binary compatible with the PPC405. 440, and Freescale 85xx cores.
>>
>>
> binary compatible? You mean it can build binaries for those cores?
>
What I meant (but said poorly) was that it has pre-compiled binaries.
But its fine if I can build it under cygwin. And I am thinking that I
may drop the cygwin requirement, because its painful to do linux builds
under it.
>
> My preference is to use OpenEmbedded and do so under a Linux host
> system (any will do).
> As I don't want to be tied to a certain host OS, Emdebian or
> Gentoo-Embedded are no-go for me.
>
> I have used tools and rootfs systems like crosstool, buildroot, LFS before.
>
> There is also LTIB by Freescale, tried that?
>
I need to look closer at LITB - but I was guessing it didn't have PPC4xx
support.
Thanks!
--
Brian Silverman
Concept X, LLC
[-- Attachment #2: Type: text/html, Size: 1523 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Full Linux distributions
2008-07-03 20:12 ` Brian Silverman
@ 2008-07-03 23:59 ` Daniel Stonier
2008-07-04 11:48 ` Detlev Zundel
0 siblings, 1 reply; 5+ messages in thread
From: Daniel Stonier @ 2008-07-03 23:59 UTC (permalink / raw)
To: Brian Silverman; +Cc: linuxppc-embedded
On 04/07/2008, Brian Silverman <bsilverman@conceptxdesign.com> wrote:
>
> Thanks for your response...
>
> Leon Woestenberg wrote:
>
> - is binary compatible with the PPC405. 440, and Freescale 85xx cores.
>
> binary compatible? You mean it can build binaries for those cores?
>
> What I meant (but said poorly) was that it has pre-compiled binaries. But
> its fine if I can build it under cygwin. And I am thinking that I may drop
> the cygwin requirement, because its painful to do linux builds under it.
>
> My preference is to use OpenEmbedded and do so under a Linux host
> system (any will do).
> As I don't want to be tied to a certain host OS, Emdebian or
> Gentoo-Embedded are no-go for me.
>
> I have used tools and rootfs systems like crosstool, buildroot, LFS before.
>
> There is also LTIB by Freescale, tried that?
>
> I need to look closer at LITB - but I was guessing it didn't have PPC4xx
> support.
>
> Thanks!
> --
> Brian Silverman
> Concept X, LLC
I've been using the ELDK for an amcc440EP ppc board. It's turned out
to be rather convenient, especially when running a networked
environment. The guy who primarily maintains it is very helpful also.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Full Linux distributions
2008-07-03 23:59 ` Daniel Stonier
@ 2008-07-04 11:48 ` Detlev Zundel
0 siblings, 0 replies; 5+ messages in thread
From: Detlev Zundel @ 2008-07-04 11:48 UTC (permalink / raw)
To: linuxppc-embedded
Hi Daniel,
> I've been using the ELDK for an amcc440EP ppc board. It's turned out
> to be rather convenient, especially when running a networked
> environment.
I'm glad to hear that the ELDK is useful.
> The guy who primarily maintains it is very helpful also.
To be honest, the ELDK is maintained by our company. It has become too
much for a single individual.
We of course invite others from the community to get involved
here. There is a mailinglist[1] to discuss ELDK related topics and all
sources needed to build it are available from our git server[2].
One of the inconveniences preventing likely many attempts to get
involved is our old build system, which ensures excellent distribution
compatibility however.
So one of the first goals I try to invest spare time is to fix the build
process into being runnable on modern distros also. We just cannot drop
support for the old build environment to be as widely compatible as
possible.
Cheers
Detlev
[1] http://lists.denx.de/mailman/listinfo/eldk
[2] http://git.denx.de/
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-40 Fax: (+49)-8142-66989-80 Email: dzu@denx.de
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2008-07-04 11:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-03 19:25 Full Linux distributions Brian Silverman
2008-07-03 20:03 ` Leon Woestenberg
2008-07-03 20:12 ` Brian Silverman
2008-07-03 23:59 ` Daniel Stonier
2008-07-04 11:48 ` Detlev Zundel
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).