Hello all,

I'm trying to get an openSUSE image for Raspberry Pi2 going in QEMU.


But everything I've tried so far didn't work. --> I'd greatly appreciate any 
hints or
pointers where to perform an RTFM.


I started at https://en.opensuse.org/HCL:Raspberry_Pi2 with this image

openSUSE-Leap15.0-ARM-JeOS-raspberrypi2.armv7l-2018.07.02-Buildlp150.1.1.raw


>From looking around it appears one needs kernel, initrd and DTB separately. So 
>I
peeled them off the image and tried booting like this:

--- snip ---
INITRD=initrd-4.12.14-lp150.11-lpae
KERNEL=zImage-4.12.14-lp150.11-lpae
DTB=bcm2709-rpi-2-b.dtb
HDDIMG=openSUSE-Leap15.0-ARM-JeOS-raspberrypi2.armv7l-2018.07.02-Buildlp150.1.1.raw

qemu-system-arm \
    -M raspi2 \
    -kernel ${KERNEL} \
    -initrd ${INITRD} \
    -dtb ${DTB} \
    -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 
dwc_otg.lpm_enable=0
root=/dev/mmcblk0p2" \
    -drive if=sd,format=raw,file=${HDDIMG}
--- snap ---


But this only gives a blank screen in the QEMU window (also on the serial 
console)
and 100% CPU usage. I've tried a few variations but the symptoms stay the same.


So how do I start one of the openSUSE images for Raspberry Pi2 in QEMU?


Thanks and regards -- Till
-- 
Dipl.-Inform. Till Dörges                  [email protected]
                                  Tel. +49 - 40 - 244 2407 -  0
                                  Fax  +49 - 40 - 244 2407 - 24
PRESENSE Technologies GmbH            Sachsenstr. 5, D-20097 HH
Geschäftsführer/Managing Directors       AG Hamburg, HRB 107844
Till Dörges, Jürgen Sander               USt-IdNr.: DE263765024
-- 
To unsubscribe, e-mail: [email protected]
To contact the owner, e-mail: [email protected]

Reply via email to