Yes there is, crontab.
Posts by escalade
-
-
Seems like Emulationstation writes the exit status to /tmp/es-restart and /tmp/es-shutdown:
EmulationStation/emulationstation.sh at master · Herdinger/EmulationStation · GitHub
Put the same while loop in your autostart and remove sudo.
-
-
-
-
I'm guessing you used HFS+ for the external drive, reformat with exFAT and you should be good to go.
-
-
You'd do it exactly the same except sudo as you're already root. "#" means a comment btw...
-
Maybe if you described how it's done in Raspbian.
-
If you call getting a logfile a challenge, then I guess so
I'm guessing you don't have a console because you upgraded from Lakka or whatever. You need "tty" in the kernel commandline (i.e. /flash/syslinux.cfg or /flash/EFI/BOOT/syslinux.cfg for EFI). My builds have that by default when you do a new install. Swapping the harddrive won't work because /var is on tmpfs, but you will be able to edit syslinux.cfg.
-
-
Simply add "console=ttyAMA0,115200" to /flash/cmdline.txt
-
-
-
Yeah, same packages I noticed as well + libplist and libirman.
-
-
This is a "common" issue with the LE toolchain, it happens with quite a few packages from time to time (at least on Arch). I've had the same error when building for arm after the big autoreconf PR, some packages have been trying to link against /lib/libgcc which obviously won't work. Enabling autoreconf again fixes most of these, I had to do it for LibreSSL so you can give that a try.
That looks very useful, perhaps it should be considered for inclusion in LE.
-
Because Dolphin is not a libretro core and isn't supported by RetroArch, you need to use Emulationstation instead. Also update to the latest build, it adds -v to retroarch options so there should be something in /tmp/retroarch.log when you launch a saturn game.
Try the latest full rebuild
New build 20161121:
Code- Switched to duganchen's Dosbox fork using SDL2 (https://github.com/duganchen/dosbox/blob/master/ENHANCEMENTS.md) - Rebased on latest LE master which now uses GCC6 and has quite a few updated packages - Updates to RetroArch, Mesa, Dolphin, SDL2 - Added mkfs.ntfs and other NTFS tools (like ntfsresize)