-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Set CONFIG_BCM2835_DEVGPIOMEM=y for bcmrpi3_defconfig (aarch64) #2514
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
Comments
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
It's not enable by default because the people who contributed to bcmrpi3_defconfig didn't include it. This defconfig is a community effort - as I'm sure you know we aren't officially supporting aarch64 builds, but we do host the files necessary to build a 64-bit kernel and respond to simple requests like this. The option has been added to the defconfig and it builds OK. I haven't tested it works as expected, but there's no reason why it shouldn't. |
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
Thanks for the quick turnaround, pelwell! To confirm - I just got new kernel build and it works as expected. Closing the issue. |
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
See: #2514 Signed-off-by: Phil Elwell <[email protected]>
Hi!
I am using aarch64 kernel with my Raspberry Pi 3 and just discovered, that I can't use GPIO functionliaty without root on aarch64 kernel. Reason is /dev/gpiomem is not available, due to not enabled CONFIG_BCM2835_DEVGPIOMEM. However it is enabled for armv7 config. Any particular reason, why this is not enabled for aarch64? Can we have it enabled to enjoy the full GPIO functionality on aarch64?
The text was updated successfully, but these errors were encountered: