raspberry-pi-qemu/run_raspberry_pi.bat

12 lines
371 B
Batchfile
Raw Normal View History

2023-11-23 22:36:08 +04:00
"C:\Program Files\qemu\qemu-system-aarch64.exe" ^
-M raspi3b ^
-append "rw earlyprintk loglevel=8 console=ttyAMA0,115200 dwc_otg.lpm_enable=0 root=/dev/mmcblk0p2 rootdelay=1" ^
-dtb bcm2710-rpi-3-b-plus.dtb ^
-drive file=2022-01-28-raspios-bullseye-arm64.img,format=raw ^
-kernel kernel8.img ^
-m 1G ^
-smp 4 ^
-serial stdio ^
-usb ^
-device usb-mouse ^
-device usb-kbd ^