Created
May 1, 2016 16:21
-
-
Save amstanley/bf991bd5834a1812691b992666dabeda to your computer and use it in GitHub Desktop.
setting up a raspPi from scratch and getting into it using ssh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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