This setup script is for builds using RetroPie 4.4, GPIO controller, and i2s for audio.
- Optimized config.txt which includes overclocking
- Download Gameboy Zero splashscreen by AJRedfern
- Fix for splashscreen audio
- Install the gbz35 theme and set it as default
- Install the gbz35-dark
- Disble fsck on boot
- Disable 'wait for network' on boot
- Install retrogame and copy config
- Install i2s script
- Download RetroPie from the official site
- Flash the .img to an SD card (e.g. using Etcher or Apple Pi Baker)
- Enable WIFI and SSH
- Connect to the GBZ through SSH
git clone https://github.com/sixteenbit/marky-malarky-install.git
cd marky-malarky-install
sudo chmod +x Setup.sh
sudo ./Setup.sh YES
- For Retrogame install, select option number 1
- Answer any questions during installing but type "N" for any questions asking you to reboot (We'll do that at the end).
sudo reboot now
- Post install you can run the i2s script to test that it's working with:
curl -sS https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/i2samp.sh | bash
- Installer script originally built by Kite for the Circuit Sword but has been re-purposed for Gameboy Zero.
- MintyComboScript is a modified version of HoolyHoo's.
- Splashscreen was created by AJRedfern