* Which embedded linux is better for being a router? eCos? uclinux?
@ 2002-11-22 4:29 paul_wu
2002-11-22 15:25 ` Tommy Reynolds
0 siblings, 1 reply; 5+ messages in thread
From: paul_wu @ 2002-11-22 4:29 UTC (permalink / raw)
To: linux-kernel
Try to make a router running a embedded linux OS, but don't know select which
one is better, eCos? uclinux?
Does anyone have such experiences?
Paul
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which embedded linux is better for being a router? eCos? uclinux?
2002-11-22 4:29 paul_wu
@ 2002-11-22 15:25 ` Tommy Reynolds
0 siblings, 0 replies; 5+ messages in thread
From: Tommy Reynolds @ 2002-11-22 15:25 UTC (permalink / raw)
To: paul_wu; +Cc: linux-kernel
Overcoming an impressive lethardy, paul_wu@wnexus.com.tw mumbled:
> Try to make a router running a embedded linux OS, but don't know select which
> one is better, eCos? uclinux?
> Does anyone have such experiences?
By far the easiest solution is to use ordinary Linux on a really old,
cheap PC, or a PC-on-a-board.
eCos can be built with the smallest memory and resource footprint of
any of the other techniques, but may not already support the Ethernet
cards or other devices you need: eCos just doesn't have the sheer
number of device drivers as does Linux.
uCLinux would work well enough, as it's intended for cheap-as-dirt
CPU's that lack an MMU. The features it lacks (there is no "fork()"
only "vfork()") can be easily worked around but your application
software may need tweaking.
Without knowing your engineering requirements it is impossible to say
what you need.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which embedded linux is better for being a router? eCos? uclinux?
@ 2002-11-25 1:01 paul_wu
2002-11-25 2:23 ` Robert Love
0 siblings, 1 reply; 5+ messages in thread
From: paul_wu @ 2002-11-25 1:01 UTC (permalink / raw)
To: Tommy Reynolds; +Cc: linux-kernel
CPU will be MIPS. Does uclinux support multi-processes? Or there is 3rd choice
for such embedded Linux?
Paul
Tommy Reynolds <reynolds@redhat.com> on 2002/11/22 11:25:49 PM
To: Paul Wu/WNI/Wistron@Wistron
cc: linux-kernel@vger.kernel.org
Subject: Re: Which embedded linux is better for being a
router? eCos? uclinux?
This document is classified as Normal
Overcoming an impressive lethardy, paul_wu@wnexus.com.tw mumbled:
> Try to make a router running a embedded linux OS, but don't know select which
> one is better, eCos? uclinux?
> Does anyone have such experiences?
By far the easiest solution is to use ordinary Linux on a really old,
cheap PC, or a PC-on-a-board.
eCos can be built with the smallest memory and resource footprint of
any of the other techniques, but may not already support the Ethernet
cards or other devices you need: eCos just doesn't have the sheer
number of device drivers as does Linux.
uCLinux would work well enough, as it's intended for cheap-as-dirt
CPU's that lack an MMU. The features it lacks (there is no "fork()"
only "vfork()") can be easily worked around but your application
software may need tweaking.
Without knowing your engineering requirements it is impossible to say
what you need.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which embedded linux is better for being a router? eCos? uclinux?
2002-11-25 1:01 Which embedded linux is better for being a router? eCos? uclinux? paul_wu
@ 2002-11-25 2:23 ` Robert Love
2002-11-25 9:58 ` Andre Hedrick
0 siblings, 1 reply; 5+ messages in thread
From: Robert Love @ 2002-11-25 2:23 UTC (permalink / raw)
To: paul_wu; +Cc: Tommy Reynolds, linux-kernel
On Sun, 2002-11-24 at 20:01, paul_wu@wnexus.com.tw wrote:
> CPU will be MIPS. Does uclinux support multi-processes? Or there
> is 3rd choice for such embedded Linux?
You do not need any special version of Linux. Your chip has an MMU and
all the other normal bits. Just compile up a stock kernel and
user-land.
If you want an already-done distribution, there are a few out there -
google around. Commercial offerings are available from MontaVista, Red
Hat, etc, too.
Robert Love
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Which embedded linux is better for being a router? eCos? uclinux?
2002-11-25 2:23 ` Robert Love
@ 2002-11-25 9:58 ` Andre Hedrick
0 siblings, 0 replies; 5+ messages in thread
From: Andre Hedrick @ 2002-11-25 9:58 UTC (permalink / raw)
To: Robert Love; +Cc: paul_wu, Tommy Reynolds, linux-kernel
What do you have in the way for x86 environments and where is the legalise
for indemnification? The latter part can be negated if the offerings are
not Linux based.
Andre Hedrick
LAD Storage Consulting Group
On 24 Nov 2002, Robert Love wrote:
> On Sun, 2002-11-24 at 20:01, paul_wu@wnexus.com.tw wrote:
>
> > CPU will be MIPS. Does uclinux support multi-processes? Or there
> > is 3rd choice for such embedded Linux?
>
> You do not need any special version of Linux. Your chip has an MMU and
> all the other normal bits. Just compile up a stock kernel and
> user-land.
>
> If you want an already-done distribution, there are a few out there -
> google around. Commercial offerings are available from MontaVista, Red
> Hat, etc, too.
>
> Robert Love
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-11-25 9:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-25 1:01 Which embedded linux is better for being a router? eCos? uclinux? paul_wu
2002-11-25 2:23 ` Robert Love
2002-11-25 9:58 ` Andre Hedrick
-- strict thread matches above, loose matches on Subject: below --
2002-11-22 4:29 paul_wu
2002-11-22 15:25 ` Tommy Reynolds
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.