Gentoo Archives: gentoo-embedded

From: Quentin Arce <qarce@×××××.com>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] PPC embedded base package
Date: Tue, 12 Apr 2005 15:29:46
Message-Id: 20050412152952.86954.qmail@web60809.mail.yahoo.com
1 One thing you may want to keep in mind when building
2 your system is to make sure all bins are stripped.
3 Also, some embedded companies have tools which
4 determine which libs are being used on the system and
5 remove all others from the final image. Just to
6 squeeze that last bit of space out.
7
8 Also, don't forget to remove all other un-needed
9 files. Like /var/db, all man, etc.
10
11 Q
12
13
14 --- Anthony Russello <arussello@××××××.com> wrote:
15 > Hi All,
16 >
17 > I'm working on a base layout for an embedded system
18 > based on the
19 > Freescale 8241 chip, and was wondering what might be
20 > available in the
21 > world of gentoo for that purpose.
22 >
23 > Here are the requirements we've laid out:
24 >
25 > Read/write /etc (jffs2 filesystem)
26 > /var is a ramdisk, /tmp is a symlink to /var/tmp
27 > / is read only otherwise (cramfs filesystem)
28 >
29 > As far as apps, we basically just need:
30 >
31 > boa
32 > busybox
33 > samba 2.2.x (samba 3 requires additional libraries
34 > in the final image)
35 > sysvinit
36 > sqlite
37 > quota-tools
38 > sys-utils
39 > e2fsprogs
40 >
41 > Now, we created one a while back using an axis chip,
42 > and they had a full
43 > development package that we just modified as needed.
44 > In the end we
45 > wound up with an image that had about 2 MB left over
46 > of the eight.
47 > RIght now, we're kind of starting fresh with an 8241
48 > based system, so I
49 > wanted to get some input on what recommendations you
50 > might have.
51 >
52 > I've already been playing around with a custom thing
53 > from the ground up.
54 > But just in case, I'd like to see if there is
55 > something else we could
56 > look into.
57 >
58 > I've been using gentoo for quite some time now
59 > (since the 1.4 days) but
60 > I haven't been following the gentoo embedded list
61 > for the most part.
62 >
63 > Cheers,
64 > Anthony
65 >
66 > --
67 > gentoo-embedded@g.o mailing list
68 >
69 >
70
71
72
73 __________________________________________________
74 Do You Yahoo!?
75 Tired of spam? Yahoo! Mail has the best spam protection around
76 http://mail.yahoo.com
77 --
78 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] PPC embedded base package Anthony Russello <arussello@××××××.com>