GamePi20 - emutyworks/emutyworks.github.io GitHub Wiki

GamePi20, Mini Video Game Console Based on Raspberry Pi Zero.

How to setup

Install RetroPie

  1. Get Raspberry Pi Zero W.
    *The Raspberry Pi Zero W extends the Pi Zero family and comes with added wireless LAN and Bluetooth connectivity.
    *Requires 40-pin GPIO header.

  2. Download Pre-configured Images: Retropie v4.7.1 and flash to microSD card.
    balenaEtcher - Flash OS images to SD cards & USB drives

  3. Create the "ssh" file to the boot folder.
    How to Enable SSH on Raspberry Pi OS Without a Screen

[/boot/ssh]
*Create empty file.
  1. Create the "wpa_supplicant.conf" file to the boot folder.
    How to Set up WiFi on Your Raspberry Pi Without a Monitor (Headless)
[/boot/wpa_supplicant.conf]
-------------
country=US # Your 2-digit country code
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
network={
    ssid="xxxxxxxxxx"
    psk="xxxxxxxxxx"
    key_mgmt=WPA-PSK
}
-------------
  1. Insert the SD card and boot Raspberry Pi.
  2. Connect to Raspberry Pi with ssh.
  3. Expand filesystem.
$ sudo raspi-config --expand-rootfs

Assembly