Created
January 25, 2013 05:17
-
-
Save narze/4631966 to your computer and use it in GitHub Desktop.
This file contains 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
Getting started with Raspberry Pi | |
================================= | |
1. Prepare a SD card, card reader, HDMI cable, micro usb cable & adaptor (these aren't shipped with rPi) | |
2. Download the OS from the web : www.raspberrypi.org/downloads (I choose "wheezy") | |
3. Create image file from downloaded file using gui (RPI-sd card builder) (For OSX) | |
4. Insert SD card, connect display & usb keyboard/mouse, then connect the micro usb to power on | |
5. Wait for boot, then Raspi-config will be shown, use tab to switch to Select or Finish button | |
6. Use "sudo raspi-config" to enter the config screen again | |
7. Change boot_behaviour to start on desktop by default | |
8. Reboot, then wheezy will be launched | |
9. Edit /etc/profile.d/raspi-config.sh to define custom boot behaviour |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment