Closed 0xKira closed 4 years ago
:+1: to the proposal of @MorphBC , it works perfectly. At least, tested with qemu 3.1.1.1 sources.
This issue could be closed with that solution, IMO.
Is that fine to everybody if we close at this point ? :)
I just changed a line to following and seems to start ok: $ cat ./.local/lib/python3.6/site-packages/arm_now/arm_now.py | grep nic args = ["-net nic -net user"]
Hello,
I just tested with docker on the latest version of Ubuntu, It was just fine.
I'm closing this issue, feel free to reopen.
Have a good day.
I'm on the latest ubuntu 18.04.3 with the QEMU installed from apt. When I start arm_now, the error message is shown below:
My QEMU version:
But the
-nic
option is introduced in QEMU 2.12. See the post here: https://www.qemu.org/2018/05/31/nic-parameter/