![]() |
Recalbox in Docker (retro games) - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Recalbox in Docker (retro games) (/showthread.php?tid=7782) |
Recalbox in Docker (retro games) - Luke - 07-31-2019 RE: Recalbox in Docker (retro games) - Wizzard - 11-03-2019 Ok, yesterday I was successfull running Rock64 version of Recalbox on PBP. It was quite simple, thanks to @Mrfixit2001. Just downloaded Rock64 Recalbox version from here https://github.com/mrfixit2001/recalbox_rockpro64/releases/download/190603/recalbox_rockpro64_190603.img.xz and written it to SD card using DD (after unpacking). Then, the most important, I had to copy PBP DTB to boot partition of SD card and also to edit the file /boot/extlinux/extlinux.conf to point to that our new DTB file. I used the DTB file from @ayufan's Ubuntu. Bugs: - I cannot configure volume of sound - Freezing when returning back from some system menus (system informations etc.) - wifi does not work RE: Recalbox in Docker (retro games) - Wizzard - 01-26-2020 I managed to run Retroarch on Armbian (19.10) quite good. I installed it from PPA but I had to download stella core manually, because the default core updater does not support arm64 cores. So I found the stella core somewhere and it works ![]() RE: Recalbox in Docker (retro games) - cybergrimes - 01-28-2020 (01-26-2020, 02:07 PM)Wizzard Wrote: I managed to run Retroarch on Armbian (19.10) quite good. I installed it from PPA but I had to download stella core manually, because the default core updater does not support arm64 cores. So I found the stella core somewhere and it works re: Retroarch, I've only ran it on Manjaro so far and it was a nice 60 fps for 8 bit and 16 bit gaming. RA itself and a few cores are on the package manager there, cores might be a bit out of date though. I used an xinput controller from SteelSeries, worked perfect RE: Recalbox in Docker (retro games) - Wizzard - 02-03-2020 I remember I tried Recalbox on Manjaro too, but I dont remember if I was able to install some core in Online Updater. Were you able to do it? I think Manjaro uses arm64 architecture and Retroarch does not have aarch64 cores in the repository. RE: Recalbox in Docker (retro games) - fysa - 07-24-2020 I haven't tested this in awhile, and might have some fixes to push, but this is a one-script that checks/installs docker and gets the latest buildroot version of recalbox for the rockpro64 or rock64, converts it to docker, installs a systemd service so you can control default boot, and adds a script/icon for X11 to "Switch to Recalbox" from the X11 desktop. This is setup so if you "shutdown" from recalbox, display manager starts so you can use a web browser/desktop and then just click the icon to switch back. You can enable the recalbox service and disable the display-manager to boot by default into recalbox -- there might be a script/command for this.. I tested it with MrFixit2001's desktop release as it shares the kernel and is the most compatible. It should work on the Pinebook Pro with any Debian/Ubuntu install with a reasonable kernel, https://github.com/digitalsanity/recalbox-in-docker Since this actually takes any buildroot image and creates everything on-the-fly in the installer, this works with LibreELEC also: https://github.com/digitalsanity/libreelec-in-docker Will pick this back up again soon as I finish the case for a portable briefcase-touchscreen-jukebox build. |