-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
importing bbio causes immediate segfault #93
Comments
That's because PyBBIO doesn't support 4.x kernels yet, but it's in the works. You could try downgrading to 3.8, though I'm not sure how to do that on the Ubuntu image (I mainly just target the official BeagleBoard.org Debian images). If you're not attached to Ubuntu and 4.x you could also load the Debian 7.9 image, which has the 3.8 kernel, from here: http://beagleboard.org/latest-images |
I need Ubuntu in order to be able to interface with ROS - I was hoping to use a more modern kernel, since we've had a lot of trouble with older kernels (I was in the process of attempting to get a working system with a newer kernel.) I know how to downgrade the kernel, so I can give that a shot as well. |
OK, that would be good to confirm things are still working on Ubuntu with 3.8 (you shouldn't have any trouble with that...). The best case ETA for 4.x support would be within the next week as I'll have some time to work on it, though that's assuming no big, unforeseen issues emerge. |
I'm running into the same issue. Any progress? |
Same problem on Debian 8.3 -- is this still being actively developed? |
@patrmccormack I'm working on it when I can - you can track the progress (or help out) here: https://github.com/graycatlabs/PyBBIO/milestones/4.1%20kernel%20support |
Thanks Alex “A goal without a plan is just a wish.” On 26 April 2016 at 04:52, Alex Hiam notifications@github.com wrote:
|
Any chance this can still be completed? I'm interested in this, and when I run the bbio import I also get an immediate segfault |
I've got a Beaglebone Black, freshly installed with Ubuntu 14.04.3 (kernel 4.1.13-ti-r36), and I've downloaded this repository and run the doinstall.sh script to install the library. Whenever I attempt to run any of the examples, they do nothing, and adding in print statements to check operation produces no output. If I load up an interactive python session, and attempt to use the library, I get the following behavior:
I've tried running it as a normal user as well, to no avail. Is there a step I'm missing to get the library up and running?
The text was updated successfully, but these errors were encountered: