I am trying to boot the xilinx linux kernel on zedboard, I followed the instructions provided on http://www.wiki.xilinx.com/.
I have successfully created the fsbl, device tree by Xilinx SDK 2013.4, built the kernel and u-boot by using the git clone from https://github.com/xilinx on Ubuntu 12.04.04 LTS vbox machine, I used the prebuilt ramdisk_image provided on http://www.wiki.xilinx.com/Build+and+Modify+a+Rootfs, the booting fails at the last step, It says that the format of the ramdisk image is not correct or corrupted ??
I unzipped the ramimage and check it on Ubuntu, should be a good one.
Does anyone faced the same problem ? How do I find out what is wrong with the ramdisk image ?