Skip to content

Instantly share code, notes, and snippets.

@cd01
Created June 8, 2014 11:22
Show Gist options
  • Save cd01/8f70faeaf06b1de4534d to your computer and use it in GitHub Desktop.
Save cd01/8f70faeaf06b1de4534d to your computer and use it in GitHub Desktop.
Install raspbian to SD card
wget http://downloads.raspberrypi.org/raspbian_latest -O ./raspbian.zip
unzip ./raspbian.zip
# To search the path to the SD card mount point
sudo fdisk -l
sudo dd if=2014-01-07-wheezy-raspbian.img of=/dev/sdb bs=1M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment