-
Notifications
You must be signed in to change notification settings - Fork 33
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
[RFE] Enable CONFIG_PPS_CLIENT_GPIO in kernel #1430
Comments
The file to enable this would be |
Hello, on my Orange PI, this is the size of the module - should be fine size-wise, but we need to cross check:
|
Thanks, if it's just a module it won't be in the initrd and things are good. |
Current situation
Currently,
CONFIG_PPS_CLIENT_GPIO
is not set, which causes PPS services to be unavailable.Impact
I am in progress with trying to make a GPS-disciplined network clock on a Raspberry Pi, using chronyd and gpsd. This requires a PPS device to be created in
/dev
, which gpsd can then use to synchronize with a serial device. I am unable to load the modulepps-gpio
which exists on Raspbian.Ideal future situation
Ideally, I would be able to create a
/dev/pps0
device that can be used by gpsd to control chrony & set the RTC accurately.Implementation options
The primary method I can think of is to change the kernel build config setting to set
CONFIG_PPS_CLIENT_GPIO=y
Additional information
System info:
If there are any questions, or anything I can do/test, please let me know!
The text was updated successfully, but these errors were encountered: