Re: [beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread pierric...@gadz.org
As far as I remember the cookbook does not cover the ADC but I believe there are some simple ADC-read example directly in the image under /var/lib/cloud9/Techlab/.challenges, or here: https://github.com/beagleboard/cloud9-examples/blob/master/PocketBeagle/TechLab/.challenges/analogIn.pru0.c

Re: [beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread Cheng Chen
Thanks Vinicius. This is a great recommendation! Cheng 在2021年4月23日星期五 UTC-4 下午5:49:03 写道: > I recommend for some directions and concepts the pru cookbook > > https://markayoder.github.io/PRUCookbook/ > > Sent from my iPhone > > > Em 23 de abr. de 2021, à(s) 18:46, Cheng Chen > escreveu: > >

Re: [beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread Vinicius Juvinski
I recommend for some directions and concepts the pru cookbook https://markayoder.github.io/PRUCookbook/ Sent from my iPhone > Em 23 de abr. de 2021, à(s) 18:46, Cheng Chen escreveu: > > It's either remoteproc or uio right? To be honest, I don't know much about > the difference. But I am

Re: [beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread Cheng Chen
It's either remoteproc or uio right? To be honest, I don't know much about the difference. But I am following the book by Derek Molly and in his book, he promotes remoteproc. Regards, 在2021年4月23日星期五 UTC-4 下午5:38:16 写道: > Have you looked at libruio? it fix everything. > free support as well

Re: [beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread Cheng Chen
Thanks for the suggestion. This looks like a very well documented reference. I will take a look at it. Does it cover PRU based ADC? I cannot tell from the outline. Cheng 在2021年4月23日星期五 UTC-4 下午5:31:18 写道: > Have you check M Yoder PRU cookbook? > > Pierrick Rauby > > On 23 Apr 2021, at

Re: [beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread 'Mark Lazarewicz' via BeagleBoard
Have you looked at  libruio? it fix everything. free support as well in group by TJ. Sent from Yahoo Mail on Android On Fri, Apr 23, 2021 at 4:31 PM, pierrick.ra...@gadz.org wrote: Have you check M Yoder PRU cookbook? Pierrick Rauby On 23 Apr 2021, at 16:56, Cheng Chen wrote: Hi

Re: [beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread pierrick . rauby
Have you check M Yoder PRU cookbook? Pierrick Rauby > On 23 Apr 2021, at 16:56, Cheng Chen wrote: > > Hi all, > > I am new learner of Beaglebone Black and I was trying to follow the examples > of Programmable Real-time Unit software support package from TI. > I think there was a tutorial

[beagleboard] TI Programmable Real-time Unit software support package issues

2021-04-23 Thread Cheng Chen
Hi all, I am new learner of Beaglebone Black and I was trying to follow the examples of Programmable Real-time Unit software support package from TI. I think there was a tutorial website previously but now it's obsolete. I wonder if anybody knows where those materials is available? The

[beagleboard] Integrating BBAI with MCP2515 breakout board

2021-04-23 Thread anandp...@gmail.com
Hi All, I am trying to integrate the BBAI with MCP2515 breakout board. This is to establish a CAN bus over SPI. I tried to add the device tree overlay to enable the driver, however I am getting an error. The dts file I am using can be found here : https://pastebin.com/xzbZt6tv The respective