首先使用命令查询移动设备挂载目录:

diskutil list

然后使用dd命令,将img镜像写入到对应的设备中:

sudo dd bs=1m if=镜像位置 of=/dev/rdisk2 conv=sync