-
Notifications
You must be signed in to change notification settings - Fork 374
Open
Description
Hey !
I have successfully started Raspbian in QEMU with this command :
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' -kernel "/home/jugu/SSD/home/jugu/VM-HDD/raspbian/qemu-rpi-kernel/native-emulation/5.4.51 kernels/kernel8.img" -m 1G -smp 4 -serial stdio -usb -device usb-mouse -device usb-kbdBut i'm unable to get networking inside this box. I've followed the QEMU guide, but I cannot figure out.
Did someone have successfully booted a native emulated raspbian with networking enabled ?
Thanks in advance.
Metadata
Metadata
Assignees
Labels
No labels