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.hardware6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-yocto-bsp/README.hardware b/meta-yocto-bsp/README.hardware
index 84c5afa909..d8d2a0cac6 100644
--- a/meta-yocto-bsp/README.hardware
+++ b/meta-yocto-bsp/README.hardware
@@ -27,7 +27,7 @@ Hardware Reference Boards
27 27
28The following boards are supported by the meta-yocto-bsp layer: 28The following boards are supported by the meta-yocto-bsp layer:
29 29
30 * Texas Instruments Beaglebone (beaglebone) 30 * Texas Instruments Beaglebone (beaglebone-yocto)
31 * Freescale MPC8315E-RDB (mpc8315e-rdb) 31 * Freescale MPC8315E-RDB (mpc8315e-rdb)
32 * Ubiquiti Networks EdgeRouter Lite (edgerouter) 32 * Ubiquiti Networks EdgeRouter Lite (edgerouter)
33 * General IA platforms (genericx86 and genericx86-64) 33 * General IA platforms (genericx86 and genericx86-64)
@@ -120,7 +120,7 @@ USB Device:
120 dd command to write the image to a USB stick. 120 dd command to write the image to a USB stick.
121 121
122 122
123Texas Instruments Beaglebone (beaglebone) 123Texas Instruments Beaglebone (beaglebone-yocto)
124========================================= 124=========================================
125 125
126The Beaglebone is an ARM Cortex-A8 development board with USB, Ethernet, 2D/3D 126The Beaglebone is an ARM Cortex-A8 development board with USB, Ethernet, 2D/3D
@@ -151,7 +151,7 @@ From a Linux system with access to the image files perform the following steps:
151 151
152 2. Use the "dd" utility to write the image to the SD card. For example: 152 2. Use the "dd" utility to write the image to the SD card. For example:
153 153
154 # dd core-image-minimal-beaglebone.wic of=/dev/sdb 154 # dd core-image-minimal-beaglebone-yocto.wic of=/dev/sdb
155 155
156 3. Insert the SD card into the Beaglebone and boot the board. 156 3. Insert the SD card into the Beaglebone and boot the board.
157 157