Dear community,
I am trying to build a custom ramdisk image using buildroot. I use a slightly modified buildroot configuration file based on the one found at http://www.wiki.xilinx.com/Zynq+14.5+-+2013.1+Release
With my custom ramdisk, boot hangs after the line "
Uncompressing Linux... done, booting the kernel.
"
With the original ramdisk (from https://www.digilentinc.com/Data/Products/ZEDBOARD/ZedBoard_Linux_Design.zip) the system boots.
Has anyone succeeded building a custom ramdisk?
SOLUTION:
My ramdisk is larger than the default 8 MByte. Unfortunately, you have to patch u-boot and the device tree file to enable a larger ramdisk.