coreos-modules: add GPIO support#1236
coreos-modules: add GPIO support#1236krnowak merged 2 commits intoflatcar-archive:mainfrom raballew:main
Conversation
CONFIG_GPIO_SYSFS=y so that /sys/class/gpio/... is present, and /dev/gpiomem is present
|
I have started a test build for it. |
|
CI failed when building kernel for amd64 with the following message: The error comes from |
|
@krnowak It seems that both |
Thanks, I'll restart the CI.
Sorry, not yet. We are working on it, though. :) |
|
CI passed. I think you can mark the PR as "ready for review" now. |
|
@krnowak Done. |
|
Thanks for the PR! |
Add GPIO Support
As described in flatcar/Flatcar#331 this PR enabled
CONFIG_GPIO_SYSFS=yso that/sys/class/gpio/...is present, and/dev/gpiomemis presentHow to use
Run the following between
build_packagesandbuild_imageTesting done