Am Mittwoch, 10. Dezember 2014 19:54:41 UTC+1 schrieb Tux Leonard: > > I tried the libpruio solution with kernel 3.14.xx but there is no > capemanager. So I couldn't install libpruio. >
libpruio doesn't depend on capemgr, there's no need for capemgr at all! It's just convenient to use it to load the overlay at boot time. You also can load the overlay manually. Or use the file /etc/rc.local, where you can execute commands like echo libpruio > /sys/devices/bone_capemgr.*/slots (/bin/sleep 1 && /bin/chgrp pruio /dev/uio5) (/bin/sleep 1 && /bin/chmod g+rw /dev/uio5) to load the overlay and configure write access to the interrupt /dev/uio5 for members of group pruio. -- 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.
