Question

I build and flashed mainline kernel using

1)make ARCH=arm distclean

2)make ARCH=arm bcm_defconfig

3)make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- LOADADDR=0x00008000 uImage

4)qemu-system-arm -M versatilepb -m 128M -kernel arch/arm/boot/uImage -initrd rootfs.img -append "root=/dev/ram rdinit=/sbin/init"

QEMU shows a blank screen nothing in it. Could someone please help?

Do I need to change the machine? If yes, please let me know which machine?

Was it helpful?

Solution

To emulate RPI on qemu is not a straight forward as qemu doest not support BCM platform ,its tricky thing to do,anyway it can be done with qemu – vinay hunachyal Mar 19 at 5:15

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top