If I ping, it appears to be able to resolve the hostname, but it hangs indefinitely, leaving me with this until I Ctrl+C out: ping I added 8.8.8.8 as a nameserver in /etc/hosts. The above command successfully manages to boot the pi, but it oddly doesn't have any Internet capability. net tap,ifname=tap0,script=no,downscript=no \ append 'root=/dev/sda2 panic=1 rootfstype=ext4 rw' \
I've been running the pi with this command: sudo qemu-system-arm \ This gave me a virtual network interface on /dev/tap0.
To get virtual networking on my macOS host, I've installed TunTap. Mostly following this guide, I've been using the latest Raspbian Lite (4.19 Buster) with the buster kernel from this GitHub repo. I'm attempting to emulate a Raspberry Pi with a QEMU ARM emulator on my macOS Catalina 10.15.1 machine.