문제

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?

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top