-
Notifications
You must be signed in to change notification settings - Fork 563
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
Cannot enable magnetometer on BeagleBone Blue via kernel driver #209
Comments
@jadonk but it is enabled.. maybe something else broken with the in -kernel one? https://github.com/beagleboard/linux/blob/4.19/arch/arm/configs/bb.org_defconfig#L2163 Regards, |
For reference, here's what we have on teh blue for mainline (it got removed for roboticcape library..)
|
compatible = "ak,ak8975"; |
I'm so confused! I had these overlays working yesterday before I updated my kernel.
|
@jadonk @RobertCNelson is this still an issue on the Blue? |
Any news on this one? i'm trying to build a custom kernel that uses this device, but the latest kernel doesn't seem to even reference the edit: i was looking at the wrong kernel. I think i found it. |
okay, i got it working with:
Hopefully this helps someone in the future |
Please set CONFIG_AK8975=m
Tested with:
The text was updated successfully, but these errors were encountered: