-
Notifications
You must be signed in to change notification settings - Fork 210
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
5.4.44 and KPPS (RFC 1589)? #226
Comments
Is this a feature that you need, or are you just concerned about the warning? |
I need it for my local NTP servers, they are much more precise with it, thank you! |
Looking at the Kconfig files, this seems to correspond to option CONFIG_NTP_PPS:
Unfortunately Pi kernels are tickless, so CONFIG_NO_HZ_COMMON=y and NTP_PPS can't be selected. |
Guess it relates to at least this old request raspberrypi/linux#1218 |
Yes - that's exactly the same issue. We're not going to change our scheduling model just for this use case, so you have three option:
|
Thanks; while I'm hoping for (1), I guess I'll need to try (2) with (3) as my fallback... |
Can this be closed? |
When trying kernel PPS w/ ntpsec, the current 64-bit kernel 5.4.44 w/ 32-bit userland throws a warning on a Pi4:
REFCLOCK: refclock_params: kernel PLL (hardpps, RFC 1589) not implemented
.Any chance to get this included in the regular build? – Thank you!
The text was updated successfully, but these errors were encountered: