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) |
RE: Retroarch on A64 - Luke - 09-10-2017 (09-09-2017, 04:51 PM)easilytheworst Wrote: hello, first post You may wish to add the following to your /etc/X11/xorg.conf Code: Option "BlankTime" "0" Otherwise the image will freeze up. I am currently doing something rather exciting with this image (will share in a few weeks) and so I have been tinkering with it a lot. For one, I think I now understand how to get N64 and PSX working. Once Pete is back I will talk to him so we can get another build out. RE: Retroarch on A64 - Metalazzo - 11-19-2017 any news on this topic Luke ? RE: Retroarch on A64 - Luke - 11-20-2017 (11-19-2017, 06:31 PM)Metalazzo Wrote: any news on this topic Luke ? With Lakka support coming I've left this behind. You can still use the script to install and automatically set up Retroarch on any of ayufan's minimal images RE: Retroarch on A64 - humor4fun - 01-08-2018 (11-20-2017, 04:54 AM)Luke Wrote:(11-19-2017, 06:31 PM)Metalazzo Wrote: any news on this topic Luke ? I don't see Pine64 listed on the Lakka site as having a build of their image. Do you have a status update on this? I'm going to attempt to install using your script and this image[/url] Code: xenial-minimal-pinebook-bspkernel-0.7.19-118.img.xz RE: Retroarch on A64 - humor4fun - 01-08-2018 Chatted with lukasz on IRC who refreshed me on a few things. Since this thread is a tad old, I thought I'd share my experimentation findings and solutions. Lakka 2.1 (as of 2018-01-08) does NOT yet support Pinebook. http://www.lakka.tv/articles/2017/11/26/lakka-21-stable-release/ My test case: - Pinebook 14" - 128GB microSD (not relevant?) - OS Image: https://github.com/ayufan-pine64/linux-build/releases/download/0.7.19/xenial-minimal-pinebook-bspkernel-0.7.19-118.img.xz Steps I Followed:
About 50% of the time the system boots (off the base image, prior to running the install script) the USB Ethernet adapter (sold by pine64) is not detected by the system. lsusb is not installed so I can't run that and udevadm trigger doesn't seem to catch it all the time either. I haven't been able to figure out why this is happening, or how to fix it for certain. Sometimes, udevadm trigger works, sometimes just waiting longer after the boot sequence to login works. So I've added some extra delay to the boot script and a trigger command, hoping that one of these will do the trick. Test cases:
Code: alias ipconfig='sudo ifconfig $(ifconfig -a | grep -o "en\w*") up && sudo dhclient' SSH Side Note: I used "Secure Shell", a Chrome plugin, as my SSH client, so its easy to just open a new tab and type Code: ssh pine64@192.168.x.x Code: term_.command.removeKnownHostByIndex(index) More to come after further testing, this was just the system install. Update 1: I totally broke it. The system boots and fails to launch retroarch showing xorg errors along with errors from ifconfig and dhclient showing that the enx* interface was not detected. I suspect it is related to the xorg.conf.d file I put together which clearly I don't understand. Also, I can no longer edit the files in xorg.conf.d so I'll have to rebuild the image to try again. Next test, add only the four Option lines to sunxi.conf created by the install script after install before reboot. RE: Retroarch on A64 - podtofs - 02-28-2018 Anyone else experiencing issues when you put ROMS in the ROMS folder the system fails to boot after? I have since re-installed the image multiple times and still see this issue. Maybe I am missing something, but if I have no ROMS on the microSD then the system loads fine. RE: Retroarch on A64 - Luke - 03-01-2018 (02-28-2018, 09:11 PM)podtofs Wrote: Anyone else experiencing issues when you put ROMS in the ROMS folder the system fails to boot after?Have you updated the image ? Perhaps its some issue with smb - just disable the share folder from cli. RE: Retroarch on A64 - marcos.cs - 03-02-2018 (09-09-2017, 04:51 PM)easilytheworst Wrote: hello, first post I'm trying to get it working on my OrangePi Win Plus. I've tried the same image as you mentioned and I can see the menu screen, but the usb ports didn't work. Can you (or anyone) help me? RE: Retroarch on A64 - podtofs - 03-03-2018 (03-01-2018, 01:55 AM)Luke Wrote:(02-28-2018, 09:11 PM)podtofs Wrote: Anyone else experiencing issues when you put ROMS in the ROMS folder the system fails to boot after?Have you updated the image ? Perhaps its some issue with smb - just disable the share folder from cli. Luke, I did update the image based on the available xenial in jenkins from this post. With the CLI disabled I also tried copying the roms over manually and this seems to go into a brick state. I appreciate all the assistance in advance. RE: Retroarch on A64 - Luke - 03-04-2018 (03-03-2018, 12:34 PM)podtofs Wrote:(03-01-2018, 01:55 AM)Luke Wrote:(02-28-2018, 09:11 PM)podtofs Wrote: Anyone else experiencing issues when you put ROMS in the ROMS folder the system fails to boot after?Have you updated the image ? Perhaps its some issue with smb - just disable the share folder from cli. I'll try to check it out this coming week. Could you post dmesg and x.org logs in pastebin? Would be easier to figure out what breaks the installation. Also, that image is rather old. Perhaps it would be a good idea to use the script to install on a newer image. |