Hi, I would recommend setting CONFIG_PRU_RPROC_BEAGLELOGIC to "m" so that it could help in debugging.
Also, could you please include the firmware files beaglelogic-pru0 and beaglelogic-pru1 into your tree from this link: http://goo.gl/770FTZ Otherwise probing the driver will fail (and being compiled in there would be no way to retrigger the probe) Regards *Kumar Abhishek* Undergraduate Student Department of Electronics and Electrical Communications Engineering Indian Institute of Technology, Kharagpur On Wed, Jun 25, 2014 at 1:43 AM, Robert Nelson <[email protected]> wrote: > On Tue, Jun 24, 2014 at 1:02 PM, Kumar Abhishek > <[email protected]> wrote: > > From: Kumar Abhishek <[email protected]> > > > > Signed-off-by: Kumar Abhishek <[email protected]> > > --- > > drivers/remoteproc/pru_rproc.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/remoteproc/pru_rproc.c > b/drivers/remoteproc/pru_rproc.c > > index ff8e541..402f2ef 100644 > > --- a/drivers/remoteproc/pru_rproc.c > > +++ b/drivers/remoteproc/pru_rproc.c > > @@ -34,6 +34,7 @@ > > > > #include "remoteproc_internal.h" > > > > +#include <linux/miscdevice.h> > > #include "beaglelogic_glue.h" > > > > /* PRU_EVTOUT0 is halt (system call) */ > > -- > > 1.9.1 > > This looks good, so it's all staged up in our local beagleboard.org tree: > > > https://github.com/RobertCNelson/bb-kernel/commit/bc1441c0433fdba6f992cd754edea38b7760957c > > http://paste.debian.net/106571/ > > Regards, > > -- > Robert Nelson > http://www.rcn-ee.com/ > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/ui8-no8J6HY/unsubscribe. > To unsubscribe from this group and all its topics, 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.
