Skip to content

Instantly share code, notes, and snippets.

@bionik
Created February 2, 2015 13:12
Show Gist options
  • Save bionik/d3ec2936de95b3c119f7 to your computer and use it in GitHub Desktop.
Save bionik/d3ec2936de95b3c119f7 to your computer and use it in GitHub Desktop.
Setting up Raspbian on Raspberry Pi on OS X
Setting up Raspbian on Raspberry Pi on OS X
1) Download Raspbian image. http://www.raspberrypi.org/downloads/
2) Install the image on a SD card:
diskutil list #Get the SD card path, ie. /dev/disk2
diskutil unmountDisk /dev/disk2 #Unmount the SD card
sudo dd bs=1m if=2014-12-24-wheezy-raspbian.img of=/dev/disk2 #Write the image on the SD card
3) Boot the Pi. Setup the Pi:
- Expand the filesystem.
- Set a password.
- Set timezone, keyboard settings from internationalization settings.
- In advanced options, disable overscan.
4) Reboot and log in.
5) Generate locales:
dpkg-reconfigure locales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment