summaryrefslogtreecommitdiffstats
path: root/meta-crystalforest/README
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2012-10-29 10:23:47 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-10-29 14:59:23 -0500
commit0863d731696fef57d356346635980259649a3e33 (patch)
treef919068fecb8044f090158342f984a1b9d3b9b71 /meta-crystalforest/README
parent0ebdf34f9a0f023f62305bddcbc8427d36f740b4 (diff)
downloadmeta-intel-0863d731696fef57d356346635980259649a3e33.tar.gz
crystalforest: Change the machine names
Change the Machine names for the two machines that will be used to publish the BSP on the Yocto Project website. And add the Yocto Project Compliance information for the 1.3 release. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crystalforest/README')
-rw-r--r--meta-crystalforest/README26
1 files changed, 12 insertions, 14 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README
index 7b88b224..2a25edce 100644
--- a/meta-crystalforest/README
+++ b/meta-crystalforest/README
@@ -3,11 +3,11 @@ BSP layer, and booting the images contained in the /binary directory.
3Please see the corresponding sections below for details. 3Please see the corresponding sections below for details.
4 4
5The 'Crystal Forest' platform consists of two versions. 5The 'Crystal Forest' platform consists of two versions.
61. STARGO 61. GLADDEN
72. SHUMWAY 72. SERVER
8 8
9Stargo Platform is based on Intel Sandy Bridge Gladden Processor,plus the Cave Creek chipset. 9Gladden Platform is based on Intel Sandy Bridge Gladden Processor,plus the Cave Creek chipset.
10Shumway Platform is based on two Intel Sandy Bridge (SNB-EP ES2 Grade and SNB-EN ES2 Grade) 10Server Platform is based on two Intel Sandy Bridge (SNB-EP ES2 Grade and SNB-EN ES2 Grade)
11Processors plus two Cave Creek Chipsets. 11Processors plus two Cave Creek Chipsets.
12 12
13Both Platforms uses Matrox graphics Card. 13Both Platforms uses Matrox graphics Card.
@@ -64,13 +64,13 @@ common metadata shared between BSPs) e.g.:
64 yocto/meta-intel \ 64 yocto/meta-intel \
65 yocto/meta-intel/meta-crystalforest \ 65 yocto/meta-intel/meta-crystalforest \
66 66
67To enable the Crystal Forest Stargo layer, add the crystalforest-stargo MACHINE to local.conf: 67To enable the Crystal Forest Gladden layer, add the crystalforest-gladden MACHINE to local.conf:
68 68
69 MACHINE ?= "crystalforest-stargo" 69 MACHINE ?= "crystalforest-gladden"
70 70
71To enable the Crystal Forest Shumway layer, add the crystalforest-shumway MACHINE to local.conf: 71To enable the Crystal Forest Server layer, add the crystalforest-server MACHINE to local.conf:
72 72
73 MACHINE ?= "crystalforest-shumway" 73 MACHINE ?= "crystalforest-server"
74 74
75 75
76You should then be able to build a crystalforest image as such: 76You should then be able to build a crystalforest image as such:
@@ -103,15 +103,15 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
103takes device /dev/sdf, use dd to copy the live image to it. For 103takes device /dev/sdf, use dd to copy the live image to it. For
104example: 104example:
105 105
106To boot the Stargo Platform: 106To boot the Gladden Platform:
107 107
108# dd if=core-image-sato-crystalforest-stargo-20120829033154.hddimg of=/dev/sdf 108# dd if=core-image-sato-crystalforest-gladden-20120829033154.hddimg of=/dev/sdf
109# sync 109# sync
110# eject /dev/sdf 110# eject /dev/sdf
111 111
112To boot the Shumway Platform: 112To boot the Server Platform:
113 113
114# dd if=core-image-sato-crystalforest-shumway-20120829044852.hddimg of=/dev/sdf 114# dd if=core-image-sato-crystalforest-server-20120829044852.hddimg of=/dev/sdf
115# sync 115# sync
116# eject /dev/sdf 116# eject /dev/sdf
117 117
@@ -135,5 +135,3 @@ the syslinux boot: prompt, or the boot: prompt contains strange
135characters), try doing this first: 135characters), try doing this first:
136 136
137# dd if=/dev/zero of=/dev/sdf bs=1M count=512 137# dd if=/dev/zero of=/dev/sdf bs=1M count=512
138
139