Skip to content

Creating a Raspberry Pi Image from scratch

CoDanny edited this page Sep 26, 2014 · 3 revisions
  1. Download the Raspbian Wheezy image from here.
  • Follow the instructions here to create an SD Card image.
  • Place card on your Raspberry Pi and boot it up with an ethernet cable plugged in.
  • Find out your pi's Ip address by looking up your router table or the HDMI interface.
  • ssh in to it: ssh pi@<ip_address> (default password is raspberry).
  • run sudo raspi-config.
  • Select Booting option and set it to boot to command line.
  • Update system components by running sudo apt-get update and sudo apt-get upgrade.

Clone this wiki locally