Skip to content

Commit 6555124

Browse files
committed
Update Raspbian version
1 parent da7485e commit 6555124

File tree

1 file changed

+2
-2
lines changed
  • installation/installing-images

1 file changed

+2
-2
lines changed

installation/installing-images/mac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ On Mac OS you have the choice of the command line `dd` tool or using the graphic
3030
3131
`sudo dd bs=1m if=image.img of=/dev/<disk# from diskutil>`
3232
33-
e.g. `sudo dd bs=1m if=2015-02-16-raspbian-wheezy.img of=/dev/disk4`
33+
e.g. `sudo dd bs=1m if=2015-05-05-raspbian-wheezy.img of=/dev/disk4`
3434
3535
This may result in an ``dd: invalid number '1m'`` error if you have GNU
3636
coreutils installed. In that case you need to use ``1M``:
@@ -58,7 +58,7 @@ These commands and actions need to be performed from an account that has adminis
5858
- Using the device name of the partition, work out the raw device name for the entire disk by omitting the final "s1" and replacing "disk" with "rdisk". 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, rdisk3, not rdisk3s1). Similarly, you might have another SD drive name/number like rdisk2 or rdisk4; you can check again by using the `df -h` command both before and after you insert your SD card reader into your Mac. For example, `/dev/disk3s1` becomes `/dev/rdisk3`.
5959
- In the terminal, write the image to the card with this command, using the raw disk device name from above. Read the above step carefully to be sure you use the correct rdisk number here:
6060
```
61-
sudo dd bs=1m if=2015-02-16-raspbian-wheezy.img of=/dev/rdisk3
61+
sudo dd bs=1m if=2015-05-05-raspbian-wheezy.img of=/dev/rdisk3
6262
```
6363
6464
If the above command reports an error (`dd: bs: illegal numeric value`), please change `bs=1m` to `bs=1M`.

0 commit comments

Comments
 (0)