exaviorn / RasPiWrite

A Python Script that prepairs and installs a Raspberry Pi compatiable distro to an SD Card
exaviorn.com/raspiwrite
GNU General Public License v3.0
209 stars 130 forks source link

Fix for dd argument. #7

Closed sverrejoh closed 12 years ago

sverrejoh commented 12 years ago

Hi,

Your script gives this error, because the argument to dd was 1m, and not 1M:

Waitingdd: invalid number ‘1m’

exaviorn commented 12 years ago

Hi, sorry about the lateness, I've just (as of today) finished my exams, hopefully I can be more active now :)

Thanks for the contribution!

holms commented 11 years ago

I'm on "Darwin romans-imac-4 12.4.0 Darwin Kernel Version 12.4.0: Wed May 1 17:57:12 PDT 2013; root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64", and "1M" give me exact error as you specified, and "1m" works:) I just came from google in here.. so "1m" was a solution for dd to work.