Skip to content

Instantly share code, notes, and snippets.

@gyKa
Last active February 7, 2018 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gyKa/b1955e7cf34fc5ca54be64326751a744 to your computer and use it in GitHub Desktop.
Save gyKa/b1955e7cf34fc5ca54be64326751a744 to your computer and use it in GitHub Desktop.
Installation instructions for Raspberry Pi 1 Model B
# installed raspbian stretch lite on 2018-02-07
# Connect external monitor and keyboard. Then login into the system and run "sudo raspi-config":
## Change hostname in Network Options -> Hostname -> "carpi"
## Connect to Wifi network in Network Options -> Wi-fi
## Enable SSH server in Interfacing Options -> SSH
## Enable Camera in Interfacing Options -> Camera
## Reduce GPU memory in Advanced Options -> Memory Split -> 16
## Select "Finish" and reboot!
sudo dpkg-reconfigure locales
# unselect en_GB.UTF-8 UTF-8
# select en_US.UTF-8 UTF-8
# in other window select en_US.UTF-8 as default locale for the system environment
sudo apt-get update
sudo apt-get -y upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment