Is it possible to use another pin instead pin 5 (GPIO 3) to shutdown/reboot raspberry by means a push button? Any idea? Thanks in advance.
Asked
Active
Viewed 340 times
0
-
2Does this answer your question? Raspberry Pi 4 B GPIO boot and shutdown button(s) – Dougie Apr 27 '22 at 15:48
1 Answers
1
Yo
You can shutdown with any pin but only pin 5 can reboot, although there are dedicated non GPIO control pins which can reboot, depending on Pi model.
You can always use pin 5 to reboot, because this is handled by video core (unless the external connection affects the voltage level).
It is doubtful that you could also use it for shutdown as there is potential conflict.

Milliways
- 59,890
- 31
- 101
- 209
-
Hi Milliways. Thanks for you reply. Because pin5 is used to connect my Pi to a thermal camera, do you think that could share it and use also to shutdown/restart Raspberry? – M4Biz Nov 26 '21 at 10:01