Linux系统用dd命令安装树莓派系统镜像


dd if=2020-02-05-raspbian-buster-lite.img of=/dev/sdb bs=1M

打开另一个终端,使用以下命令来查看进度

pkill -USR1 -n -x dd