That's a good question. It doesn't work. I am running as root. Here is what I see:
modprobe -r pru_rproc modprobe: FATAL: Module pru_rproc is in use. However, this works perfectly: rmmod -f /lib/modules/4.1.18-ti-r53/kernel/drivers/remoteproc/pru_rproc.ko Also, to insert the modules: modprobe pru_rproc Does indeed work. modprobe -r seems to be a problem. Others have reported this same behavior. Greg On Saturday, May 28, 2016 at 1:56:03 PM UTC-4, john3909 wrote: > > Why not use modprobe so you don’t have to bother with paths and > dependencies? > > To install > modprobe pru_rproc > > To remove > modprobe -r pru_rproc > > Regards, > John > > -- 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/daa94402-d23c-4a09-a2e9-0673a1c4cc55%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
