Skip to content

Commit da7485e

Browse files
committed
Update Raspbian version
1 parent bb82cc2 commit da7485e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

installation/installing-images/linux.md

Lines changed: 3 additions & 3 deletions
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=2015-02-16-raspbian-wheezy.img of=/dev/sdd
20+
dd bs=4M if=2015-05-05-raspbian-wheezy.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.
@@ -34,8 +34,8 @@ Please note that the use of the `dd` tool can overwrite any partition of your ma
3434
3535
```bash
3636
dd bs=4M if=/dev/sdd of=from-sd-card.img
37-
truncate --reference 2015-02-16-raspbian-wheezy.img from-sd-card.img
38-
diff -s from-sd-card.img 2015-02-16-raspbian-wheezy.img
37+
truncate --reference 2015-05-05-raspbian-wheezy.img from-sd-card.img
38+
diff -s from-sd-card.img 2015-05-05-raspbian-wheezy.img
3939
```
4040
4141
- Run `sync`; this will ensure the write cache is flushed and that it is safe to unmount your SD card.

0 commit comments

Comments
 (0)