how can I reset my Raspberry Pi so that I can start it from first time use? I connected it and my granddaughter hit some buttons on the keyboard and all of a sudden when I try to start it up it asks for me to login. Can some one help me?
how can I reset my Raspberry Pi so that I can start it from first time use? I connected it and my granddaughter hit some buttons on the keyboard and all of a sudden when I try to start it up it asks for me to login. Can some one help me?
What you are seeing now is the normal Raspberry Pi power up and prompt after the very first boot.
In order to log in when it displays the login prompt type: pi
When it asks for the password type: raspberry
After it completes the login you can go back to the setup menu that is displayed at the very first boot up by typing: sudo raspi-config
and then use menus to change the setups with what you need them to be.
Thank you.