Actually Arjun, the problem is that Karim's book doesn'= t not explicitly teach the building of the root filesystem. He also uses th ird party packages like like Busybox, TinyLogin, etc. which I am specifical= ly prohibited from using.
What I need is how do I manually seg= regate all the files built in the toolchain into the appropriate /bin /sbin= /usr/bin /usr/sbin /usr/lib et al. directories of my created root filesyst= em.
Can you shed some light on that?
Thanks, = Raseel.
On Fri, 02 Jul 2004 Arjun Jain wrote :
On= 2 Jul 2004 12:45:35 -0000, Raseel Bhagat
<raseelbhagat@= rediffmail.com> wrote:
Hey luggers,
I;'m trying t= o do it = without their help. So after
building the
= GNU toolchain, I mn trying to con= struct the basic root
fi= lesystem
(in its embedded form....that is ver= = y important) and
then
configuration of the= kernel and the boot loader. I'm =
googling around
= a lot, but its difficult to find any web-site or mailing
li= st wh= ich
can help me build the basic root filesyste= m withour
Busybox and Ti nyLogin.
If= anyone knows any appropriate links, forward it .
= ; > Thanks ,
Raseel.
&g= t;Hi
Karim Yaghmour's "Building Embedded Linux Sy= stems" should be
helpful
if you do not already have it. We w= ere able to build one for ARM
920T
based VCMA9 using his advices.
Regards
aj
= --
Arjun Jain
R.V. College of Engineering, Bangalore 59
=
-----------------------------= ------------------------------
--
http://mm.= ilug-bom.org.in/mailman/listinfo/linuxers
[1]<= IMG SRC="http://ads.rediff.com/RealMedia/ads/adstream_nx.cgi/www.rediffm a= il.com/inbox.htm@Bottom" BORDER=0 VSPACE=0 HSPACE=0>
References
On 3 Jul 2004 07:49:43 -0000, Raseel Bhagat raseelbhagat@rediffmail.com wrote:
Actually Arjun, the problem is that Karim's book doesn'= t not explicitly teach the building of the root filesystem.
Let me get this right. You are trying to get a specific file/directory hierarchy and not develop a filesystem like ext3 , reiserfs etc ?
What I need is how do I manually seg= regate all the files built in the toolchain into the appropriate /bin /sbin= /usr/bin /usr/sbin /usr/lib et al. directories of my created root filesyst= em.
Assuming you are trying to get a particular filesystem hierarchy I don't see the great difficulty in building one ? All that matters is the parameters you might pass to the configure script a simple ./configure --help should give you the clue. To avoid the carpal tunnel sydrome, you could write a few scripts or hack the gentoo portage system to get what you want.
C