I'm trying to bitbake a custom rootfs for my Zedboard, starting with the vanilla "core-image-base", but I'm running into problems. If I build "core-image-minimal" and create boot.bin file as per the instructions in BOOT.sdcard, the board comes up fine. But if I try to use the "base" image's ramdisk instead, I get the following error:
RAMDISK: gzip image found at block 0
RAMDISK: incomplete write (22347 != 32768) write error
VFS: Mounted root (ext2 filesystem) on device 1:0.
EXT2-fs (ram0): error: ext2_get_inode: unable to read inode block - inode=7234, block=57357
Can anyone tell me what's going on? I thought maybe the boot.bif file the instructions in BOOT.sdcard could be the proble, but I don't know how to fix it.
Thanks.
Matt