Skip to content
Open
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
6 changes: 6 additions & 0 deletions deploy/RasPi3-4-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ sudo raspi-config nonint do_serial 2
sudo raspi-config nonint do_hostname rpanion
sudo perl -pe 's/raspberrypi/rpanion/' -i /etc/hosts

## Blob for Compute Modules which support dual CSI cameras
sudo wget http://goo.gl/U4t12b -O /boot/dt-blob.bin

## Power switch config for Pi-Connect
echo "" | sudo tee -a /boot/config.txt >/dev/null
echo "# Power switch" | sudo tee -a /boot/config.txt >/dev/null
Expand Down Expand Up @@ -59,4 +62,7 @@ cd ../../
## and build & run Rpanion
./deploy/build.sh

## Clean out packages no longer required
sudo apt autoremove --purge -y

sudo reboot