> > *It's more then just the config's, remoteproc_pruss utilized the same > device tree node as uio_pruss, but changed things incompatiblly..* > > *remoteproc_pruss:* > > > *https://github.com/RobertCNelson/linux-stable-rcn-ee/blob/4.1.18-ti-r56/arch/arm/boot/dts/am33xx.dtsi#L854-L899 > <https://github.com/RobertCNelson/linux-stable-rcn-ee/blob/4.1.18-ti-r56/arch/arm/boot/dts/am33xx.dtsi#L854-L899>* > > *uio_pruss:* > > > *https://github.com/RobertCNelson/linux-stable-rcn-ee/blob/4.1.21-bone-rt-r20/arch/arm/boot/dts/am33xx.dtsi#L432-L441 > <https://github.com/RobertCNelson/linux-stable-rcn-ee/blob/4.1.21-bone-rt-r20/arch/arm/boot/dts/am33xx.dtsi#L432-L441>* > > > *Regards,*
Ah, right. One thing I did not think of. uio_pruss is an actual UIO driver, where the remoteproc implementation probably is not. On Thu, Apr 7, 2016 at 1:19 PM, Robert Nelson <[email protected]> wrote: > > > On Thu, Apr 7, 2016 at 3:06 PM, William Hermans <[email protected]> wrote: > >> Pedro, >> >> It would not be too hard to diff the config' between the two kernel >> types. As I recall there are two kernel config options that need enabling >> for uio_pruss to work. However, remoteproc_pruss also has to be diabled, >> and I'm not sure how thats done. Not to mention at this point I'm not 100% >> sure all you would have to do it change config options. Maybe there is a >> patch or something else I'm unaware of. >> >> In other words, it' too much for me to look into, since I have no >> interest in this personally. But perhaps you can do some digging and find >> out yourself ? >> > > It's more then just the config's, remoteproc_pruss utilized the same > device tree node as uio_pruss, but changed things incompatiblly.. > > remoteproc_pruss: > > > https://github.com/RobertCNelson/linux-stable-rcn-ee/blob/4.1.18-ti-r56/arch/arm/boot/dts/am33xx.dtsi#L854-L899 > > uio_pruss: > > > https://github.com/RobertCNelson/linux-stable-rcn-ee/blob/4.1.21-bone-rt-r20/arch/arm/boot/dts/am33xx.dtsi#L432-L441 > > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > > -- > 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]. > For more options, visit https://groups.google.com/d/optout. > -- 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]. For more options, visit https://groups.google.com/d/optout.
