I am trying to boot my own "kernel" with qemu-microblaze but I can't get it
running.
I tried the following cmdline:
qemu-system-microblaze img.elf
qemu-system-microblaze -M petalogix-s3adsp1800 -kernel img.elf -net none
-s -S
img.elf: ELF 32-bit MSB executable, version 1 (SYSV), statically linke
On 17/12/2014 14:36, Kevin Grandemange wrote:
I am trying to boot my own "kernel" with qemu-microblaze but I can't
get it running.
I tried the following cmdline:
qemu-system-microblaze img.elf
qemu-system-microblaze -M petalogix-s3adsp1800 -kernel img.elf -net
none -s -S
img.elf: ELF 32-bit
Hello,
I try to run a PPC VM inside qemu 2.1.2 with CPU type E500. Therfore I
downloaded a kernel and initrd from the ubuntu provided netinst packages.
http://ports.ubuntu.com/ubuntu-ports/dists/trusty-updates/main/installer-powerpc/current/images/e500/netboot/
Host is a Fedora 21 distro and my
On 17 December 2014 at 17:23, Jakob Bohm wrote:
> On 17/12/2014 14:36, Kevin Grandemange wrote:
>>
>> I am trying to boot my own "kernel" with qemu-microblaze but I can't get
>> it running.
>> I tried the following cmdline:
>>
>> qemu-system-microblaze img.elf
>> qemu-system-microblaze -M petalogi