Gentoo Archives: gentoo-embedded

From: Ned Ludd <solar@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] Gnap and google SOC
Date: Wed, 25 Mar 2009 18:38:00
Message-Id: 1238006278.11833.15.camel@hangover
In Reply to: Re: [gentoo-embedded] Gnap and google SOC by wireless
1 On Wed, 2009-03-25 at 14:24 -0400, wireless wrote:
2 > Ned Ludd wrote:
3 >
4 > >> Is GNAP and the Google summer of Code going to
5 > >> complete the work on making GNAP current?
6 >
7 > >> Any discussion of the GNAP plans are most welcome.
8 > >> I have a bunch of old 486-P1 that I like to
9 > >> put GNAP on for kids and teenagers to use
10 > >> as the basis of projects and experimentation.
11 > >> Lots of this old hardware is everywhere
12 > >> and embedded gentoo on it, makes a lot
13 > >> of sense for teenagers to tinker around with....
14 >
15 > > I think it's safe to say that GNAP is not maintained by anybody on this
16 > > list. gentoo-gnap has a mailing list however. But I'm pretty sure it's
17 > > just dead at this point.
18 >
19 >
20 > OK.
21 >
22 > Does it make sense to try to put embedded gentoo on an old x86
23 > machine? (486 or 586)?
24
25 Sure.
26
27
28 > If not what embedded nix distro would anyone recommend for these
29 > very old machines, keeping in mind that kids and teenagers will
30 > be playing with them for projects.......?
31 >
32 >
33 >
34 > any suggestions are welcome.
35
36 export ROOT=$PWD/ROOT
37 export PORTAGE_BINHOST=http://tinderbox.dev.gentoo.org/uclibc/i386/
38 emerge -G system
39 qmerge -fsv | less ; # (to look at the additional packages)
40 emerge -G <additional packages.>
41 cd ROOT
42 tar jcvf ../ROOTFS-`date -u +%Y%m%d`.tar.bz2 ./
43
44
45 --
46 Ned Ludd <solar@g.o>
47 Gentoo Linux

Replies

Subject Author
Re: [gentoo-embedded] Gnap and google SOC wireless <wireless@×××××××××××.com>