You are on page 1of 6

Table of Contents

1. Introduction
2. Setup
i. General Setup
ii. RetroPie : Emulation Station

Raspberry Pi
Setup steps and other Raspberry Pi goodness

General Pi Setup
Keyboard Layout -> US
1. Open the keyboard layour settings file
sudo nano /etc/default/keyboard

2. Change the XKBLAYOUT variable from 'gb' to 'us'


XKBLAYOUT="us"

Enable SSH
1. Enter the raspberry-pi config
sudo raspi-config

2. Navigate to SSH
3. Select to enable SSH
Enable or disable ssh server

4. Find the raspberry-pi's IP address


sudo ifconfig

5. Look for IP under wlan0


inet addr: ###.###.#.##

6. SSH command
ssh <IP> -l pi

General Setup

RetroPie : Emulation Station

You might also like