From b2a20bc088429142657031a9793215f7560b70f2 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 14 Oct 2025 00:55:52 -0600 Subject: [PATCH] waypoint --- info-level-conf-huawaii/boot-firmware-config.txt | 2 +- installer3.sh | 4 ++-- todo.txt | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 todo.txt diff --git a/info-level-conf-huawaii/boot-firmware-config.txt b/info-level-conf-huawaii/boot-firmware-config.txt index c7e991c..c70ceb1 100644 --- a/info-level-conf-huawaii/boot-firmware-config.txt +++ b/info-level-conf-huawaii/boot-firmware-config.txt @@ -5,7 +5,7 @@ dtoverlay=pps-gpio,gpiopin=18 ## GPS GPIO UART enable_uart=1 -init_uart_baud=115200 +init_uart_baud=9600 ## I2C Hardware RTC Overlay dtoverlay=i2c-rtc,ds3231 diff --git a/installer3.sh b/installer3.sh index 2d59bee..785796e 100644 --- a/installer3.sh +++ b/installer3.sh @@ -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 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 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 grep -e "pps-gpio" /etc/modules diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..d1b12d1 --- /dev/null +++ b/todo.txt @@ -0,0 +1,4 @@ +check max output mA on 5v to see if suitable to power antenna +increase the baud rate + boot-firmware-config.txt /boot/firmware/config.txt + gpsd /etc/default/gpsd \ No newline at end of file