19 lines
1.2 KiB
Plaintext
Executable File
19 lines
1.2 KiB
Plaintext
Executable File
Installation instructions:
|
|
1. Burn the included garlic.img to a MicroSD (>= 4GB) using your tool of choice (Balena Etcher, dd, etc)
|
|
2. Expand the card's GPT using a partition tool of choice (necessary to make full use of your card's storage)
|
|
"sgdisk -e /dev/yourdevicenamehere" should work for Linux users, Windows users: you're on your own.
|
|
Not because I'm trying to be mean, but simply because I don't know all the Windows tools out there.
|
|
3. Backup the ROMS partition contents.
|
|
4. Delete the ROMS partition using a partition tool of choice.
|
|
5. Re-create the deleted partition using a partition tool of choice, label it ROMS and size it to fit your card.
|
|
6. Copy back the previously backed up ROMS partition contents.
|
|
7. Plug the card into your RG35XX's TF1 slot and reboot the unit.
|
|
|
|
Enabling USB gamepad support:
|
|
To enable USB gamepad support, create a file named waitForUSB in the misc partition.
|
|
Please keep in mind that enabling USB support will add 5 seconds to the device boot time!
|
|
|
|
Enabling ADB support:
|
|
To enable ADB support, create a file named enableADB in the misc partition.
|
|
Enabling ADB disables USB gamepad support but allows developers easy access to the device.
|