From 56a03121288af8408456fdb8df5456b8f9d840db Mon Sep 17 00:00:00 2001 From: Vivien Didelot Date: Mon, 4 Jan 2021 12:37:38 -0500 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto-bsp/README.hardware | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto-bsp/README.hardware') 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: 2. Use the "dd" utility to write the image to the SD card. For example: - # dd core-image-minimal-beaglebone-yocto.wic of=/dev/sdb + # dd if=core-image-minimal-beaglebone-yocto.wic of=/dev/sdb 3. Insert the SD card into the Beaglebone and boot the board. -- cgit v1.2.3-54-g00ecf