Closed ronaldpetty closed 2 years ago
I got it, of course, after reading the qemu help :). Thanks for listening.
sudo 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 2022-04-04-raspios-bullseye-arm64-lite.img -kernel kernel8.img -m 1G -smp 4 -serial stdio -display none -show-cursor
Hello, Great work! I was trying to native emulation example on AWS EC2.
I was hoping this would work (and then SSH/console), but I think I don't understand 'lite' and the need for gtk. I suspect this is even the wrong forum to ask, any tip appreciated.