I've tried to follow the tutorial, "Ubuntu_on_Zedboard_Tutroial_v14.4_01.pdf" to build ubuntu on zedboard with adv7511. However, after running the u-boot and load the kernel, the following error got and the kernel hangs,
** Unable to read "ramdisk8M.image.gz" from mmc 0:1 **
## Starting application at 0x00008000 ...
Uncompressing Linux... done, booting the kernel.
Error: unrecognized/unsupported machine ID (r1 = 0x0fb71dd0).
Available machine support:
ID (hex) NAME
00000d32 Xilinx Zynq Platform
Please check your kernel config and/or bootloader
I've exactly followed the tutorial. All the u-boot.bin, zImage and devicetree.dtb are successfully built.
Any suggestion what's wrong?