On 6 July 2011 12:34, Ganesh Kumar <bugcy...@gmail.com> wrote: > I am trying with execute the command these output, > > qemu-system-arm -M versatilepb -cpu arm926 -kernel > vt8500-kernel/vmlinux -hda livearm.img -m 256 -append "root=/dev/sda > mem=256M Â devtmpfs.mount=0 rw" > qemu: fatal: Trying to execute code outside RAM or ROM at 0xc0008000
That kernel filename sounds like it is not a kernel for a versatilepb board. You can't run a kernel for one ARM board on a model of a different ARM board, this will not work. -- PMM