2024-10-15 20:48:04 -04:00
# Retro-Imager
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
**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.
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
## Supported Devices & Custom Firmwares
2020-09-17 09:31:51 +01:00
2024-10-15 20:48:04 -04:00
At present, **Retro-Imager** supports:
**muOS** and **Rocknix** .
More devices and firmwares will be added in future releases!
2023-11-21 11:03:41 +00:00
2024-10-15 20:48:04 -04:00
## Features
2023-11-21 11:03:41 +00:00
2024-10-15 20:48:04 -04:00
- **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.
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
## Getting Started
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
### Prerequisites
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
- A computer running Linux (x86_64) or Windows (x86_64)
- A microSD card reader
- A microSD card (at least 8GB, though larger is recommended)
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
### Installation
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
1. Download the most recent release from the [GitHub releases page ](https://github.com/cmclark00/retro-imager/releases ).
2. Extract the files (if necessary) and run the application on your system:
- For Linux: Make the file executable and run it.
```bash
chmod +x retro-imager.AppImage
./retro-imager.AppImage
```
- For Windows: Double-click the `.exe` file.
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
### Using Retro-Imager
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
1. Launch Retro-Imager.
2. Select your device from the list (e.g., RG35XX Plus, RG28XX, RGB30).
3. Choose the custom firmware you would like to install. The top-most option is the recommended firmware for your selected device.
4. Insert your microSD card into your computer.
5. Select the correct device from the list and click "Write".
6. Safely remove the microSD card and insert it into your retro gaming handheld.
2020-03-04 16:55:40 +01:00
2024-10-15 20:48:04 -04:00
## Contributing
2020-12-07 11:36:28 +00:00
2024-10-15 20:48:04 -04:00
We welcome contributions! Whether you're improving code, fixing bugs, or expanding firmware support, your help is appreciated.
2020-12-07 11:36:28 +00:00
2024-10-15 20:48:04 -04:00
To contribute:
2020-12-07 11:36:28 +00:00
2024-10-15 20:48:04 -04:00
1. Fork the repository.
2. Create a new branch:
```bash
git checkout -b feature/YourFeature
3. Commit your changes:
```bash
git commit -m "Add some feature"
4. Push to the branch:
```bash
git push origin feature/YourFeature
5. Open a Pull Request.
2021-08-13 15:07:55 -07:00
2024-07-23 14:52:48 +01:00
### License
2024-10-15 20:48:04 -04:00
This project is licensed under the MIT License. See the LICENSE file for details.