public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] gentoo embedded "reference accounts"?
       [not found] <AANLkTinZSmnIJ_eUc4yENvlDY92JWE0Q-n-gDvlcAZSV@mail.gmail.com>
@ 2010-05-29  5:47 ` spinugio
  2010-05-29 17:54   ` Joshua Saddler
  2010-05-29 20:58   ` Marc Arens
  0 siblings, 2 replies; 5+ messages in thread
From: spinugio @ 2010-05-29  5:47 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Hi everybody,

  can I please get some so-to-speak "reference accounts" of products that
are using Gentoo as their embedded Linux distribution of choice? in other
words, can you please let me know of any embedded appliance that is running
gentoo linux?

I am trying my best to convince my company that it would be a good choice :)
I'd really appreciate any help in this direction from your side...

thank you!
-Spinugio

[-- Attachment #2: Type: text/html, Size: 526 bytes --]

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

* Re: [gentoo-dev] gentoo embedded "reference accounts"?
  2010-05-29  5:47 ` [gentoo-dev] gentoo embedded "reference accounts"? spinugio
@ 2010-05-29 17:54   ` Joshua Saddler
  2010-05-29 20:06     ` Richard Freeman
  2010-05-29 20:58   ` Marc Arens
  1 sibling, 1 reply; 5+ messages in thread
From: Joshua Saddler @ 2010-05-29 17:54 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1120 bytes --]

On Fri, 28 May 2010 22:47:58 -0700
spinugio <spinugio@gmail.com> wrote:

> Hi everybody,
> 
>   can I please get some so-to-speak "reference accounts" of products that
> are using Gentoo as their embedded Linux distribution of choice? in other
> words, can you please let me know of any embedded appliance that is running
> gentoo linux?
> 
> I am trying my best to convince my company that it would be a good choice :)
> I'd really appreciate any help in this direction from your side...

We really have no way of knowing unless someone tells us. As far as what we do know . . .

I usually run news items on these kinds of things, so check the Public Relations and GMN archives for articles on the various places Gentoo's used.

D-Link routers, for example, run (or used to run) Gentoo. SRI's solar probe, RAISE, ran Gentoo. The Misa Digital Guitar, just entering mass production, runs Gentoo. There are many more places where Gentoo's been used in various devices and production environments, so the PR, GMN, and GWN archives are your friends, as well as searching Google for Gentoo success stories.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

* Re: [gentoo-dev] gentoo embedded "reference accounts"?
  2010-05-29 17:54   ` Joshua Saddler
@ 2010-05-29 20:06     ` Richard Freeman
  2010-05-29 20:28       ` Mike Frysinger
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Freeman @ 2010-05-29 20:06 UTC (permalink / raw
  To: gentoo-dev

On 05/29/2010 01:54 PM, Joshua Saddler wrote:
>
> D-Link routers, for example, run (or used to run) Gentoo. SRI's solar
> probe, RAISE, ran Gentoo. The Misa Digital Guitar, just entering mass
> production, runs Gentoo. There are many more places where Gentoo's
> been used in various devices and production environments, so the PR,
> GMN, and GWN archives are your friends, as well as searching Google
> for Gentoo success stories.

When I think about pros/cons for Gentoo vs something else here are a few 
thoughts (some of which you may have already had):

Linux in general isn't the only OS used in embedded apps - there are 
other options like vxware/etc, which probably should be at least 
considered as well.  Advantages of linux in general would be familiarity 
and a very wide range of features.  A more purpose-driven OS might have 
the advantage of better realtime support and stability, as well as 
better vendor support (embedded is all that they do).

If you're going to run linux, then I'd consider Gentoo well up there - 
granted I'd strip out a lot of it before deploying it.  Gentoo has most 
of the flexibility of linux from scratch, but is FAR more maintainable 
if you plan to keep it updated.  The fact that you can mix and match 
just about any version of any library/etc is a big plus - it gives you 
more control over what you put on your device.  On the other hand, some 
other distros might give you better long-term-support if you're willing 
to live with the library versions they pick and how they build 
everything.  If your device goes on a network then it may need security 
patching, and that is generally safer if you have a vendor who will 
backport security fixes for 5+ years.  Something like RHEL has 
certifications/etc and more formal support, so you can hire people who 
probably know what they're doing.

Like anything you have to consider all the pros/cons.  If I were 
building something on my own dime in an embedded space I'd probably 
strongly consider Gentoo.

Of course, if you do use Gentoo unless you have a ton of storage you're 
going to want to strip out the toolchain, portage, etc.  You would use 
gentoo to maintain a development image, and then any time you want to 
you could copy that and then trim it way down (you could probably script 
this).

Just some random thoughts.

Rich



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

* Re: [gentoo-dev] gentoo embedded "reference accounts"?
  2010-05-29 20:06     ` Richard Freeman
@ 2010-05-29 20:28       ` Mike Frysinger
  0 siblings, 0 replies; 5+ messages in thread
From: Mike Frysinger @ 2010-05-29 20:28 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: Text/Plain, Size: 489 bytes --]

On Saturday 29 May 2010 16:06:19 Richard Freeman wrote:
> going to want to strip out the toolchain, portage, etc.  You would use
> gentoo to maintain a development image, and then any time you want to
> you could copy that and then trim it way down (you could probably script
> this).

there is plenty of information that talks about cross-compiling, development 
sysroots, and creating stripped runtime roots.  this really isnt a big deal 
once you have the system going.
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [gentoo-dev] gentoo embedded "reference accounts"?
  2010-05-29  5:47 ` [gentoo-dev] gentoo embedded "reference accounts"? spinugio
  2010-05-29 17:54   ` Joshua Saddler
@ 2010-05-29 20:58   ` Marc Arens
  1 sibling, 0 replies; 5+ messages in thread
From: Marc Arens @ 2010-05-29 20:58 UTC (permalink / raw
  To: gentoo-dev

On Fri, 28 May 2010 22:47:58 -0700
spinugio <spinugio@gmail.com> wrote:

> Hi everybody,
> 
>   can I please get some so-to-speak "reference accounts" of products
> that are using Gentoo as their embedded Linux distribution of choice?
> in other words, can you please let me know of any embedded appliance
> that is running gentoo linux?

The fit-PC 1.0 and Slim http://en.wikipedia.org/wiki/Fit-PC



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

end of thread, other threads:[~2010-05-29 20:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTinZSmnIJ_eUc4yENvlDY92JWE0Q-n-gDvlcAZSV@mail.gmail.com>
2010-05-29  5:47 ` [gentoo-dev] gentoo embedded "reference accounts"? spinugio
2010-05-29 17:54   ` Joshua Saddler
2010-05-29 20:06     ` Richard Freeman
2010-05-29 20:28       ` Mike Frysinger
2010-05-29 20:58   ` Marc Arens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox