首页 > 系统服务 > 详细

MAC下安装树莓派的镜像到SD卡中

时间:2014-11-15 23:10:50      阅读:1829      评论:0      收藏:0      [点我收藏+]

参照http://shumeipai.nxez.com/2014/05/18/raspberry-pi-under-mac-osx-to-install-raspbian-system.html

(/dev/disk1s1是分区,/dev/disk1是块设备,/dev/rdisk1是原始字符设备)

 

mac下在将镜像写入sd卡中出现如下情况dd: invalid number ‘4m‘ error,

解决方法来自http://www.raspberrypi.org/documentation/installation/installing-images/mac.md

 

  • e.g. sudo dd bs=1m if=2014-09-09-wheezy-raspbian.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

    This will take a few minutes.

MAC下安装树莓派的镜像到SD卡中

原文:http://www.cnblogs.com/memorecool/p/4100759.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!