Am Wed, 26 Apr 2017 10:30:25 -0700
schrieb Hari Krishnan <[email protected]>:

> Hi,
> Thanks for the reply.
> So as you said,
> 1)I've augmented the jetson-tk1-demo.c config with an ivshmem device
> and a shared mem region, using to configs/jetson-tk1-linux-demo.c as
> reference.
> 
> 2)I replicated the ivshmem-demo from x86 to inmates/demos/arm and
> hooked it up in the Makefile I tried to cross compile the same and I
> have encountered a few errors. From what I've observed, the errors
> are mainly regarding the pci related functions. How can I proceed
> with this? PFA the error log.

As Jan said, you will have to move the pci library into the ARM inmate
as well. You will basically need a version of inmates/lib/x86/pci.c
that uses mmio instead of pio. So you will have to change the two
functions pci_(read|write)_config to use mmio.

Henning

> Thanks and regards,
> Harikrishnan
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to