This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I've downloaded PRU software package and can load PRU1 via modprobe pruss_remoteproc. Everything is working fine, gpio pins toggling etc. Now I'm trying to configure a virtio and rpmsg working:
- How to setup vring's via the api in pru_vring.c
- How to setup the resource table to configure tx/rx vrings
- Basic dispatch loop to process vrings in the PRU.
Is there an example I'm missing to show this? Lab 4 does have some configuration on this, does not configure vrings etc.
Hi Tim,
Kernel 3.14 is not supported at this time. Latest kernel release that's supported by TI is 3.12.10.
Tim,
I'm afraid you're a bit ahead of us on this. We are trying to get an example of this done this quarter, in addition to providing a "generic" kernel driver that will open interface with userspace.