Typo

There is a typo in the “Flash it” section for linux (and mac)

It should be 1M not 1m.

Typo:
sudo dd bs=1m if=[img_file_path] of=/dev/[sd_name]

correct:
sudo dd bs=1M if=[img_file_path] of=/dev/[sd_name]

Corrected, thanks!!!

Another typo: the command to unmount the SD Card should be “umount”, i.e.

 umount /dev/sdc1

Cheers!

Thanks!

actually bs=1M doesn’t work…

sudo dd bs=1M if=/Users/yoghurtlidlicker/Downloads/uTorrent/apps/VolumioBeta1PI.img of=/dev/disk1 Password: dd: bs: illegal numeric value
bs=1m works well

for me and Linux

dd if=/home/uwe/Raspberry/Backup/RaspiFi_neuer_Raspi.img out=/dev/sdc bs=1M

or

dd if=/dev/sdc out=/home/uwe/Raspberry/Backup/RaspiFi_neuer_Raspi.img bs=1M

works

:laughing:

I’m on Mac OS X…

oops :stuck_out_tongue:

bs=1M doesn’t work for me.

bs=1m works.

I’m on Mac OS X (10.9.1).

Indeed