summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-crystalforest/README22
1 files changed, 8 insertions, 14 deletions
diff --git a/meta-crystalforest/README b/meta-crystalforest/README
index 72af1e12..210df563 100644
--- a/meta-crystalforest/README
+++ b/meta-crystalforest/README
@@ -96,14 +96,14 @@ common metadata shared between BSPs) e.g.:
96 yocto/meta-intel \ 96 yocto/meta-intel \
97 yocto/meta-intel/meta-crystalforest \ 97 yocto/meta-intel/meta-crystalforest \
98 98
99To enable the Crystal Forest Gladden layer, add the crystalforest-gladden MACHINE to local.conf: 99Crystal Forest layer is meant for building both Crystal Forest Gladden
100and Crystal Forest Server platforms. By enabling Crystal Forest layer,
101the image you build is able to boot on both supported platforms.
100 102
101 MACHINE ?= "crystalforest-gladden" 103To enable the Crystal Forest layer, add the Crystal Forest MACHINE to
102 104build/local.conf:
103To enable the Crystal Forest Server layer, add the crystalforest-server MACHINE to local.conf:
104
105 MACHINE ?= "crystalforest-server"
106 105
106 MACHINE ?= "crystalforest"
107 107
108You should then be able to build a crystalforest image as such: 108You should then be able to build a crystalforest image as such:
109 109
@@ -135,15 +135,9 @@ Under Linux, insert a USB flash drive. Assuming the USB flash drive
135takes device /dev/sdf, use dd to copy the live image to it. For 135takes device /dev/sdf, use dd to copy the live image to it. For
136example: 136example:
137 137
138To boot the Gladden Platform: 138To boot on both Gladden and Server Platforms:
139
140# dd if=core-image-sato-crystalforest-gladden.hddimg of=/dev/sdf
141# sync
142# eject /dev/sdf
143
144To boot the Server Platform:
145 139
146# dd if=core-image-sato-crystalforest-server.hddimg of=/dev/sdf 140# dd if=core-image-sato-crystalforest.hddimg of=/dev/sdf
147# sync 141# sync
148# eject /dev/sdf 142# eject /dev/sdf
149 143