linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* How to make ramdisk ?
@ 2001-09-03 11:19 윤동석
  2001-09-06 19:11 ` Amit D Chaudhary
  0 siblings, 1 reply; 2+ messages in thread
From: 윤동석 @ 2001-09-03 11:19 UTC (permalink / raw)
  To: linuxppc-embedded


네트워크Hi

I'am trying to Hard Hat linux 1.2  on custom MPC8240 Board
modifying  Sandpointing8240  SDK.
I want to use ramdisk  so I did " make  zImage.initrd"
but there are errors.  followings are error messages
=================================================================
.
.
mlinux:                 59.5% -- replaced with vmlinux.gz
make[2]: Leaving directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot/images'
make -C sandpoint zImage.initrd
make[2]: Entering directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot/sandpoint'
ppc_82xx-ld -T /opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/vmlinux.lds -Ttext 0x00800000 -o zvmlinux.initrd.tmp head.o ../common/misc-common.o ../common/misc-simple.o ../common/ns16550.o ../common/string.o ../lib/zlib.a
ppc_82xx-objcopy -O elf32-powerpc -R .comment \
        --add-section=initrd=../images/ramdisk.image.gz \
        --add-section=image=../images/vmlinux.gz \
        zvmlinux.initrd.tmp zvmlinux.initrd
ppc_82xx-objcopy: cannot stat: ../images/ramdisk.image.gz:  no such file or directory
make[2]: *** [zvmlinux.initrd] Error 1
make[2]: Leaving directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot/sandpoint'
make[1]: *** [zImage.initrd] Error 2
make[1]: Leaving directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot'
make: *** [zImage.initrd] Error 2
=================================================================

Question ]
    At cimpile time, ramdisk.image.gz is needed .

   1) How do I make ramdisk.image.gz ?


Thanks in advance.
                                                DongSeak Yoon

Question ]

   1) Do I have to make ramdisk.image.gz ?
   2) if so , how can I make it  ?


Thanks in advance.
                                                DongSeak Yoon




E-mail  : manulsan@daintelecom.com
Mobil   : 016-208-9568
Fax     : 82-2-581-2805

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to make ramdisk ?
  2001-09-03 11:19 How to make ramdisk ? 윤동석
@ 2001-09-06 19:11 ` Amit D Chaudhary
  0 siblings, 0 replies; 2+ messages in thread
From: Amit D Chaudhary @ 2001-09-06 19:11 UTC (permalink / raw)
  To: 윤동석; +Cc: linuxppc-embedded


Look at Documentation/ramdisk.txt in the kernel source tree for details.

Amit


윤동석 wrote:
> 네트워크Hi
>
> I'am trying to Hard Hat linux 1.2  on custom MPC8240 Board
> modifying  Sandpointing8240  SDK.
> I want to use ramdisk  so I did " make  zImage.initrd"
> but there are errors.  followings are error messages
> =================================================================
> .
> .
> mlinux:                 59.5% -- replaced with vmlinux.gz
> make[2]: Leaving directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot/images'
> make -C sandpoint zImage.initrd
> make[2]: Entering directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot/sandpoint'
> ppc_82xx-ld -T /opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/vmlinux.lds -Ttext 0x00800000 -o zvmlinux.initrd.tmp head.o ../common/misc-common.o ../common/misc-simple.o ../common/ns16550.o ../common/string.o ../lib/zlib.a
> ppc_82xx-objcopy -O elf32-powerpc -R .comment \
>         --add-section=initrd=../images/ramdisk.image.gz \
>         --add-section=image=../images/vmlinux.gz \
>         zvmlinux.initrd.tmp zvmlinux.initrd
> ppc_82xx-objcopy: cannot stat: ../images/ramdisk.image.gz:  no such file or directory
> make[2]: *** [zvmlinux.initrd] Error 1
> make[2]: Leaving directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot/sandpoint'
> make[1]: *** [zImage.initrd] Error 2
> make[1]: Leaving directory `/opt/hardhat/devkit/lsp/motorola-sandpoint/linux-2.4.2_hhl20/arch/ppc/boot'
> make: *** [zImage.initrd] Error 2
> =================================================================
>
> Question ]
>     At cimpile time, ramdisk.image.gz is needed .
>
>    1) How do I make ramdisk.image.gz ?
>
>
> Thanks in advance.
>                                                 DongSeak Yoon
>
> Question ]
>
>    1) Do I have to make ramdisk.image.gz ?
>    2) if so , how can I make it  ?
>
>
> Thanks in advance.
>                                                 DongSeak Yoon
>
>
>
>
> E-mail  : manulsan@daintelecom.com
> Mobil   : 016-208-9568
> Fax     : 82-2-581-2805
>
>
>
>


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-09-06 19:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-03 11:19 How to make ramdisk ? 윤동석
2001-09-06 19:11 ` Amit D Chaudhary

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).