I running Linaro Linux on my Zedboard. For software development without hardware, i want to use qemu.
The distrubiton has currently 600MB on a 4GB partition. I build a image and use it as ramdisk. Qemu didnu00B4t start, i get an memory error. Later I find out, that ramdisk are only possible until 8MB i think.
So I used my image with the -sd command without success. The dtb has entries for two sdcard controller. With "-sd" the "error no sd drive for sdhci controller (0)" disapperas. So the sd drive 0 is used, but I get the error
ram_size 40000000, board_id d32, loader_start 0
Aborted (core dumped)
Iu00B4m a linux newbie. I donu00B4t now were to find the core dump and I think it wouldnu00B4t help me.
Has anyone zynq qemu running with a big distribution? What I have to do?