An open API service indexing awesome lists of open source software.

https://github.com/sixteenbit/core-system

Custom built RetroPie img used with handhelds built by Sixteenbit.
https://github.com/sixteenbit/core-system

card gameboy-zero gpio-pins optimization retropie

Last synced: about 2 months ago
JSON representation

Custom built RetroPie img used with handhelds built by Sixteenbit.

Awesome Lists containing this project

README

          

# Core System

1. Download the latest pre-made image (https://github.com/sixteenbit/core-system/releases)
1. Unzip so that you have an .img file
1. Use [Etcher](https://etcher.io/) or [Apple Pi Baker](https://www.tweaking4all.com/software/macosx-software/macosx-apple-pi-baker/) to copy img to SD card
1. Create a blank file named `ssh` on the root of the card which enables ssh (optional)
1. Create a file named `wpa_supplicant.conf` on the root of the card with your WiFi credentials. [Example](https://github.com/sixteenbit/core-system/blob/master/wpa_suplicant.conf). (optional)

## What's in the box?

* GPIO controller settings for Retrogame
* Settings for USB audio
* Recommended overclocking from [RetroPie](https://retropie.org.uk/docs/Overclocking/#raspberry-pi-zero)
* Battery monitor script for ADS1115
* Overall optimizations for gameplay
* Custom splashscreen
* Theme optimized for smaller screens
* Localization updated to English (US)

# GPIO Pins

This image of RetroPie is pre-configured to use Retrogame to setup the GPIO controller. If you need to make some customizations, edit `/boot/retrogame.cfg`. For more information, please see [Configuring Retrogame](https://learn.adafruit.com/retro-gaming-with-raspberry-pi/configuring-retrogame)

![GPIO Pins](https://raw.githubusercontent.com/sixteenbit/core-system/master/img/GPIO.png "GPIO Pins")

# Hostname and Login Information

```
host: retropie-gbz
user: pi
password: raspberry
```