Kite's Circuit Sword
Welcome to the software repository for Kite's Circuit Sword. This repo contains most/all of the software for the large all-in-one handheld gaming circuit boards, known as the Circuit Sword.
PRE-ORDER SIGN UP NOTIFICATION: https://goo.gl/forms/e97uUvPOfUxPWdz82
Follow me on Instagram: http://instagram.com/kiteretro
Like my work? Why not buy me a coffee: http://ko-fi.com/kiteretro
Start by reading the wiki! It contains everything from the software setup to the hardware guides, and also troubleshooting!
https://github.com/kiteretro/Circuit-Sword/wiki
Pick ONE of the following:
The easiest way to start is to download the pre-built image from the 'releases' tab:
https://github.com/kiteretro/Circuit-Sword/releases
- Download the appropriate image for your board, and then unzip and write the .img to an SD card (e.g. using win32diskimager)
- That's it, power on and you are ready to go! No further steps required!
NOTE: You should upgrade the kernel to at least 4.14.y and install the RTL8723BS module for Wifi to work! NOTE: You could do this by following the 'upgrade kernel' steps in the build folder.
- Download retropie from the offical retropie site
- Unzip and write the .img to an SD card (e.g. using win32diskimager)
- Boot with HDMI out or so
- Enable WIFI and SSH (use USB wifi if onboard not detected)
git clone https://github.com/kiteretro/Circuit-Sword
cd Circuit-Sword
chmod +x update.sh install.sh
sudo ./install.sh YES
reboot
Follow the instructions in the 'build' directory.
Update retropie from the main retropie-setup. Once updated and rebooted, you will most likely also need to update the Circuit Sword software (see below) to re-apply any existing fixes that may have been undone by the update.
The installation includes an update script! This will perform the necessary actions to pull latest changes and apply them to your running installation.
- Enable WIFI and SSH
cd Circuit-Sword
sudo ./update.sh YES