I have just installed QEMU and compiled linux kernel with ARM support but when I run below command
qemu-system-arm -M versatilepb -m 128M -kernel /home/arit/QEMU/linux-3.8.4/arch/arm/boot/uImage -append "console=tty1"
I could only see Black screen ,I also tried what is being suggested in below thread
But still it didn't work.
Following is the output of make command which I run to compile kernel Source
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- uImage -s
Image Name: Linux-3.8.4
Created: Tue Dec 24 12:49:07 2013
Image Type: ARM Linux Kernel Image (uncompressed)
Data Size: 4406472 Bytes = 4303.20 kB = 4.20 MB
Load Address: fffffff2
Entry Point: fffffff2
Are Load and Entry points OK here?
See Question&Answers more detail:os