diff options
author | Vivien Didelot <vivien.didelot@gmail.com> | 2021-01-04 12:37:38 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-05 13:48:41 +0000 |
commit | 56a03121288af8408456fdb8df5456b8f9d840db (patch) | |
tree | 509a8aadfb94f8d71239a11b75c2f1fcc9bd559e /meta-yocto-bsp/README.hardware | |
parent | f47c80b571fe75528eaf76ae3238b207640d46e6 (diff) | |
download | poky-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/README.hardware')
-rw-r--r-- | meta-yocto-bsp/README.hardware | 2 |
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 | ||