fork download
  1. If you are comfortable with the command line, you can image a card without any additional software. Run:
  2. diskutil list
  3. identify the disk (not partition) of your SD card. e.g. disk4 (not disk4s1)
  4. diskutil unmountDisk /dev/<disk# from diskutil>
  5. e.g. diskutil unmountDisk /dev/disk4
  6. sudo dd bs=1m if=<your image file>.img of=/dev/<disk# from diskutil>
  7. e.g. sudo dd bs=1m if=2012-12-16-wheezy-raspbian.img of=/dev/disk4
  8. (This will take a few minutes)
Runtime error #stdin #stdout #stderr 0.02s 4980KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
prog.js:1: SyntaxError: missing ; before statement:
prog.js:1: If you are comfortable with the command line, you can image a card without any additional software. Run:
prog.js:1: ...^