首页 > 代码库 > MAC下安装树莓派的镜像到SD卡中
MAC下安装树莓派的镜像到SD卡中
参照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 use1M
:sudo dd bs=1M if=image.img of=/dev/DISK
This will take a few minutes.
MAC下安装树莓派的镜像到SD卡中
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。