Hi Thomas! Am Donnerstag, 28. Dezember 2017 22:42:59 UTC+1 schrieb [email protected]: > > debian@beaglebone:~$ uname -a > Linux beaglebone 4.4.91-ti-r133 #1 SMP Tue Oct 10 05:18:08 UTC 2017 armv7l > GNU/Linux > > debian@beaglebone:~$ sudo apt-get install am335x-pru-package [sudo] > password for debian: Reading package lists... Done Building dependency tree > Reading state information... Done E: Unable to locate package > am335x-pru-package >
In order to use libpruio with kernel 4.4 better compile the current source from https://github.com/DTJF/libpruio In contrast the old libpruio-0.2 won't support pinmuxing on this kernel. For PWM output you'll have to fix a CLCK problem in the device tree. Then you can run the example *examples/qep* to check the QEP feature. In order to get python wrappers you can use the fb-doc package (https://github.com/DTJF/fb-doc) and its plugin https://github.com/DTJF/fb-doc/blob/master/src/bas/plugins/py_ctypes.bas. BR -- 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/8dffecdc-0d22-4843-929d-fc68244e2d68%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
