PINE64
Retroarch on A64 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Pine A64 Projects, Ideas and Tutorials (https://forum.pine64.org/forumdisplay.php?fid=19)
+---- Forum: Game Station Emulation (https://forum.pine64.org/forumdisplay.php?fid=9)
+---- Thread: Retroarch on A64 (/showthread.php?tid=4800)

Pages: 1 2 3 4 5


Retroarch on A64 - Luke - 07-24-2017

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: 

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 Tongue 


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


[Image: CczC6jo.png]


RE: Retroarch 'image' (unofficial) - samandiriel - 07-24-2017

Thanks for sharing man, that's pretty sweet !


RE: Retroarch 'image' (unofficial) - Luke - 07-24-2017

(07-24-2017, 06:53 AM)samandiriel Wrote: Thanks for sharing man, that's pretty sweet !

No worries, let me know what works and what doesn't. If there will be a demand for this I may ask someone more knowledgeable to help me iron out the remaining issues. But as I said, it runs very well as is.


RE: Retroarch 'image' (unofficial) - KryPtAlIvIaN - 07-24-2017

Great job once again!


RE: Retroarch 'image' (unofficial) - fire219 - 07-24-2017

Looks good! Smile


RE: Retroarch 'image' (unofficial) - Luke - 07-24-2017

(07-24-2017, 10:27 AM)fire219 Wrote: Looks good! Smile

Thanks, already figured out a much better way of doing this :Tongue I'll take another look at it when I got more spare time.


RE: Retroarch 'image' (unofficial) - pfeerick - 07-24-2017

(07-24-2017, 01:00 PM)Luke Wrote: Thanks, already figured out a much better way of doing this :Tongue I'll take another look at it when I got more spare time.

Drats... did google drive/upload corrupt the image again? Can you share a folder next time, and include a sha256sum (run sha256sum -b [imagename] > [imagename].sha256) so we can check what's going on? For reference, this is what I have for the downloaded file (both copies, I re-downloaded it when it failed to write before I can onto the forum)

Code:
dc1458c9b1b24493d6a8a3c3f6412f962640b9c4dff3b00a602f6a434549e6ac *retroarch.img.xz



RE: Retroarch 'image' (unofficial) - Luke - 07-25-2017

(07-24-2017, 08:05 PM)pfeerick Wrote:
(07-24-2017, 01:00 PM)Luke Wrote: Thanks, already figured out a much better way of doing this :Tongue I'll take another look at it when I got more spare time.

Drats... did google drive/upload corrupt the image again? Can you share a folder next time, and include a sha256sum (run sha256sum -b [imagename] > [imagename].sha256) so we can check what's going on? For reference, this is what I have for the downloaded file (both copies, I re-downloaded it when it failed to write before I can onto the forum)

Code:
dc1458c9b1b24493d6a8a3c3f6412f962640b9c4dff3b00a602f6a434549e6ac *retroarch.img.xz

Yes. For some really odd reason the process of uploading the image to google corrupts it. I have a .zip of the new image which I have tried on three different computers - it fails to unzip after uploading to google. Need to figure out an alternative.


RE: Retroarch 'image' (unofficial) - Luke - 07-25-2017

Ok, new image is up (thanks pfeerick for the help!) - turns out google corrupts large archives. Strange. 
If you try it, please provide feedback!


RE: Retroarch on A64 - KryPtAlIvIaN - 07-27-2017

Have all the cores been downloaded in these images?