Skip to content

Commit

Permalink
Update install_limelight.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 authored Dec 28, 2023
1 parent ade94cb commit 0fda030
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions install_limelight.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,16 @@ apt-get install -y net-tools
# libcamera-driver stuff
apt-get install -y libegl1 libopengl0 libopencv-core406 libgl1-mesa-dri libcamera0.1 libgbm1 libatomic1

# and edit boot partition
# And keep rpi-bin installed
apt-mark manual libraspberrypi-bin

# edit boot partition
install -m 644 limelight/config.txt /boot/
install -m 644 userconf.txt /boot/

# install LL DTS
dtc -O dtb limelight/gloworm-dt.dts -o /boot/dt-blob.bin

# re-size FS, again, at next boot
wget https://raw.githubusercontent.com/PhotonVision/photon-pi-gen/arm64/stage2/01-sys-tweaks/files/resize2fs_once -O files/resize2fs_once
install -m 755 files/resize2fs_once "${ROOTFS_DIR}/etc/init.d/"

# Kill wifi and other networking things
install -v -m 644 files/wait.conf /etc/systemd/system/dhcpcd.service.d/
install -v files/rpi-blacklist.conf /etc/modprobe.d/blacklist.conf
Expand Down

0 comments on commit 0fda030

Please sign in to comment.