Networking with QEMU for mac #35515
Replies: 7 comments 5 replies
-
You can just install QEMU with brew and it should work |
Beta Was this translation helpful? Give feedback.
-
The problem is that
returns
|
Beta Was this translation helpful? Give feedback.
-
The tunslip6 program works only for Linux. Currently there is no plan to support Mac. Patches are welcome if you want to contribute Mac support. |
Beta Was this translation helpful? Give feedback.
-
Have we considered trying to find if there is a NIC that Qemu is able to emulate, that has a driver for Zephyr? In that configuration, we'd had a lot more options, and the networking would be managed by Qemu, say through tun/tap or equivalent mechanisms on Mac. |
Beta Was this translation helpful? Give feedback.
-
For x86, the Qemu supports Intel e1000 network card and we have a driver for that in Zephyr. For ARM based Qemu, there is for example stellaris ethernet driver support in Zephyr. |
Beta Was this translation helpful? Give feedback.
-
FYI, there's an early patch for QEMU that uses the modern native network emulation features in macOS. |
Beta Was this translation helpful? Give feedback.
-
I've been testing the patch from @codyd51 and it seems to correctly create network interfaces 🎉 ! I'm at the point where someone more experienced with Zephyr might be needed. My particular test is with
Anyone willing and able to work on this with me? 🙏 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a mac version of Networking with QEMU?
https://docs.zephyrproject.org/latest/guides/networking/qemu_setup.html#networking-with-qemu
Beta Was this translation helpful? Give feedback.
All reactions