Search found 9 matches

by Crick
Thu Jan 16, 2020 10:15 pm
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

Re: Camble's Safedown AND Retrogame

Here's the correct syntax for the gpio-poweroff: dtoverlay=gpio-poweroff,gpiopin=22,active_low=1 or dtoverlay=gpio-poweroff,gpiopin=22,active_low=y You guys are the best! Cambles code had that line in it to print that way in config.txt so I just changed the line in his script to your first line Tin...
by Crick
Thu Jan 16, 2020 4:16 am
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

Re: Camble's Safedown AND Retrogame

Also I can see safe shutdown running in ps aux but not gpionext. gpionext start results in nothing in command although I can see the error appear in ps as: root 4102 166 4.1 13784 10216 ? Rs 11:12 0:01 /usr/bin/python3 -u gpionext.py --debounce 1 --combo_delay 50 Sorry for the spammy ps dump: pi@ret...
by Crick
Thu Jan 16, 2020 4:04 am
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

Re: Camble's Safedown AND Retrogame

sorry I meant GPIOnext config: pi@retropie:~ $ gpionext config Traceback (most recent call last): File "/home/pi/GPIOnext/config_manager.py", line 315, in <module> ConfigurationManager(args) File "/home/pi/GPIOnext/config_manager.py", line 85, in __init__ gpio.setupGPIO( self.args ) File "/home/pi/G...
by Crick
Thu Jan 16, 2020 3:59 am
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

Re: Camble's Safedown AND Retrogame

Which script? The safeshut down appears to prevent GPIOnext from running and I end up with the errors a few posts up when I run gpionext start config.txt: # For more options and information see # http://rpf.io/configtxt # Some settings may impact device functionality. See link above for details # un...
by Crick
Wed Jan 15, 2020 10:19 pm
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

Re: Camble's Safedown AND Retrogame

In case it triggers any issues here is my button GPIO assignment: LEFT 21 # Joypad left RIGHT 13 # Joypad right UP 4 # Joypad up DOWN 25 # Joypad down LEFTCTRL 12 # 'A' button LEFTALT 23 # 'B' button Z 19 # 'X' button X 26 # 'Y' button SPACE 20 # 'Select' button ENTER 16 # 'Start' button
by Crick
Wed Jan 15, 2020 10:16 pm
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

Re: Camble's Safedown AND Retrogame

Yep definitely only BCM 22 assigned once & yep it's in config.txt Thanks for replying, I know how it is guiding newbs coming from years in FPV. At this stage i'm thinking of bailing on the safe shutdown and only using on side of the switch to power up and walking away from it until I get a teensy. I...
by Crick
Wed Jan 15, 2020 1:40 pm
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

Re: Camble's Safedown AND Retrogame

Thanks, I've checked that in cambles script and Retrogame,cfg and couldn't see a conflict. I do get kernel panic on shutdown and I tried a fresh flash with gpionext last night and ended up with the same outcome, this time gpionext failed after I installed safe shutdown on a few lines and ends on edg...
by Crick
Wed Jan 15, 2020 2:17 am
Forum: Support (Game Boy Zero)
Topic: Setting up retropie fir the first time
Replies: 1
Views: 1885

Re: Setting up retropie fir the first time

3 options
Do your best,
Ssh in using putty or
Plug into HDMI
by Crick
Tue Jan 14, 2020 11:53 pm
Forum: Support (Game Boy Zero)
Topic: [SOLVED] Camble's Safedown AND Retrogame
Replies: 12
Views: 10045

[SOLVED] Camble's Safedown AND Retrogame

Is anyone successfully running: Retropie >4.3 & Retrogame & Cambles safe shutdown? I'm running direct GPIO button input and I can have either Retrogame OR safe shutdown working but not both. I scoured here, there and everywhere and tried adjusting the scripts a bit but I'm all out of luck and skill....