-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example for remoteproc #2
Comments
Remoteproc kernel driver must mask the IRAM address for PRU binutils ELF images to be loaded. See attached patch. |
Can you send a pull request for the patch? |
Oh, wait, I thought this was against the TI examples. Nevermind. Thanks again for advancing this project!! We need to try to get this into RobertCNelson's package feeds. |
Added example and step-by-step instructions with commit 825ee2f |
Thanks Jason. I created a pull request here: beagleboard/linux#47 . I hope this is the correct github project. |
merge: beagleboard/linux#47 fixes: dinuxbg/pru-gcc-examples#2 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
merge: beagleboard/linux#47 fixes: dinuxbg/pru-gcc-examples#2 Signed-off-by: Robert Nelson <robertcnelson@gmail.com>
Thanks @dinuxbg all merged up in v4.1.x/v4.1.x-rt branches... I just pushed a build a couple hours ago for dsp/c6000 support on the x15, so the worst case this will get tagged/pushed as r24 next thursday.. |
Thank you for merging the fix. I'll make sure to use the correct github project next time. |
@dinuxbg that one is perfectly fine and the reason it's their for users/developers. I then 'git am' the patch into a overly complex build/merge/patch script system. (things are based on two moving targets, ti.com/git/ and kernel.org stable's tree..) |
Tested with bone-debian-8.2-console-armhf-2015-10-25-2gb.img |
Try to write a pru-gcc example for the new PRU bridge, or write a simple standalone rpmsg example. This will probably require some trivial changes to the remoteproc driver in order to load the pru-gcc ELF variant.
The text was updated successfully, but these errors were encountered: