summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKinsella, Ray <ray.kinsella@intel.com>2015-11-13 15:09:19 -0800
committerSaul Wold <sgw@linux.intel.com>2015-11-16 10:08:17 -0800
commit09e616c888ed8054881410452333f49763ecb036 (patch)
treeaa226703ccf275f7a8eb2f893f82beecd57a6274
parent272d4cb66b8e553e3fc27455ca3bb8e70472c510 (diff)
downloadmeta-intel-09e616c888ed8054881410452333f49763ecb036.tar.gz
README: Updated for Quark X1000
Added instructions on how to build/install for the Quark X1000. Signed-off-by: Ray Kinsella <ray.kinsella@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
index 75dc30e4..6d22dfcc 100644
--- a/README
+++ b/README
@@ -111,6 +111,34 @@ To make these features available for your machine, you will need to:
111Once the above requirements are met, the machine features provided by 111Once the above requirements are met, the machine features provided by
112the meta-intel layer will be available for the BSP to use. 112the meta-intel layer will be available for the BSP to use.
113 113
114Building for Intel Quark X1000 microprocessor
115---------------------------------------------
116
117To target the Intel Quark X1000.
118
119 1. In conf/local.conf set the MACHINE type to be intel-quark.
120
121 MACHINE ??= "intel-quark"
122
123 2. Build a target image of your choice.
124
125 $ bitbake core-image-minimal
126
127 3. Use the provided wic script to create an SD card image.
128
129 $ wic list images
130 mkgalileodisk Create an Galileo Gen 1/2 disk image
131 mkgummidisk Create an EFI disk image
132 ...
133
134 $ wic create mkgalileodisk -e core-image-minimal
135
136 4. Write the output image to an SD Card
137
138 $ sudo dd if=~/mkgalileodisk-*-mmcblk0.direct of=/dev/mmcblk0
139
140 5. Insert the SD Card into the reference platform and power on.
141
114Available machine features 142Available machine features
115-------------------------- 143--------------------------
116 144