On 17 November 2017 at 13:52, Kurt Jordon
<kdjfiejrie9u4859...@danwin1210.me> wrote:
> Does someone know how to use the machine type "raspi2" (qemu option "-M 
> raspi2") to emulate Raspberry Pi 1?
>
> I tried
>
> qemu-system-arm -M raspi2 -append "root=/dev/mmcblk0p2 rootfstype=ext4 
> rootwait" -kernel 2017-09-07-raspbian-stretch-lite-kernel7.img -sd 
> 2017-09-07-raspbian-stretch-lite.img -dtb bcm2708-rpi-b.dtb
>
> but got a black screen.

I don't know, but directing the serial output somewhere
sensible (eg with -serial stdio) and making sure the
guest kernel knows it should output to serial with
appropriate -append options might help.

thanks
-- PMM

Reply via email to