rsta2 / circle

A C++ bare metal environment for Raspberry Pi with USB (32 and 64 bit)

Home Page:https://circle-rpi.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qemu with circle

endinferno opened this issue · comments

I refer to qemu.txt in doc to test the Qemu with usb network support.
I compile the Qemu in https://github.com/smuehlst/qemu and compile the sample 21-webserver.
And run command qemu-system-aarch64 -M raspi3b -kernel kernel.img -netdev user,id=net0,hostfwd=tcp::8080-:80 -device usb-net,netdev=net0, but it show the error qemu-system-aarch64: Slirp: Failed to send packet, ret: -1
Why cannot I access the web server normally?

Sorry, I just forget to compile circle with raspi3 in aarch64.