added camera service

bp-new
alanbjohnston 5 years ago committed by GitHub
parent c9ed87da7c
commit 16f2b68153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,8 @@ sudo pip3 install --upgrade setuptools
sudo pip3 install adafruit-blinka RPI.GPIO adafruit-extended-bus adafruit-circuitpython-ina219
mkdir ~/payload
cd ~/CubeSatSim
@ -103,6 +105,11 @@ sudo cp ~/CubeSatSim/systemd/rpitx.service /etc/systemd/system/rpitx.service
sudo systemctl enable rpitx
sudo cp ~/CubeSatSim/systemd/camera.service /etc/systemd/system/camera.service
sudo systemctl enable camera
sudo cp /boot/config.txt /boot/config.txt.0
sudo cp /boot/cmdline.txt /boot/cmdline.txt.0

Loading…
Cancel
Save

Powered by TurnKey Linux.