Am 19.05.2013 09:23, schrieb Peter Maydell: > On 19 May 2013 07:58, Jean-Christophe PLAGNIOL-VILLARD > <plagn...@jcrosoft.com> wrote: >> The AT91 is simple too and there is some patch on the ML to add the >> at91sam9263 SoC > I would recommend against making this project depend on also getting > an entire new SoC and board model into shape to be committed upstream. > You want something which is either part of an existing upstream > QEMU board or which is a pluggable card for a bus QEMU already > supports (like PCI). > > thanks > -- PMM
PCI (and USB if they were supported with LinCAN) CAN controller boards could also be used with x86, so QEMU (with KVM) would be much faster and use lessresources than an ARM system emulation. So one of the PCI controllers might be the best choice. Select one with good documentation, complete implementation (on the RTEMS / LinCAN side) and small source code (which is typically an indicator for the complexity - a large complex driver typically also needs a complex emulation in QEMU). Regards, Stefan Weil