RaspberryPiSetup
From BCRCWiki
(Difference between revisions)
(Created page with "Steps I followed to set up a raspberry pi * download disk image (raspbian jessie) ** https://www.raspberrypi.org/downloads/raspbian/ * unzip using 7z ** http://7zx.en.softonic....") |
|||
Line 23: | Line 23: | ||
*** expand filesystem | *** expand filesystem | ||
* reboot pi | * reboot pi | ||
+ | * log in | ||
+ | * sudo bash | ||
+ | * apt-get update | ||
+ | * apt-get upgrade | ||
+ | * apt-get install vim | ||
+ | * apt-get install locate |
Revision as of 18:05, 1 October 2015
Steps I followed to set up a raspberry pi
- download disk image (raspbian jessie)
- unzip using 7z
- http://7zx.en.softonic.com/mac
- run binary at command line
- write image to SD card
- diskutil list
- diskutil unmountDisk /dev/diskx
- dd if=filename.img of=/dev/rdiskx bs=512k
- boot pi
- sudo raspi-config
- change user password
- boot options (Console)
- Internationalization
- locale (add en_US (UTF-8))
- set default to US
- set timezone
- advanced options
- disable overscan
- set Hostname
- turn on ssh
- expand filesystem
- sudo raspi-config
- reboot pi
- log in
- sudo bash
- apt-get update
- apt-get upgrade
- apt-get install vim
- apt-get install locate