Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| stratum1ntp [2019/08/21 20:04] – andrew | stratum1ntp [2021/11/28 02:51] (current) – andrew | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Stratum 1 NTP Setup on Raspberry Pi ====== | ====== Stratum 1 NTP Setup on Raspberry Pi ====== | ||
| - | ===== By: Bun-Bun & guppy ===== | + | == By: Bun-Bun & guppy == |
| * This guides uses Uputronics Raspberry Pi+ GPS Expansion Board and a rpi3 or newer | * This guides uses Uputronics Raspberry Pi+ GPS Expansion Board and a rpi3 or newer | ||
| Line 11: | Line 11: | ||
| * Add the following to the bottom | * Add the following to the bottom | ||
| * < | * < | ||
| + | dtoverlay=pi3-disable-wifi | ||
| dtoverlay=pi3-disable-bt #same with rpi4 | dtoverlay=pi3-disable-bt #same with rpi4 | ||
| # | # | ||
| Line 139: | Line 140: | ||
| * https:// | * https:// | ||
| - | * Add nohz=off to the end of the line in /etc/ | + | * Add nohz=off to the end of the line in /boot/ |
| * configure system to run cpu full speed | * configure system to run cpu full speed | ||
| * < | * < | ||
| Line 150: | Line 151: | ||
| apt -y autoremove | apt -y autoremove | ||
| apt clean | apt clean | ||
| + | </ | ||
| + | * Set serial to low latency | ||
| + | * < | ||
| + | @reboot setserial / | ||
| </ | </ | ||