Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A physical pull up resistor is fitted on this channel! #120

Open
alexsalex opened this issue Jun 10, 2021 · 4 comments
Open

A physical pull up resistor is fitted on this channel! #120

alexsalex opened this issue Jun 10, 2021 · 4 comments

Comments

@alexsalex
Copy link

/opt/RetroFlag/SafeShutdown.py:15: RuntimeWarning: A physical pull up resistor is fitted on this channel!
GPIO.setup(powerPin, GPIO.IN, pull_up_down=GPIO.PUD_UP)
/opt/RetroFlag/SafeShutdown.py:16: RuntimeWarning: A physical pull up resistor is fitted on this channel!
GPIO.setup(resetPin, GPIO.IN, pull_up_down=GPIO.PUD_UP)
/opt/RetroFlag/SafeShutdown.py:17: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(ledPin, GPIO.OUT)

@alexsalex
Copy link
Author

Raspberry Pi 4
Fresh install of raspberry os, latest updates.

@enazevedo
Copy link

enazevedo commented Aug 7, 2021

Same here.

Different from @alexsalex , I'm using VMAN custom RetroPie, so I initially thought that could be some kind of incompatibility. The message always shows up.

From tests, if the "SSD Sata Adaptor to the USB" (the internal to the NESPi4 Case) is connected to the RaspPi (Pi4), the scripts doesn't work (nor Power nor Reboot). If Sata Adaptor is not connected, these messages still shows up on booting, but the script/buttons works flawless.

@cabaalexander
Copy link

this still persist

@fab1o
Copy link

fab1o commented Dec 28, 2023

I also get this error on my superpi case (raspberry 3b+) using the latest update. The case does not shutdown. It used to work fine but after this latestupdate, now it doesn't work anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants