Retro-Gaming and Software Development Platform: A Step-by-Step Guide
Get
retropie-4.3-rpi2_rpi3.img from https://retropie.org.uk/download/
Flash
it to your sdcard, boot and press F4 to exit to shell.
Install
graphical desktop:
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install xserver-xorg
sudo apt-get install xinit
sudo apt-get install raspberrypi-ui-mods
sudo apt-get install -y rpi-chromium-mods
sudo apt-get install -y python-sense-emu
sudo apt-get install -y python-sense-emu-doc
sudo apt-get install -y realvnc-vnc-viewer
sudo apt-get install lxde
Your
best friend:
sudo raspi-config
There
you can do all kinds of stuff, I recommend changing your password and
enabling ssh in the interface options. Set your appropriate locale
(mine is en_US.UTF-8), keyboard layout - English (US, alternative
international), and wifi country. Use the spacebar to
select/deselect. Type
startx
to
load lxde.
Comments
Post a Comment