You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
add support for universal-io to use instead of the current custom overlay approach
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.
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?
The text was updated successfully, but these errors were encountered: