the act of rebooting the Pi or to clear any pending errors or events and bring it to normal condition or initial state.
Questions tagged [reset]
49 questions
2
votes
5 answers
Is there a way to shut down safely without being logged in?
So it's been a while since I've played with it, and I forgot my Raspberry Pi's login info (both username and password), and it's running. I've seen some instructions for resetting the password, but they require the SD card to be put into another…
Dewey
- 21
- 1
- 2
1
vote
1 answer
How do i factory reset my raspberry pi 4
I accidentally deleted my main panel, is there a shortcut I can use to reset everything, I found no solutions to bring it back.
Is there also maybe a way to bring back the main panel? I would like a numbed down version, I just got this thing.
I…
Blake
- 11
- 1
- 1
- 2
0
votes
1 answer
How to reset Pi's Pin Setup by command line?
I use wiringPi to define pins in my code1.
Then I have code2 (not relevant to the code1) use the default pin definition (the state of pins after start or reboot). I want to run code 2, so that I have to reboot Pi to reset pin setup.
Are there any…
Thang Nguyen
- 3
- 3
0
votes
2 answers
Using two Pi's to reset each other on failure
I have a Pi Zero W that I'm going to trust to manage some expensive equipment. But two nights in a row, it has failed. It stops executing anything including my script and the ssh daemon so that I have to power cycle it. This is unacceptable…
Andrew Arnott
- 111
- 3
-1
votes
1 answer
Wiring GPIO pins to the RUN input on Raspi 3
I'm developing a reset switch for the Raspberry Pi, but I want to prevent that holding the button keeps on resetting the device. To solve this I had the following idea:
Wire a push button from the Raspberry Pi power to a GPIO pin. Whenever the…
Len
- 107
- 1
- 2