summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/README.hardware
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/README.hardware')
-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