Difference between revisions of "Raspbian"

From RHS Wiki
Jump to navigation Jump to search
(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")
 
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/diskn bs=1M
+
* 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