Re: [beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-11-14 Thread Greg
https://www.hackster.io/Greg-R/beaglebone-pru-adc-a42a71?ref=search&ref_id=beaglebone%20pru&offset=0 It's up on Hackster.io. First project published, hope I got it done correctly. I had to make sure all was good using the latest Debian image. Got some help in another PRU discussion, and I'm p

Re: [beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-10-27 Thread William Hermans
Jason, Well, my point was that it would be nice to have a list of required files for a PRU / remoteproc project. Something that describes the minimal required files, and what each file purpose is. On Thu, Oct 27, 2016 at 7:54 AM, Jason Kridner wrote: > http://processors.wiki.ti.com/index.php/Li

Re: [beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-10-27 Thread Jason Kridner
http://processors.wiki.ti.com/index.php/Linker_Command_File_Primer On Thu, Oct 27, 2016 at 7:02 AM Greg wrote: > Hi William, yes those files are kind of mysterious. Some are related to > the C compiler/linker, and the others are related to remoteproc. I used > the examples from the PRU Support

Re: [beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-10-27 Thread Greg
Hi William, yes those files are kind of mysterious. Some are related to the C compiler/linker, and the others are related to remoteproc. I used the examples from the PRU Support Package as a template. The Makefile (which is really simple) has to be aware of these files. It was pretty much pl

Re: [beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-10-27 Thread Greg
Hi Jason, yes I will look into it. My next priority is creating a higher quality youtube video using open-source video capture tools. I'm going to get that done this weekend, and I will also look into the websites you have suggested. Regards, Greg -- For more options, visit http://beagleboard

Re: [beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-10-26 Thread William Hermans
Looks good ! You know I just realized something that no one is doing that might be helpful to others when first attempting a project using remoteproc. An explanation of what the various files are for. For example AM335x_PRU.cmd looks to be some sort of configuration file, perhaps for the PRU's . .

Re: [beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-10-26 Thread Jason Kridner
This is great! Can I encourage you to upload info to hackaday.io and/or hackster.io as beagleboard.org/project is undergoing some infrastructure issues? I'd also love to put something on beagleboard.org/blog or onto Drew's blog. Thoughts? On Sun, Oct 23, 2016 at 5:21 PM Greg wrote: > Here is a

[beagleboard] Beaglebone Green and PRU "Programmable Real-Time Unit" Interface to ADC using RemoteProc and RPMsg

2016-10-23 Thread Greg
Here is a BeagleBone Green project I have been working on: https://github.com/Greg-R/pruadc1 The primary documentation is in the doc folder and the file is PRUADC1.pdf. This project does not do anything useful. It is a laboratory experiment to become more familiar with embedded Linux and C cod