Skip to content

Commit

Permalink
install RPi camara in the base layer
Browse files Browse the repository at this point in the history
  • Loading branch information
hdumcke committed Jul 23, 2023
1 parent 969d722 commit d65012d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ else
sudo pip install $BASEDIR/$PYTHONMODLE
fi

# Install Camera
MACHINE=$(uname -m)
if [ "$MACHINE" != "x86_64" ]
# install script will break virtual installation
then
~/mini_pupper_bsp/RPiCamera/install.sh
fi

### Make pwm sysfs and nvmem work for non-root users
### reference: https://github.com/raspberrypi/linux/issues/1983
### reference: https://github.com/bitula/mini_pupper-dev/blob/main/scripts/mini_pupper.sh
Expand Down

0 comments on commit d65012d

Please sign in to comment.