From 8ab6aa7ffc7960409206de7383daa6763f3f1755 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Thu, 5 Apr 2018 20:02:36 +0200 Subject: [PATCH] Unify dd command with https://wiki.debian.org/RaspberryPi3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9548f51..1247d08 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Plug an SD card which you would like to entirely overwrite into your SD card rea Assuming your SD card reader provides the device `/dev/sdb`, copy the image onto the SD card: ```shell -sudo dd if=raspi3.img of=/dev/sdb bs=5M +sudo dd if=raspi3.img of=/dev/sdb bs=64k oflag=dsync status=progress ``` Then, plug the SD card into the Raspberry Pi 3 and power it up.