Recalbox for RaspberryJamma R2
Moderator: dee2eR
- frostyfreeze
- Community Member
- Posts: 17
- Joined: Tue Sep 05, 2017 6:12 pm
Re: Recalbox for RaspberryJamma R2
What is the default username/password for SSH purposes?
Re: Recalbox for RaspberryJamma R2
L: rootfrostyfreeze wrote: ↑Mon Sep 10, 2018 4:11 amWhat is the default username/password for SSH purposes?
P: recalboxroot
Re: Recalbox for RaspberryJamma R2
Hi... I had the same problem with ARpiCade 3.7, it also did not boot (red led kept on flashing). Then I found out about 3.82 that had added support for rpi3b+ and now ARpicade works.
turnkey pcb assembly
turnkey pcb assembly
Last edited by GranMain on Tue Mar 29, 2022 10:30 pm, edited 1 time in total.
Re: Recalbox for RaspberryJamma R2
Hey,
It mentions there is a button for 2 start and coin. Is there a way I can set all mame / fba to free play as I don't have a spare button for coin, or can I customise it to another button so it would be similar to ARpiCADE's front end? The reason I ask is my cab only has the 6 buttons and 1 start button.
Cheers,
It mentions there is a button for 2 start and coin. Is there a way I can set all mame / fba to free play as I don't have a spare button for coin, or can I customise it to another button so it would be similar to ARpiCADE's front end? The reason I ask is my cab only has the 6 buttons and 1 start button.
Cheers,
-
- Community Member
- Posts: 2
- Joined: Sun Mar 08, 2020 5:55 am
Re: Recalbox for RaspberryJamma R2
Any chance of update to rpi3b+?
Re: Recalbox for RaspberryJamma R2
I just found a great use for this, can't thank you enough....Ouaibe wrote: ↑Sat May 05, 2018 10:17 amI'm using a modified recalbox python script whom listen to a particular GPIO pin (P1Start for instance) and execute a unix kill command if a time condition is triggered. There it is:
You'll find the file called "rpi-exit-emu-1b.py" in this folder: recalbox/scriptsCode: Select all
#!/usr/bin/python #Import libs import RPi.GPIO as GPIO import os import time #Set Environment GPIO.setmode(GPIO.BCM) GPIO.setwarnings(False) GPIO.setup(3, GPIO.IN, pull_up_down=GPIO.PUD_UP) #Code try: while True: GPIO.wait_for_edge(3, GPIO.FALLING) pressedat = time.clock() while GPIO.input(3) == GPIO.LOW: releasedat = time.clock() if (releasedat - pressedat) >= 2.000: os.system("killall -9 retroarch mupen64plus glupen64 fba2x scummvm snes9x_next mame078 mame2003 mgba fba libretro fceunext cap32 stella prosystem hatari vice_x64 nxengine bluemsx reicast* PPSSPPSDL dosbox pcsx_rearmed gw lineapple fuse zx81 prboom uae4arm &> /dev/null") os.system("tvservice -e \"CEA 6 HDMI\" &> /dev/null") #Reset Control Vars releasedat = pressedat = 0 #Cleaning Gpio ports on Error or Exit finally: GPIO.cleanup()
Feel free to use anything you could find useful for your distro
Re: Recalbox for RaspberryJamma R2
Any news on 3b+ support? I’d love to try this out. If it is a ways out should I just buy a 3b model instead?
Re: Recalbox for RaspberryJamma R2
It has been more than a year since Ouaibe has logged into this forum.
I don't know any more about it than anyone else but I doubt there's any more updates coming to this version of Recalbox for RaspberryJAMMA.
I don't know any more about it than anyone else but I doubt there's any more updates coming to this version of Recalbox for RaspberryJAMMA.