Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save amstanley/bf991bd5834a1812691b992666dabeda to your computer and use it in GitHub Desktop.
Save amstanley/bf991bd5834a1812691b992666dabeda to your computer and use it in GitHub Desktop.
setting up a raspPi from scratch and getting into it using ssh
ping raspberrypi.local
ssh pi@<ipaddfress>
pw: raspberry
diskutil list
diskutil unmountDisk /dev/disk3
sudo dd bs=1m if=/Users/malcolm/Desktop/2016-02-09-raspbian-jessie.img of=/dev/rdisk3
ping raspberrypi.local
ssh pi@<ipaddfress>
pw: raspberry
sudo raspi-config
you need to enable the camera:
reboot
test:
raspistill -p 100,100,400,400 -rot 180
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment