Skip to content

Commit 86c3624

Browse files
author
Ben Nuttall
committed
Merge pull request raspberrypi#90 from mrshu/patch-1
Update raspbian image name
2 parents 898ba0d + 3d1572b commit 86c3624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation/installing-images/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please note that the use of the `dd` tool can overwrite any partition of your ma
1717
- In the terminal, write the image to the card with the command below, making sure you replace the input file `if=` argument with the path to your `.img` file, and the `/dev/sdd` in the output file `of=` argument with the right device name. This is very important, as you will lose all data on the hard drive if you provide the wrong device name. Make sure the device name is the name of the whole SD card as described above, not just a partition of it; for example `sdd`, not `sdds1` or `sddp1`; or `mmcblk0`, not `mmcblk0p1`.
1818

1919
```bash
20-
dd bs=4M if=2014-01-07-wheezy-raspbian.img of=/dev/sdd
20+
dd bs=4M if=2014-06-20-wheezy-raspbian.img of=/dev/sdd
2121
```
2222

2323
- Please note that block size set to `4M` will work most of the time; if not, please try `1M`, although this will take considerably longer.

0 commit comments

Comments
 (0)