Skip to content

Commit b6b84cc

Browse files
committed
Merge pull request raspberrypi#151 from GleasonK/patch-1
Small fix to alternative instructions
2 parents 0599334 + ba5fc23 commit b6b84cc

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

installation/installing-images/mac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ These commands and actions need to be performed from an account that has adminis
6161
sudo dd bs=1m if=2015-02-16-raspbian-wheezy.img of=/dev/rdisk3
6262
```
6363
64-
If the above command reports an error (`dd: bs: illegal numeric value`), please change `bs=1M` to `bs=1m`.
64+
If the above command reports an error (`dd: bs: illegal numeric value`), please change `bs=1m` to `bs=1M`.
6565
6666
If the above command reports an error `dd: /dev/rdisk3: Permission denied` then that is because the partition table of the SD card is being protected against being overwritten by MacOS. Erase the SD card's partition table using this command:
6767
```

0 commit comments

Comments
 (0)