diff --git a/doc/EN/armbian.org b/doc/EN/armbian.org index 13f04789..e6f332d6 100644 --- a/doc/EN/armbian.org +++ b/doc/EN/armbian.org @@ -20,7 +20,7 @@ If you have a single board ARM computer which isn't one of the supported ones th Download the Armbian image for your board. It must be version 9 (Stretch), otherwise it won't work. Extract the image from its archive, then copy it to a microSD card: #+begin_src bash -sudo dd if=[Armbian .img file] of=/dev/sdX +sudo dd bs=1M if=[Armbian .img file] of=/dev/sdX conv=fdatasync #+end_src Where */dev/sdX* is the path for the microSD drive on your system. diff --git a/website/EN/armbian.html b/website/EN/armbian.html index eef7bab2..f36ddae5 100644 --- a/website/EN/armbian.html +++ b/website/EN/armbian.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- +sudo dd if=[Armbian .img file] of=/dev/sdX +sudo dd bs=1M if=[Armbian .img file] of=/dev/sdX conv=fdatasync