[SOLVED]Raspbian for Robots

Karan

I receive the error message - dd: bs: illegal numeric value - when I execute the command

sudo dd bs=1M if=2015.11.09_Dexter_Industries_wheezy.img of=/dev/disk2

as advised in your reply to my earlier post. Is the command formatted incorrectly? I am using OS X El Capitan V10.11.2.

Sparx

Hey Sparx, I thought i had replied back to this somewhere else. Sorry for the slow response.

I haven’t seen this value before. If you use a lower case “m” in the command:

dd bs=1m if=2015.11.09_Dexter_Industries_wheezy.img of=/dev/disk2

Does this work any differently for you?

This issue has been resolved.

-Regards