Difference between revisions of "Raspbian"
Jump to navigation
Jump to search
Rafahsolis (talk | contribs) (Created page with "To install raspbian on a SD card: * Download raspbian image *run: sudo dd if=path_of_your_image.img of=/dev/diskn bs=1M") |
Rafahsolis (talk | contribs) |
||
| Line 1: | Line 1: | ||
To install raspbian on a SD card: | To install raspbian on a SD card: | ||
* Download raspbian image | * Download raspbian image | ||
| − | *run: sudo dd if=path_of_your_image.img of=/dev/ | + | * run: sudo dd if=path_of_your_image.img of=/dev/mmcblk0 bs=1M |
| + | * Warning: Don't mistake the of= parameter or you could damage the hard drive | ||
Revision as of 23:43, 26 March 2015
To install raspbian on a SD card:
- Download raspbian image
- run: sudo dd if=path_of_your_image.img of=/dev/mmcblk0 bs=1M
- Warning: Don't mistake the of= parameter or you could damage the hard drive