|
From: | Mike Simpson |
Subject: | Re: Help needed to configure and compile gpsd to run on a Raspberry Pi 4 and NOT use systemd |
Date: | Tue, 19 Nov 2024 10:03:21 +0000 |
Hi Mick, Apologies for the top posting… The pi tends to attach Bluetooth to the uart that you want to use for GPS hats. The general rule of thumb is to remove any mention of “console=serial blah” from /boot/firmware/cmdline.txt Then Add enable_uart=1 and dtoverlay=disable-bt to /boot/firmware/config.txt (The first 2 instructions can be achieved by running raspi-config and choosing “interfaces” then “serial” and saying “no” to access console over serial and “yes” to enabling serial port but the disabling Bluetooth line has to be done manually) This should allow your GPS module Hat to attach to /dev/ttyAMA0 after a reboot and all should be right. If you really want to use Bluetooth on your time server then the following thread tells you how to attach it to the mini-uart at /dev/ttyS0 instead Good luck. /mike On 15 Nov 2024, at 20:33, Mick Durkin <mickdurkinuk@gmail.com> wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |