32
(before unmounting) will display the BSD name as "/dev/disk1s1" or similar,
allowing you to skip the previous two steps.
From the terminal run:
sudo dd bs=1m if=<image_path>/ubuntu12-full-image.img
of=/dev/diskn
Remember to replace
n
with the number that you noted before!
4.4.2.
Command line
If you are comfortable with the command line, you can image a card without any
additional software. Run:
diskutil list
Identify the disk (not partition) of your SD card e.g.
disk4
(not
disk4s1
):
diskutil unmountDisk /dev/<disk# from diskutil>
e.g.
diskutil unmountDisk /dev/disk4
sudo dd bs=1m if=image.img of=/dev/<disk# from diskutil>
e.g.
sudo dd bs=1m if=2015-02-16-raspbian-wheezy.img
of=/dev/disk4
This may result in an
dd: invalid number '1m'
error if you have GNU
coreutils installed. In that case you need to use
1M
:
sudo dd bs=1M if=image.img of=/dev/<disk# from diskutil>
This will take a few minutes.
4.4.3.
Alternative method
Note: Some users have reported issues with using Mac OS X to create SD cards.
These commands and actions need to be performed from an account that has administrator
privileges.
From the terminal run
df -h
.
Summary of Contents for EBC2A0
Page 1: ...1 EBC2A0 2 5 SBC with Freescale i MX6 Processor ARM Cortex A9 Architecture User Manual Ver 1st...
Page 7: ...7 Chapter 1 Product Overview This chapter provides background Information of SBC...
Page 10: ...10 1 3 Block Diagram...
Page 18: ...18 Chapter 3 Software User Guide This chapter details the Linux operation on ICM 2010...