* How to run SELF without Hardhat 2.0?
@ 2002-09-09 9:42 Luo Yanjun
2002-09-09 10:08 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: Luo Yanjun @ 2002-09-09 9:42 UTC (permalink / raw)
To: linuxppc-embedded
Hi Wolfgang and list,
I just installed ELDK and compiled the kernel, I don't know how to make a
ramdisk,
and I searched the list find that you have made a SELF can build kernel with
ramdisk,
so I want to try, but I found that the SELF just use Hardhat 2.0 as develop
environment,
I don't have Hardhat 2.0 now, only ELDK, so can I use SELF?
If can't, can you give a ramdisk build script? I need to make a ramdisk for
our
MPC750+MPC8260 platform.
Thanks in advance,
Luo Yanjun,
09/09/2002.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to run SELF without Hardhat 2.0?
2002-09-09 9:42 How to run SELF without Hardhat 2.0? Luo Yanjun
@ 2002-09-09 10:08 ` Wolfgang Denk
2002-09-10 2:51 ` Luo Yanjun
0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2002-09-09 10:08 UTC (permalink / raw)
To: Luo Yanjun; +Cc: linuxppc-embedded
Dear Luo Yanjun,
in message <03e001c257e5$48cc96d0$6100a8c0@udtech.net> you wrote:
>
> I just installed ELDK and compiled the kernel, I don't know how to make a
> ramdisk,
> and I searched the list find that you have made a SELF can build kernel with
> ramdisk,
> so I want to try, but I found that the SELF just use Hardhat 2.0 as develop
> environment,
> I don't have Hardhat 2.0 now, only ELDK, so can I use SELF?
Of course you can.
You should see the SELF package as a construction kit for your own
envrionment; all you need to do to use SELF with our ELDK (version
1.x) is to create a new file "config/LIB_LIST.ELDK-1.0" with the
following content:
----- cut here -----
lib/ld-2.2.1.so
lib/ld.so.1
lib/libc-2.2.1.so
lib/libc.so.6
lib/libcrypt-2.2.1.so
lib/libcrypt.so.1
lib/libdl-2.2.1.so
lib/libdl.so.2
lib/libnsl-2.2.1.so
lib/libnsl.so.1
lib/libnss_compat-2.2.1.so
lib/libnss_compat.so.2
lib/libnss_files-2.2.1.so
lib/libnss_files.so.2
lib/libresolv-2.2.1.so
lib/libresolv.so.2
lib/libutil-2.2.1.so
lib/libutil.so.1
----- cut here -----
Then make your board's config file look like this:
CROSS_PREFIX = ppc_8xx-
CDK_DIR = /opt/eldk/usr
LIB_DIR = /opt/eldk/ppc_8xx
LIBRARIES = LIB_LIST.ELDK-1.0
That's all.
BTW: The next version of our ELDK will contain an adapted version of
SELF, with pre-build images for all supported arcitectures. ELDK-2.0
is based on YD-2.3 and will be available in 2 or 3 weeks from now.
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
When you die, the first thing you lose is your life. The next thing
is the illusions. - Terry Pratchett, _Pyramids_
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: How to run SELF without Hardhat 2.0?
2002-09-09 10:08 ` Wolfgang Denk
@ 2002-09-10 2:51 ` Luo Yanjun
0 siblings, 0 replies; 3+ messages in thread
From: Luo Yanjun @ 2002-09-10 2:51 UTC (permalink / raw)
To: Wolfgang Denk; +Cc: linuxppc-embedded
Hi Wolfgang,
I successfully build all of the images, thanks very much.
Regards,
Luo Yanjun.
> Dear Luo Yanjun,
>
> in message <03e001c257e5$48cc96d0$6100a8c0@udtech.net> you wrote:
> >
> > I just installed ELDK and compiled the kernel, I don't know how to make
a
> > ramdisk,
> > and I searched the list find that you have made a SELF can build kernel
with
> > ramdisk,
> > so I want to try, but I found that the SELF just use Hardhat 2.0 as
develop
> > environment,
> > I don't have Hardhat 2.0 now, only ELDK, so can I use SELF?
>
> Of course you can.
>
> You should see the SELF package as a construction kit for your own
> envrionment; all you need to do to use SELF with our ELDK (version
> 1.x) is to create a new file "config/LIB_LIST.ELDK-1.0" with the
> following content:
>
> ----- cut here -----
> lib/ld-2.2.1.so
> lib/ld.so.1
> lib/libc-2.2.1.so
> lib/libc.so.6
> lib/libcrypt-2.2.1.so
> lib/libcrypt.so.1
> lib/libdl-2.2.1.so
> lib/libdl.so.2
> lib/libnsl-2.2.1.so
> lib/libnsl.so.1
> lib/libnss_compat-2.2.1.so
> lib/libnss_compat.so.2
> lib/libnss_files-2.2.1.so
> lib/libnss_files.so.2
> lib/libresolv-2.2.1.so
> lib/libresolv.so.2
> lib/libutil-2.2.1.so
> lib/libutil.so.1
> ----- cut here -----
>
> Then make your board's config file look like this:
>
> CROSS_PREFIX = ppc_8xx-
> CDK_DIR = /opt/eldk/usr
> LIB_DIR = /opt/eldk/ppc_8xx
> LIBRARIES = LIB_LIST.ELDK-1.0
>
> That's all.
>
>
> BTW: The next version of our ELDK will contain an adapted version of
> SELF, with pre-build images for all supported arcitectures. ELDK-2.0
> is based on YD-2.3 and will be available in 2 or 3 weeks from now.
>
> Wolfgang Denk
>
> --
> Software Engineering: Embedded and Realtime Systems, Embedded Linux
> Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
> When you die, the first thing you lose is your life. The next thing
> is the illusions. - Terry Pratchett, _Pyramids_
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-09-10 2:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-09 9:42 How to run SELF without Hardhat 2.0? Luo Yanjun
2002-09-09 10:08 ` Wolfgang Denk
2002-09-10 2:51 ` Luo Yanjun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).