diff options
-rw-r--r-- | README.hardware | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/README.hardware b/README.hardware index e22fc0899e..368675964a 100644 --- a/README.hardware +++ b/README.hardware | |||
@@ -59,7 +59,7 @@ Consumer Devices | |||
59 | 59 | ||
60 | The following consumer devices are supported by the meta-yocto-bsp layer: | 60 | The following consumer devices are supported by the meta-yocto-bsp layer: |
61 | 61 | ||
62 | * Intel Atom based PCs and devices (atom-pc) | 62 | * Intel x86 based PCs and devices (genericx86) |
63 | 63 | ||
64 | For more information see the device's section below. The appropriate MACHINE | 64 | For more information see the device's section below. The appropriate MACHINE |
65 | variable value corresponding to the device is given in brackets. | 65 | variable value corresponding to the device is given in brackets. |
@@ -70,10 +70,10 @@ variable value corresponding to the device is given in brackets. | |||
70 | =============================== | 70 | =============================== |
71 | 71 | ||
72 | 72 | ||
73 | Intel Atom based PCs and devices (atom-pc) | 73 | Intel x86 based PCs and devices (genericx86) |
74 | ========================================== | 74 | ========================================== |
75 | 75 | ||
76 | The atom-pc MACHINE is tested on the following platforms: | 76 | The genericx86 MACHINE is tested on the following platforms: |
77 | 77 | ||
78 | o Asus EeePC 901 | 78 | o Asus EeePC 901 |
79 | o Acer Aspire One | 79 | o Acer Aspire One |
@@ -93,7 +93,7 @@ device as the following commands are run as root and are not reversable. | |||
93 | USB Device: | 93 | USB Device: |
94 | 1. Build a live image. This image type consists of a simple filesystem | 94 | 1. Build a live image. This image type consists of a simple filesystem |
95 | without a partition table, which is suitable for USB keys, and with the | 95 | without a partition table, which is suitable for USB keys, and with the |
96 | default setup for the atom-pc machine, this image type is built | 96 | default setup for the genericx86 machine, this image type is built |
97 | automatically for any image you build. For example: | 97 | automatically for any image you build. For example: |
98 | 98 | ||
99 | $ bitbake core-image-minimal | 99 | $ bitbake core-image-minimal |
@@ -101,7 +101,7 @@ USB Device: | |||
101 | 2. Use the "dd" utility to write the image to the raw block device. For | 101 | 2. Use the "dd" utility to write the image to the raw block device. For |
102 | example: | 102 | example: |
103 | 103 | ||
104 | # dd if=core-image-minimal-atom-pc.hddimg of=/dev/sdb | 104 | # dd if=core-image-minimal-genericx86.hddimg of=/dev/sdb |
105 | 105 | ||
106 | If the device fails to boot with "Boot error" displayed, or apparently | 106 | If the device fails to boot with "Boot error" displayed, or apparently |
107 | stops just after the SYSLINUX version banner, it is likely the BIOS cannot | 107 | stops just after the SYSLINUX version banner, it is likely the BIOS cannot |
@@ -142,7 +142,7 @@ USB Device: | |||
142 | 142 | ||
143 | # mkdir /tmp/image | 143 | # mkdir /tmp/image |
144 | # mkdir /tmp/usbkey | 144 | # mkdir /tmp/usbkey |
145 | # mount -o loop core-image-minimal-atom-pc.hddimg /tmp/image | 145 | # mount -o loop core-image-minimal-genericx86.hddimg /tmp/image |
146 | # mount /dev/sdb4 /tmp/usbkey | 146 | # mount /dev/sdb4 /tmp/usbkey |
147 | # cp -rf /tmp/image/* /tmp/usbkey | 147 | # cp -rf /tmp/image/* /tmp/usbkey |
148 | 148 | ||