Jay, you have to do a minimal edit to the device tree and rebuild the blobs. I'm pretty sure 4.4.x kernels will require this (not sure exactly when this was rolled out).
Clone this to your Beaglebone: https://github.com/RobertCNelson/dtb-rebuilder Look in the directory src/arm. Find the file: am335x-bonegreen.dts or am335x-boneblack.dts In the file, you need to uncomment a line like: /* #include "am33xx-pruss-uio.dtsi" */ Then you need to create a very simple file /etc/modprobe.d/pruss-blacklist.conf and include the following: blacklist pruss blacklist pruss_intc blacklist pru-rproc You will find instructions for the above in the dts file. Then make make install reboot Then see if it works! Good luck. 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/8f14c605-143d-4e3d-8d4f-4ab94337ae7e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
