qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] How to make memory mapped controller receive data?


From: KONRAD Frederic
Subject: Re: [Qemu-devel] How to make memory mapped controller receive data?
Date: Sat, 3 Feb 2018 19:22:05 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0

Hi,

There are no CAN bus support in QEMU yet but there is some work
going on about CAN from Pavel (added in CC):
https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg00104.html

He knows better than me what it does but basically the device
will be able to be contacted by other CAN devices on the bus even
outside QEMU.

If you have an SPI master _inside_ QEMU connected to your memory
mapped SPI controller you can create a qemu_timer in the device
which will send data to the SPI controller.

Fred

On 02/02/2018 09:26 AM, Fangda Cai wrote:
Hi, I have built a virtual arm board that includes onboard memory-mapped
SPI controller and CAN controller. I also built a bare metal program that
can run on the virtual arm board. Is it possible to make the SPI/CAN
receive data during the bare-metal program running on the board? I don't
know how to achieve it, any ideas?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]