Skip to content
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

Support for Beaglebone devices running 4.1 kernel #80

Closed
shaunmulligan opened this issue Aug 5, 2015 · 3 comments
Closed

Support for Beaglebone devices running 4.1 kernel #80

shaunmulligan opened this issue Aug 5, 2015 · 3 comments
Labels

Comments

@shaunmulligan
Copy link

Since the new capemgr has now been included in the latest 4.1 kernel, I was wondering if there was a plan to support it?

linux repo: https://github.com/beagleboard/linux/tree/4.1
overlay repo: https://github.com/RobertCNelson/bb.org-overlays

As far as I can see the major changes are in the file path
slots:
/sys/devices/platform/bone_capemgr/slots

I assume the BB foundation will be moving towards this kernel in the near future, so just interested in finding out if this lib will support it?

@alexanderhiam
Copy link
Member

That's one of the next things I was going to work on. It's now official that the 4.1 Kernel that will ship will have the universal-io overlay loaded by default, so the plan has two parts:

  1. add support for universal-io to use instead of the current custom overlay approach
  2. detect when universal-io isn't loaded (e.g. another cape overlay is loaded), then fallback to the custom overlay approach, modified for 4.1

Besides the path, there's also some minor changes to the device tree, so the custom overlays will need some changes.

Ideally PyBBIO will still support the 3.8 kernel for a while as well.

@shaunmulligan
Copy link
Author

Hi there, any update on the 4.1 kernel support?

@alexanderhiam
Copy link
Member

Moved this into to separate issues (issue #86 and #87), I'll be working on them shortly...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants