* how to buitl ramdisk image..
@ 2002-10-10 10:09 rekha gvv
2002-10-10 10:29 ` Wolfgang Denk
0 siblings, 1 reply; 3+ messages in thread
From: rekha gvv @ 2002-10-10 10:09 UTC (permalink / raw)
To: linuxppc-embedded
Hello all,
I am using linux2.4.4 for fads860T
can anyone tell me how to build an ramdisk.image.gz
I made
> make zImage.initrd
but it gave this error
powerpc-linux-ld -T ../vmlinux.lds -Ttext 0x00180000
-o zvmlinux.tmp head.o misc.o ../coffboot/zlib.o
m8xx_tty.o
powerpc-linux-objcopy -O elf32-powerpc -R .comment
--add-section=image=../coffboot/vmlinux.gz \
zvmlinux.tmp zvmlinux
rm zvmlinux.tmp
powerpc-linux-ld -T ../vmlinux.lds -Ttext 0x00180000
-o zvmlinux.initrd.tmp1 head.o misc.o
../coffboot/zlib.o m8xx_tty.o
powerpc-linux-objcopy -O elf32-powerpc -R .comment \
--add-section=initrd=ramdisk.image.gz \
--add-section=image=../coffboot/vmlinux.gz \
zvmlinux.initrd.tmp1 zvmlinux.initrd1
powerpc-linux-objcopy: cannot stat: ramdisk.image.gz:
No such file or directory
make[1]: *** [zvmlinux.initrd] Error 1
make[1]: Leaving directory
`/usr/src/linux-2.4.4-2002-03-21/arch/ppc/mbxboot'
_______________________________________________________
bye!
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 3+ messages in thread* RE: how to buitl ramdisk image..
@ 2002-10-10 13:10 Steven Blakeslee
0 siblings, 0 replies; 3+ messages in thread
From: Steven Blakeslee @ 2002-10-10 13:10 UTC (permalink / raw)
To: 'rekha gvv'; +Cc: 'linuxppc-embedded@lists.linuxppc.org'
In the documentation directory there is an initrd.txt file that explains how
to make it.
-----Original Message-----
From: rekha gvv [mailto:rekhagvvc@yahoo.co.in]
Sent: Thursday, October 10, 2002 6:09 AM
To: linuxppc-embedded@lists.linuxppc.org
Subject: how to buitl ramdisk image..
Hello all,
I am using linux2.4.4 for fads860T
can anyone tell me how to build an ramdisk.image.gz
I made
> make zImage.initrd
but it gave this error
powerpc-linux-ld -T ../vmlinux.lds -Ttext 0x00180000
-o zvmlinux.tmp head.o misc.o ../coffboot/zlib.o
m8xx_tty.o
powerpc-linux-objcopy -O elf32-powerpc -R .comment
--add-section=image=../coffboot/vmlinux.gz \
zvmlinux.tmp zvmlinux
rm zvmlinux.tmp
powerpc-linux-ld -T ../vmlinux.lds -Ttext 0x00180000
-o zvmlinux.initrd.tmp1 head.o misc.o
../coffboot/zlib.o m8xx_tty.o
powerpc-linux-objcopy -O elf32-powerpc -R .comment \
--add-section=initrd=ramdisk.image.gz \
--add-section=image=../coffboot/vmlinux.gz \
zvmlinux.initrd.tmp1 zvmlinux.initrd1
powerpc-linux-objcopy: cannot stat: ramdisk.image.gz:
No such file or directory
make[1]: *** [zvmlinux.initrd] Error 1
make[1]: Leaving directory
`/usr/src/linux-2.4.4-2002-03-21/arch/ppc/mbxboot'
_______________________________________________________
bye!
** 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-10-10 13:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-10 10:09 how to buitl ramdisk image rekha gvv
2002-10-10 10:29 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2002-10-10 13:10 Steven Blakeslee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox