Thank you so very much! Everything working fine now! Took awhile to realize that the resource_table_0.h file was also modified!
So I guess I will not have to download the whole >2GB Platform_sdk again and just use the pru-software-support-package ! Thank you again! On Friday, December 16, 2016 at 7:36:17 AM UTC-5, Greg wrote: > > You are very close!!! > > One thing to try right away is to: > > rmmod pru_rproc > > and then > > modprobe pru_rproc > > I don't think you are removing pru_rproc before re-probing it. > In my latest Debian image this works, and you don't need to do the bind in > addition to this. > Of course the bind should work as well. > > Now, based on the dates you show, you may be using the old Remoteproc > framework which uses the mailboxes. > Look in your code for the PRUs and see if you see the numbers like 58 or > 59. > The new system flags should be like 18 or 19. > > If you have the old mailboxes you can convert your code easily enough. In > fact, it will probably be simplified. > Get the latest PRU Support package and look at the examples directory: > > https://git.ti.com/pru-software-support-package > > I'm pretty sure if you have the old mailboxes code you will get the > behavior you are observing. > > Regards, > Greg > -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/bddbbd99-de24-4129-a662-641825ace112%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
