Communication between Linux and Zephyr using Virtio net

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Communication between Linux and Zephyr using Virtio net

415件の閲覧回数
jim4604
Contributor I

In my current system, Linux runs on CPU0 while Zephyr runs on CPUs 1-3. I need to implement Virtio net communication between Linux and Zephyr. The Heterogeneous Multicore Framework's FreeRTOS implementation has a net backend that appears suitable, but I'm using Zephyr. Is there a way to achieve this with Zephyr? Alternatively, could a different implementation approach using MMIO enable direct communication between Zephyr and Linux's Virtio net? Are there any reference examples available for such implementation?

0 件の賞賛
返信
3 返答(返信)

387件の閲覧回数
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @jim4604 

I hope you are doing very well.

 

You can take a look to the Zephyr Documentation:

https://docs.zephyrproject.org/latest/hardware/virtualization/virtio.html

 

Best regards,

Salas.

0 件の賞賛
返信

361件の閲覧回数
jim4604
Contributor I
Hi @Manuel_Salas
Thank you for your reply. Currently, Zephyr only supports guest mode. Is there any documentation on how to implement host mode?
0 件の賞賛
返信

332件の閲覧回数
Manuel_Salas
NXP TechSupport
NXP TechSupport

Hello @jim4604 

 

Unfortunately, at this moment that is all the available information.

 

Best regards,

Salas.

0 件の賞賛
返信