MAC为树莓派写TF卡 2020年4月26日 wxlccsu未分类 查看要写的TF卡 df -h 我的TF卡是 /dev/disk3s1 要是找不到,就通过拔插TF卡,观察df -h 命令的结果来判断。 卸载TF卡 sudo diskutil umount /dev/disk3s1 写TF卡 sudo dd bs=4M if=/Volumes/Elements\ SE/piImg/pi2.img of=/dev/disk3s1 if 后面跟的是需要写入的镜像。