qemu-rpi-kernel icon indicating copy to clipboard operation
qemu-rpi-kernel copied to clipboard

Qemu kernel for emulating Rpi on QEMU

Results 39 qemu-rpi-kernel issues
Sort by recently updated
recently updated
newest added

local env info macosx12.3 ,brew install qemu, cmd ``` qemu-system-arm -cpu arm1176 -m 256 \ -kernel kernel-qemu-4.19.50-buster \ -M versatilepb \ -dtb versatile-pb.dtb \ -no-reboot \ -nographic \ -append "dwc_otg.lpm_enable=0...

./build-kernel-qemu and select '3' using build-kernel-qemu.conf-5.4.51 it will download raspberrypi-kernel_1.20181112-1.tar.gz the version is not 5.4.*, just 4.***

This allows for builds on non-Linux machines.

Hi, Have anyone tried to run RPi Docker with the latest bullseye kernel (5.15.32-v8)? Regards,

That's what I receive when running bash-5.0$ sh -x run.sh qemu-system-arm -M versatilepb -cpu arm1176 -m 256 -drive file=./2018-11-13-raspbian-stretch-lite.img,index=0,media=disk,format=raw -net nic -net user,hostfwd=tcp::5022-:22 -dtb ./versatile-pb.dtb -kernel ./kernel-qemu-4.14.79-stretch -append 'root=/dev/sda2 panic=1'...

qemu-system-aarch64 -M raspi3 -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1" -dtb dtbs/bcm2710-rpi-3-b-plus.dtb -sd 2020-02-13-raspbian-buster-lite.img -kernel kernel8.img -m 1G -smp 4 -serial stdio -usb -device usb-mouse -device usb-kbd Result: WARNING:...

1、My pc: ![系统信息](https://user-images.githubusercontent.com/36391679/147352593-5282cbcd-017c-4586-b925-ec917906a1b7.png) 2、I want to simulate the Raspberry Party 3、I installed QEMU 4、I am prepared file ![使用文件](https://user-images.githubusercontent.com/36391679/147352594-30345ff1-9edb-4051-975d-36a038b78443.png) 5、I am using the command ![命令](https://user-images.githubusercontent.com/36391679/147352604-09d21dc0-cc58-47d5-a551-3aa1dde150e7.png) 6、Election information qemu-system-arm -M versatilepb -cpu...

versatilepb works smoothly for me but the small amount of memory limits my usecase which requires atleast 1GB. QEMU has virt machine which has large amount of flexibility and support....

How do you set that up ? I am using native-emulation

Hey ! I have successfully started Raspbian in QEMU with this command : ```bash sudo /usr/local/bin/qemu-system-aarch64 -M raspi3 -append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1" -dtb '/home/jugu/SSD/home/jugu/VM-HDD/raspbian/qemu-rpi-kernel/native-emulation/dtbs/bcm2710-rpi-3-b-plus.dtb' -sd '/home/jugu/SSD/home/jugu/VM-HDD/raspbian/raspbian.qcow2'...