Skip to content

Commit

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

# And keep rpi-bin installed, ideally
apt-mark manual libraspberrypi-bin

# and edit boot partition
install -m 644 config.txt /boot/
install -m 644 userconf.txt /boot/
Expand Down

0 comments on commit ade94cb

Please sign in to comment.