I was playing around with my Raspberry Pi and I accidentally bricked it! How can I restore it back to the factory defaults?
Asked
Active
Viewed 1.4e+01k times
19
-
Try reformatting the SD card and re-installing the operating system on the SD card. – Eric Leschinski Jun 22 '15 at 02:14
3 Answers
15
You can reset the device to factory defaults by reflashing the SD card.
You can find advice on how to do this here: How do I install an OS image onto an SD card?.
9
Bricking a device usually refers to getting the ROM into a corrupted state, by flashing with a bad ROM or a failed flash. As Pi has no ROM, you can't brick it like that. Pi runs off the SD card only, so a clean reflash of the SD card should fix it.
If a particuar card is not working (and has never worked) there is a list of known problem cards on a wiki: http://elinux.org/RPi_VerifiedPeripherals#Problem_SD_Cards

weston
- 321
- 5
- 11