diff options
| -rw-r--r-- | meta-crystalforest/README | 22 |
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 | ||
| 99 | To enable the Crystal Forest Gladden layer, add the crystalforest-gladden MACHINE to local.conf: | 99 | Crystal Forest layer is meant for building both Crystal Forest Gladden |
| 100 | and Crystal Forest Server platforms. By enabling Crystal Forest layer, | ||
| 101 | the image you build is able to boot on both supported platforms. | ||
| 100 | 102 | ||
| 101 | MACHINE ?= "crystalforest-gladden" | 103 | To enable the Crystal Forest layer, add the Crystal Forest MACHINE to |
| 102 | 104 | build/local.conf: | |
| 103 | To 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 | ||
| 108 | You should then be able to build a crystalforest image as such: | 108 | You 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 | |||
| 135 | takes device /dev/sdf, use dd to copy the live image to it. For | 135 | takes device /dev/sdf, use dd to copy the live image to it. For |
| 136 | example: | 136 | example: |
| 137 | 137 | ||
| 138 | To boot the Gladden Platform: | 138 | To 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 | |||
| 144 | To 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 | ||
