These instructions are for MacOS.
If your SD Card is smaller than 4Gb go with Lite. Lite has no Window System or Desktop. Pixel is the Desktop Environment.
- Download raspbian lite:
wget -O 2017-01-11-raspian-jessie-lite.zip https://downloads.raspberrypi.org/raspbian_lite_latest
- Compare the sha hash with the website:
openssl sha1 /path/to/file.zip
- Unzip the .zip using The Unarchiver (archive manager won't work)
- With your SD Card in place, open Disk Utility
- Erase the drive as FAT32
- Open iTerm or Terminal
- Find the path to the sd card:
diskutil list
- Unmount the SD Card:
diskutil unmountDisk /dev/disk#
(# may differ in your case, mine is /dev/disk2) - Use dd to write the image to the disk:
sudo dd bs=1m if=2017-01-11-raspbian-jessie-lite.img of=/dev/disk2
Power on your Raspberry Pi with your new SD Card and log in. The default user is pi
and the password is raspberry
.