mirror of
https://gitlab.com/alemaire/image-specs.git
synced 2025-01-10 22:13:31 +00:00
Unify dd command with https://wiki.debian.org/RaspberryPi3
This commit is contained in:
parent
fa47ee98fb
commit
8ab6aa7ffc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user