I want to modify the RamDisk image file inside the archive 14.5-qemu-ramdisk.image.gz and include my own custom program in it. This version of RamDisk came with the latest version of linux released for zed board as downloaded from http://www.wiki.xilinx.com/Zynq+14.5+-+2013.1+Release
I tried following the instructions on http://zedboard.org/content/zedboard-modifying-your-ram-disk-image
But the command mount -o loop ramdisk.image mnt does not work for this particular RamDisk image (version 14.5). I get the error "invalid argument".