Re: [U-Boot] Using initramfs instead of an initrd image ?

2010-04-07 Thread Martin Krause
Hi Chip, u-boot-boun...@lists.denx.de wrote on Tuesday, April 06, 2010 11:38 PM: > Greetings, > > Is there a way making uboot use initramfs images instead of initrd ? > > I have a glacier AMCC460GT PPC board. I generate my initramfs image > from my rootfs directory as: > > $ cd rootfs > $ find

[U-Boot] Using initramfs instead of an initrd image ?

2010-04-06 Thread Chip
Greetings, Is there a way making uboot use initramfs images instead of initrd ? I have a glacier AMCC460GT PPC board. I generate my initramfs image from my rootfs directory as: $ cd rootfs $ find . | cpio -o -H newc | gzip > ../rootfs.img so I tried first to use the initramfs image directly =>