Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
enable_pps_support_raspian [2019/11/03 09:53] – nikolal | enable_pps_support_raspian [2022/09/19 11:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 62: | Line 62: | ||
* Reboot | * Reboot | ||
==== Add PPS source and load kernel module ==== | ==== Add PPS source and load kernel module ==== | ||
- | dtoverlay=pps-gpio, | + | * Open '' |
+ | * Load kernel module: '' | ||
+ | ==== Test and make permanent==== | ||
+ | * Test | ||
+ | \\ | ||
+ | apt-get install pps-tools | ||
+ | sudo ppstest /dev/pps0 | ||
+ | \\ | ||
+ | * Expected result is something like: | ||
+ | \\ | ||
+ | trying PPS source "/ | ||
+ | found PPS source "/ | ||
+ | ok, found 1 source(s), now start fetching data... | ||
+ | source 0 - assert 1572772437.999997402, | ||
+ | source 0 - assert 1572772438.999997803, | ||
+ | source 0 - assert 1572772440.000000924, | ||
+ | source 0 - assert 1572772440.999998834, | ||
+ | source 0 - assert 1572772442.000001424, | ||
+ | source 0 - assert 1572772442.999999478, | ||
+ | source 0 - assert 1572772444.000000128, | ||
+ | source 0 - assert 1572772444.999999537, | ||
+ | source 0 - assert 1572772446.000000578, | ||
+ | |||
+ | |||
+ | \\ | ||
+ | * If successful, make permanent by opening '' | ||
+ | * Running a DUNE configuration with '' | ||
===== Links ===== | ===== Links ===== | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[http:// | ||
+ | * [[https:// |