summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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