Could someone help me set up a working cubieboard image through qemu?
I need a build server and think that this would be cool.
I was reading
http://forum.tinycorelinux.net/index.php/topic,14080.0.html but couldn't get it to work.
I was trying something like this:
qemu-system-armw -M cubieboard -kernel Cubie\uImage -initrd Cubie\uCore -append root=/dev/mmcblk0p2 -drive if=sd,cache=unsafe,file=image.img -net nic
but I get no screen.
Thanks