Retro-Imager is a fork of the official Raspberry Pi Imager, specially tailored for retro gaming handhelds and the custom firmwares that power them. This project simplifies the process of flashing custom firmware images to your retro handheld devices, allowing you to quickly get set up and start gaming.
At present, Retro-Imager supports: muOS and Rocknix. More devices and firmwares will be added in future releases!
- Easy-to-use interface: Retro-Imager retains the familiar look and feel of Raspberry Pi Imager, making it accessible to anyone.
- Handheld Focus: Tailored specifically for retro handheld gaming devices, eliminating unnecessary options for general-purpose single-board computers.
- Custom Firmware Support: Flash custom OS images like muOS and Rocknix quickly and easily.
- Firmware Recommendations: The top-most firmware option for each device is our recommended choice, ensuring optimal performance and compatibility.
- A computer running Linux (x86_64) or Windows (x86_64)
- A microSD card reader
- A microSD card (at least 8GB, though larger is recommended)
- Download the most recent release from the GitHub releases page.
- Extract the files (if necessary) and run the application on your system:
- For Linux: Make the file executable and run it.
chmod +x retro-imager.AppImage ./retro-imager.AppImage
- For Windows: Double-click the
.exe
file.
- For Linux: Make the file executable and run it.
- Launch Retro-Imager.
- Select your device from the list (e.g., RG35XX Plus, RG28XX, RGB30).
- Choose the custom firmware you would like to install. The top-most option is the recommended firmware for your selected device.
- Insert your microSD card into your computer.
- Select the correct device from the list and click "Write".
- Safely remove the microSD card and insert it into your retro gaming handheld.
We welcome contributions! Whether you're improving code, fixing bugs, or expanding firmware support, your help is appreciated.
To contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/YourFeature
- Commit your changes:
git commit -m "Add some feature"
- Push to the branch:
git push origin feature/YourFeature
- Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.