* RamDisk
@ 2002-09-12 18:59 Aman
2002-09-12 22:08 ` RamDisk Matt Porter
0 siblings, 1 reply; 4+ messages in thread
From: Aman @ 2002-09-12 18:59 UTC (permalink / raw)
To: linuxppc embedded
Hi All
I am using a PPC 440 evaluation Kit with openbios as the monitor code. I
have successfully download kernel image using the NFS. Now I want to create
a RAMDISK for the PPC 440. After which I want to download the RAMDISK and
the kernel image to the RAM. My question is, using the monitor
code(OpenBios), is it possible to download both the image ie RAMDISK and
Kernel image to the RAM.
Thanking you in advance
Regards
Aman
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: RamDisk
2002-09-12 18:59 RamDisk Aman
@ 2002-09-12 22:08 ` Matt Porter
0 siblings, 0 replies; 4+ messages in thread
From: Matt Porter @ 2002-09-12 22:08 UTC (permalink / raw)
To: Aman; +Cc: linuxppc-embedded
On Fri, Sep 13, 2002 at 12:29:35AM +0530, Aman wrote:
>
> Hi All
>
> I am using a PPC 440 evaluation Kit with openbios as the monitor code. I
> have successfully download kernel image using the NFS. Now I want to create
> a RAMDISK for the PPC 440. After which I want to download the RAMDISK and
> the kernel image to the RAM. My question is, using the monitor
> code(OpenBios), is it possible to download both the image ie RAMDISK and
> Kernel image to the RAM.
Put your compressed ramdisk image in arch/ppc/boot/images/ramdisk.image.gz
and make the zImage.initrd target. The resulting zImage.initrd.ebony
has the compressed ramdisk image linked in.
Regards,
--
Matt Porter
porter@cox.net
This is Linux Country. On a quiet night, you can hear Windows reboot.
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* RAMDISK
2003-02-24 8:10 ` Shen Rong
@ 2003-02-28 5:31 ` Kamalesh B
2003-02-28 21:29 ` RAMDISK Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Kamalesh B @ 2003-02-28 5:31 UTC (permalink / raw)
To: linuxppc-embedded
Hello,
Right now, iam working booting Linux 2.4.1 on MPC8260ADS. Iam using NFS
option to boot the linux. Mount point is on the host PC.
Iam using PPCBOOT bootloader.
Command line argument for linux given is
root=/dev/nfs nfsaddrs=<targetip>:<serverip>
My query is
1. How to boot linux-2.4.1 using root file system rather than using
network file system?
2. How to make ramdisk(root fs) part of linux kernel? DO i need to
change some makefiles or config options?
3. How to remove dependency of nfs to boot-up LINUX i.e, OS image should
boot in standalone setup?
thanks in advance,
with rgds,
kamal
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: RAMDISK
2003-02-28 5:31 ` RAMDISK Kamalesh B
@ 2003-02-28 21:29 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2003-02-28 21:29 UTC (permalink / raw)
To: Kamalesh B; +Cc: linuxppc-embedded
In message <3E5EF447.3B9088D7@tataelxsi.co.in> you wrote:
>
> Command line argument for linux given is
> root=/dev/nfs nfsaddrs=<targetip>:<serverip>
>
> My query is
> 1. How to boot linux-2.4.1 using root file system rather than using
> network file system?
You always use a "root filesystem". With your option, you mount a
filesystem exported by your NFS server as root filesystem.
I guess you want to mount a ramdisk as rootfilesystem. To do so, make
sure your "bootargs" variable contains the string "root=/dev/ram"
> 2. How to make ramdisk(root fs) part of linux kernel? DO i need to
> change some makefiles or config options?
Why would you want to make it part of the kernel? This makes no
sense. If you mean how to combine the ramdisk image and the kernel
image into one image file, then please see the multi-file image
format of the "mkimage" tol that comes with PPCBoot.
> 3. How to remove dependency of nfs to boot-up LINUX i.e, OS image should
> boot in standalone setup?
Just do not use "root=/dev/nfs" in your "bootargs" settings.
Maybe you can get some more detailed help from reading the docs, like
http://www.denx.de/re/DPLG.html
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd@denx.de
Without freedom of choice there is no creativity.
-- Kirk, "The return of the Archons", stardate 3157.4
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-02-28 21:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-12 18:59 RamDisk Aman
2002-09-12 22:08 ` RamDisk Matt Porter
-- strict thread matches above, loose matches on Subject: below --
2003-02-21 16:15 Problem porting 2.4.17 linux to MPC8260ADS Kamalesh B
2003-02-21 17:04 ` Dan Malek
2003-02-24 6:45 ` Kamalesh B
2003-02-24 8:10 ` Shen Rong
2003-02-28 5:31 ` RAMDISK Kamalesh B
2003-02-28 21:29 ` RAMDISK Wolfgang Denk
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).