summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorVivien Didelot <vivien.didelot@gmail.com>2021-01-04 12:37:38 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-01-05 13:48:41 +0000
commit56a03121288af8408456fdb8df5456b8f9d840db (patch)
tree509a8aadfb94f8d71239a11b75c2f1fcc9bd559e /meta-yocto-bsp
parentf47c80b571fe75528eaf76ae3238b207640d46e6 (diff)
downloadpoky-56a03121288af8408456fdb8df5456b8f9d840db.tar.gz
README.hardware: fix the dd command
Add the missing if= prefix for the input image in the dd command. (From meta-yocto rev: bebe392a37e78f6a00d7ef5c50fe7e14bc187e95) Signed-off-by: Vivien Didelot <vdidelot@pbsc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r--meta-yocto-bsp/README.hardware2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/README.hardware b/meta-yocto-bsp/README.hardware
index 92b1a9a554..9803af006a 100644
--- a/meta-yocto-bsp/README.hardware
+++ b/meta-yocto-bsp/README.hardware
@@ -150,7 +150,7 @@ From a Linux system with access to the image files perform the following steps:
150 150
151 2. Use the "dd" utility to write the image to the SD card. For example: 151 2. Use the "dd" utility to write the image to the SD card. For example:
152 152
153 # dd core-image-minimal-beaglebone-yocto.wic of=/dev/sdb 153 # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
154 154
155 3. Insert the SD card into the Beaglebone and boot the board. 155 3. Insert the SD card into the Beaglebone and boot the board.
156 156