qemu-ppc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-ppc] returning 0x00000000 from prom_init


From: Doru
Subject: [Qemu-ppc] returning 0x00000000 from prom_init
Date: Wed, 4 Sep 2013 13:01:27 +0300

Hello.
I am trying to boot a 2.6.10(this version specific) kernel image in a ppc emulated with qemu-system-ppc.
all i get in return is:
address@hidden:~/temp_sys/kern_img$ qemu-system-ppc -kernel "vmlinux" -hda disk.img -append "console=ttyS0 root=/dev/hda" -nographic -s

>> =============================================================
>> OpenBIOS 1.1 [Jul 30 2013 21:44]
>> Configuration device id QEMU version 1 machine id 2
>> CPUs: 1
>> Memory: 128M
>> UUID: 00000000-0000-0000-0000-000000000000
>> CPU type PowerPC,750
Welcome to OpenBIOS v1.1 built on Jul 30 2013 21:44
>> [ppc] Kernel already loaded (0x01000000 + 0x00308b3c) (initrd 0x00000000 + 0x00000000)
>> [ppc] Kernel command line: console=ttyS0 root=/dev/hda
opening display /address@hidden/QEMU,address@hidden ok
copying OF device tree...done
Initializing fake screen: QEMU,VGA
Calling quiesce ...
returning 0x00000000 from prom_init


I have tried with hda, without hda, with graphic / no graphic, console tty0,. ttyS0, ttyPZ0, novideo, framebuffer video, and pretty much all i found on the web regarding this error.
I don't know where to go next from here, i must be doing something wrong.

The process i usually do is:
make menuconfig
make
(ARCH, CROSS_COMPILE and PATH are set to match my cross_compiler)
I use generic PPC cpu / platform.
My env is xubuntu 12.04.
I am using a 3.4.3 gcc compiler(again i need to use this specific version)
i have tried to use the kernel image with a ppc filesystem, but no use. I pretty much out of options at the time of writing this.
Any advice ?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]