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:48] – [Compile the kernel] nikolal | enable_pps_support_raspian [2022/09/19 11:34] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 51: | Line 51: | ||
make -j4 | make -j4 | ||
make modules | make modules | ||
+ | \\ | ||
* Gain superuser privileges and transfer a copy of the new kernel to the boot partition: | * Gain superuser privileges and transfer a copy of the new kernel to the boot partition: | ||
+ | \\ | ||
sudo -i | sudo -i | ||
cd ~pi/ | cd ~pi/ | ||
make modules_install | make modules_install | ||
cp ./ | cp ./ | ||
+ | \\ | ||
* Tell the system to use this new kernel by adding '' | * Tell the system to use this new kernel by adding '' | ||
* Reboot | * Reboot | ||
+ | ==== Add PPS source and load kernel module ==== | ||
+ | * 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:// |