Hello everyone,
If you are using a Pine A64
pfeerick is kindly building Retroarch images for the Pine A64 for those who wish to test and offer feedback. As of 0.7.5.8 most issues with the Retroarch front-end should have been ironed out.
If you are using a different A64 device:
You can use the linked script to make a dedicated Retroach image
Here is the script
Easiest way to use the script is as follows:
First download one of the minimal ubuntu images (needs to be 0.7.5 or later!) for your device.
SSH into your Pinebook (you will be copying and pasting contents so SSH is easiest) and create a script file in your home folder:
Copy and paste the contents of the script and save the file by pressing CTRL + X followed by Y and clicking Enter.
Make the script executable:
Now all you have to do is execute the script and it will do the rest:
Upon reboot Retroarch will start in full screen.
I have so far tested: Megadrive, SNES, FBA - all work great and run at full speed.
I put it together it for my own purposes but decided to share it with you lot to spare others who want to do this all the hard work
Here are some features of the linked image:
* Minimal ubuntu image with xterm twm
* Disabled CLI login
* Boots straight into Retroarch (added to rc.local)
* Retroarch with all available emulator cores
* Quitting Retroarch powers down the board (added to rc.local)
* Customised the front-end theme for performance
* Set up a ROMs folder where BIOS and ROM files should be placed. Its accessible via SMB as guest (no credentials needed)
* Start + Select = Retroarch menu in emulator
What doesn't work (to my knowledge):
*Mupen (N64)
*PSX emulators
If you are using a Pine A64
pfeerick is kindly building Retroarch images for the Pine A64 for those who wish to test and offer feedback. As of 0.7.5.8 most issues with the Retroarch front-end should have been ironed out.
If you are using a different A64 device:
You can use the linked script to make a dedicated Retroach image
Here is the script
Easiest way to use the script is as follows:
First download one of the minimal ubuntu images (needs to be 0.7.5 or later!) for your device.
SSH into your Pinebook (you will be copying and pasting contents so SSH is easiest) and create a script file in your home folder:
Code:
sudo nano install_retroarch.sh
Copy and paste the contents of the script and save the file by pressing CTRL + X followed by Y and clicking Enter.
Make the script executable:
Code:
sudo chmod +x install_retroarch.sh
Now all you have to do is execute the script and it will do the rest:
Code:
sudo ./install_retroarch.sh
Upon reboot Retroarch will start in full screen.
I have so far tested: Megadrive, SNES, FBA - all work great and run at full speed.
I put it together it for my own purposes but decided to share it with you lot to spare others who want to do this all the hard work
Here are some features of the linked image:
* Minimal ubuntu image with xterm twm
* Disabled CLI login
* Boots straight into Retroarch (added to rc.local)
* Retroarch with all available emulator cores
* Quitting Retroarch powers down the board (added to rc.local)
* Customised the front-end theme for performance
* Set up a ROMs folder where BIOS and ROM files should be placed. Its accessible via SMB as guest (no credentials needed)
* Start + Select = Retroarch menu in emulator
What doesn't work (to my knowledge):
*Mupen (N64)
*PSX emulators