Re: [beagleboard] PRU examples are half there

2018-05-07 Thread John Syne
BTW, I seem to remember that I had to modify the code to work because RPMSG use to use mailbox to exchange messages, but that was changed to use Interrupts. I believe Jason Reeder from TI helped me get this working. Regards, John > On May 7, 2018, at 12:47 PM, Mark A. Yoder

Re: [beagleboard] PRU examples are half there

2018-05-07 Thread John Syne
Yeah, I haven’t worked on this for a while, but from what I remember, the ARM side sends out 200 ping messages to the PRU and the PRU responds to each interrupt with a reply, which the ARM side prints out. Look for the PING example for the PRU, load the firmware and then load this Kernel

Re: [beagleboard] Re: L298 and Interfacing w/ the BBB/Trying!

2018-05-07 Thread Mala Dies
Yes Sir, I got a fellow zmatt, Mr. Dennis, and a fellow on Adafruit-Forums all to give advice. Although I ended up taking another route, they all had supportive advice I could follow and adhere to. Seth P.S. Thank you for the ideas and new Capes. I got two on backorder as I type this

Re: [beagleboard] PRU examples are half there

2018-05-07 Thread 'Mark Lazarewicz' via BeagleBoard
I remember seeing both sides of the code for this interrupt example but it was for bare bone NOT linux.  Its been 6 months and I'm not sure if that helps you. My focus/interest  is primarily the chip level(register level) not API(remote proc). If it your interested I could do some digging. I

Re: [beagleboard] PRU examples are half there

2018-05-07 Thread Mark A. Yoder
John: That's a great help. Is the documentation for the example? --Mark On Monday, May 7, 2018 at 3:01:54 PM UTC-4, john3909 wrote: > > > https://git.ti.com/rpmsg/rpmsg/blobs/rpmsg-ti-linux-4.4.y/samples/rpmsg/rpmsg_client_sample.c > > > Regards, > John > > > > > > On May 7, 2018, at 8:19 AM,

Re: [beagleboard] PRU examples are half there

2018-05-07 Thread John Syne
https://git.ti.com/rpmsg/rpmsg/blobs/rpmsg-ti-linux-4.4.y/samples/rpmsg/rpmsg_client_sample.c Regards, John > On May 7, 2018, at 8:19 AM, Mark A. Yoder wrote: > > Yup,

Re: [beagleboard] Re: L298 and Interfacing w/ the BBB/Trying!

2018-05-07 Thread Jason Kridner
All worked out now as part of https://www.hackster.io/silver2row/beaglebone-black-and-l298-motor-driver-in-python-2156be ? Good timing as BeagleBoard.org Motor Cape ( https://github.com/beagleboard/capes/blob/master/beaglebone/designs/Motor/Motor_Cape_sch.pdf, https://beagleboard.org/capes) is

Re: [beagleboard] PRU examples are half there

2018-05-07 Thread Mark A. Yoder
Yup, all I see is the PRU code, no ARM code. --Mark On Sunday, May 6, 2018 at 11:28:40 AM UTC-4, Jason Kridner wrote: > > Did you look at http://git.ti.com/pru-software-support-package ? > > On May 4, 2018, at 5:08 PM, Mark A. Yoder > wrote: > > I'm starting to build up