Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions files/pigpiod.service

This file was deleted.

10 changes: 2 additions & 8 deletions install_dev_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,12 @@ install -m 644 userconf.txt /boot/
install -v -m 644 -D -t /etc/systemd/system/dhcpcd.service.d/ files/wait.conf
install -v files/rpi-blacklist.conf /etc/modprobe.d/blacklist.conf

# Update pigipio service file to listen locally
install -v -m 644 files/pigpiod.service /lib/systemd/system/pigpiod.service
systemctl daemon-reload

# Enable ssh/pigpiod
# Enable ssh
systemctl enable ssh
systemctl enable pigpiod


echo "Installing additional things"
sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler
apt-get install -y device-tree-compiler
apt-get install -y network-manager net-tools
# libcamera-driver stuff
apt-get install -y libegl1 libopengl0 libgl1-mesa-dri libgbm1 libegl1-mesa-dev libcamera-dev cmake build-essential libdrm-dev libgbm-dev default-jdk openjdk-17-jdk
Expand Down
9 changes: 2 additions & 7 deletions install_limelight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ dtc -O dtb limelight/gloworm-dt.dts -o /boot/dt-blob.bin
install -v -m 644 -D -t /etc/systemd/system/dhcpcd.service.d/ files/wait.conf
install -v files/rpi-blacklist.conf /etc/modprobe.d/blacklist.conf

# Update pigipio service file to listen locally
install -v -m 644 files/pigpiod.service /lib/systemd/system/pigpiod.service
systemctl daemon-reload

# Enable ssh/pigpiod
# Enable ssh
systemctl enable ssh
systemctl enable pigpiod

# Remove extra packages too
echo "Purging extra things"
Expand All @@ -33,7 +28,7 @@ apt-get autoremove -y

echo "Installing additional things"
sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler
apt-get install -y device-tree-compiler
apt-get install -y network-manager net-tools
# libcamera-driver stuff
apt-get install -y libegl1 libopengl0 libgl1-mesa-dri libcamera-dev libgbm1
Expand Down
9 changes: 2 additions & 7 deletions install_pi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ install -m 644 userconf.txt /boot/
install -v -m 644 -D -t /etc/systemd/system/dhcpcd.service.d/ files/wait.conf
install -v files/rpi-blacklist.conf /etc/modprobe.d/blacklist.conf

# Update pigipio service file to listen locally
install -v -m 644 files/pigpiod.service /lib/systemd/system/pigpiod.service
systemctl daemon-reload

# Enable ssh/pigpiod
# Enable ssh
systemctl enable ssh
systemctl enable pigpiod

# Remove extra packages too
echo "Purging extra things"
Expand All @@ -30,7 +25,7 @@ apt-get autoremove -y

echo "Installing additional things"
sudo apt-get update
apt-get install -y pigpiod pigpio device-tree-compiler
apt-get install -y device-tree-compiler
apt-get install -y network-manager net-tools
# libcamera-driver stuff
apt-get install -y libegl1 libopengl0 libgl1-mesa-dri libcamera-dev libgbm1
Expand Down