On Tuesday, November 29, 2016 at 8:50:07 AM UTC-6, malkowki wrote: > I have installed PyBBIO as well, and this one is failing when testing the package: > ~# python -c "import bbio as GPIO; print GPIO" > Segmentation fault > I don't know if they have already updated this library for kernel 4.1.x on?
I think this GitHub issue for PyBBIO is similar to what you're experienceing: importing bbio causes immediate segfault #93 https://github.com/graycatlabs/PyBBIO/issues/93 As Dennis points out, PyBBIO only works with the Linux 3.8 kernel as found on the Debian 7.x (Wheezy) images. I believe Alex Hiam currently has limited time to work on PyBBIO, so I'm not sure how soon support for newer kernels will be added: https://github.com/graycatlabs/PyBBIO/milestone/5 https://github.com/graycatlabs/PyBBIO/issues/107 > The Adafruit_BBIO installation works.... I'm the maintainer of Adafruit_BBIO. It does support Linux kernel 4.1+ as found on the Debian 8.x (Jessie) images. Please raise a GitHub issue if you run into any problems: https://github.com/adafruit/adafruit-beaglebone-io-python/ thanks, drew -- 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/621d557a-9392-4cb0-9264-3b4b258b3c18%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
