Re: [beagleboard] Re: Python OpenCV code runnig on BBB interacting with the PRUs

2016-01-16 Thread Tinashe Mudavanhu
Thanks Doog, I will try that and get back to you with results i get. Regards On Sat, Jan 2, 2016 at 6:09 PM, doog wrote: > IIRC, the PRU's are memory mapped so you could "talk" to the PRU using > that memory. If none of that makes sense to you then you have a learning >

[beagleboard] Re: Python OpenCV code runnig on BBB interacting with the PRUs

2016-01-02 Thread doog
IIRC, the PRU's are memory mapped so you could "talk" to the PRU using that memory. If none of that makes sense to you then you have a learning curve ahead of you before you'll be even close to ready to write software for the PRU to control your servos. Might I suggest you write your software