diff options
Diffstat (limited to 'meta-romley/README')
-rw-r--r-- | meta-romley/README | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/meta-romley/README b/meta-romley/README index f1a9bb0a..ffad2971 100644 --- a/meta-romley/README +++ b/meta-romley/README | |||
@@ -2,10 +2,18 @@ This README file contains information on building the meta-romley | |||
2 | BSP layer, and booting the images contained in the /binary directory. | 2 | BSP layer, and booting the images contained in the /binary directory. |
3 | Please see the corresponding sections below for details. | 3 | Please see the corresponding sections below for details. |
4 | 4 | ||
5 | The 'romley' platform consists of the Intel Xeon E5-2600 and E5-2400 | 5 | The romley platform consists of two versions: |
6 | Series Processors, plus the Intel C604/C602-J Chipset | 6 | 1. romley - Sandy Bridge |
7 | 2. romley - Ivy Bridge | ||
8 | |||
9 | The romley - Sandy Bridge platform consists of the Intel Xeon E5-2600 | ||
10 | and E5-2400 Series processors, plus the Intel C604/C602-J chipset | ||
7 | (Sandy Bridge-EP/EN + Patsburg). | 11 | (Sandy Bridge-EP/EN + Patsburg). |
8 | 12 | ||
13 | The romley - Ivy Bridge platform consists of the Intel Xeon E5-2600 | ||
14 | and E5-2400 v2 Series processors with the Intel C604/C602-J chipset | ||
15 | (Ivy Bridge-EP/EN + Patsburg). | ||
16 | |||
9 | This BSP assumes Matrox graphics is being used. | 17 | This BSP assumes Matrox graphics is being used. |
10 | 18 | ||
11 | Further information about the platforms supported by this BSP can be | 19 | Further information about the platforms supported by this BSP can be |
@@ -25,6 +33,7 @@ listed here: | |||
25 | 33 | ||
26 | https://www.yoctoproject.org/webform/yocto-project-compatible-registration | 34 | https://www.yoctoproject.org/webform/yocto-project-compatible-registration |
27 | 35 | ||
36 | |||
28 | Dependencies | 37 | Dependencies |
29 | ============ | 38 | ============ |
30 | 39 | ||
@@ -76,10 +85,14 @@ common metadata shared between BSPs) e.g.: | |||
76 | yocto/meta-intel \ | 85 | yocto/meta-intel \ |
77 | yocto/meta-intel/meta-romley \ | 86 | yocto/meta-intel/meta-romley \ |
78 | 87 | ||
79 | To enable the romley layer, add the romley MACHINE to local.conf: | 88 | To enable the romley Sandy Bridge layer, add the romley MACHINE to local.conf: |
80 | 89 | ||
81 | MACHINE ?= "romley" | 90 | MACHINE ?= "romley" |
82 | 91 | ||
92 | To enable the romley Ivy Bridge layer, add the romley-ivb MACHINE to local.conf: | ||
93 | |||
94 | MACHINE ?= "romley-ivb" | ||
95 | |||
83 | You should then be able to build a romley image as such: | 96 | You should then be able to build a romley image as such: |
84 | 97 | ||
85 | $ source oe-init-build-env | 98 | $ source oe-init-build-env |
@@ -127,6 +140,7 @@ ifconfig the IP address and use that to ssh in. The root password is | |||
127 | empty, so to log in type 'root' for the user name and hit 'Enter' at | 140 | empty, so to log in type 'root' for the user name and hit 'Enter' at |
128 | the Password prompt: and you should be in. | 141 | the Password prompt: and you should be in. |
129 | 142 | ||
143 | |||
130 | III. Enabling Intel DPDK Technology | 144 | III. Enabling Intel DPDK Technology |
131 | =================================== | 145 | =================================== |
132 | 146 | ||
@@ -142,5 +156,3 @@ the syslinux boot: prompt, or the boot: prompt contains strange | |||
142 | characters), try doing this first: | 156 | characters), try doing this first: |
143 | 157 | ||
144 | # dd if=/dev/zero of=/dev/sdf bs=1M count=512 | 158 | # dd if=/dev/zero of=/dev/sdf bs=1M count=512 |
145 | |||
146 | |||