first 64 bytes is the u-boot header, we need to skip it
#dd if=ramdisk.img bs=64 skip=1 of=ramdisk.gz #gunzip -v ramdisk.gz #cpio -iv < ramdisk
first 64 bytes is the u-boot header, we need to skip it
#dd if=ramdisk.img bs=64 skip=1 of=ramdisk.gz #gunzip -v ramdisk.gz #cpio -iv < ramdisk