waypoint
This commit is contained in:
@@ -5,7 +5,7 @@ dtoverlay=pps-gpio,gpiopin=18
|
|||||||
|
|
||||||
## GPS GPIO UART
|
## GPS GPIO UART
|
||||||
enable_uart=1
|
enable_uart=1
|
||||||
init_uart_baud=115200
|
init_uart_baud=9600
|
||||||
|
|
||||||
## I2C Hardware RTC Overlay
|
## I2C Hardware RTC Overlay
|
||||||
dtoverlay=i2c-rtc,ds3231
|
dtoverlay=i2c-rtc,ds3231
|
||||||
|
|||||||
+2
-2
@@ -37,11 +37,11 @@ sudo update-rc.d -f fake-hwclock remove 1>/dev/null 2>/dev/null
|
|||||||
sudo systemctl disable fake-hwclock 1>/dev/null 2>/dev/null
|
sudo systemctl disable fake-hwclock 1>/dev/null 2>/dev/null
|
||||||
|
|
||||||
echo "Purging unneeded junk..."
|
echo "Purging unneeded junk..."
|
||||||
sudo apt purge -y "bluetooth*" "usb*" "wireless*" "pci*" "fonts*" build-essential "bluez*" "alsa*" fake-hwclock
|
sudo apt purge -y "bluetooth*" "usb*" "wireless*" "pci*" "fonts*" "bluez*" "alsa*" fake-hwclock
|
||||||
|
|
||||||
# install da packages
|
# install da packages
|
||||||
echo "Installing packages, this may take a while..."
|
echo "Installing packages, this may take a while..."
|
||||||
sudo apt install -y telegraf grafana influxdb pps-tools git gh gpsd gpsd-clients chrony syslog-ng gh lynx btop htop iptraf-ng iotop neovim netcat-traditional python3-smbus i2c-tools picocom
|
sudo apt install -y util-linux-extra gawk ripgrep telegraf grafana influxdb unattended-upgrades net-tools htop btop iptraf iotop screen byobu python3 python3-pip python3-virtualenv python3-setuptools thefuck wget lynx nmap zip unzip 7zip net-tools restic ripgrep pps-tools git gh gpsd gpsd-clients chrony syslog-ng gh lynx btop htop iptraf-ng iotop neovim netcat-traditional python3-smbus i2c-tools picocom
|
||||||
|
|
||||||
# check if pps-gpio is in /etc/modules already
|
# check if pps-gpio is in /etc/modules already
|
||||||
grep -e "pps-gpio" /etc/modules
|
grep -e "pps-gpio" /etc/modules
|
||||||
|
|||||||
Reference in New Issue
Block a user