From 09e616c888ed8054881410452333f49763ecb036 Mon Sep 17 00:00:00 2001 From: "Kinsella, Ray" Date: Fri, 13 Nov 2015 15:09:19 -0800 Subject: README: Updated for Quark X1000 Added instructions on how to build/install for the Quark X1000. Signed-off-by: Ray Kinsella Signed-off-by: Saul Wold --- README | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'README') 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: Once the above requirements are met, the machine features provided by the meta-intel layer will be available for the BSP to use. +Building for Intel Quark X1000 microprocessor +--------------------------------------------- + +To target the Intel Quark X1000. + + 1. In conf/local.conf set the MACHINE type to be intel-quark. + + MACHINE ??= "intel-quark" + + 2. Build a target image of your choice. + + $ bitbake core-image-minimal + + 3. Use the provided wic script to create an SD card image. + + $ wic list images + mkgalileodisk Create an Galileo Gen 1/2 disk image + mkgummidisk Create an EFI disk image + ... + + $ wic create mkgalileodisk -e core-image-minimal + + 4. Write the output image to an SD Card + + $ sudo dd if=~/mkgalileodisk-*-mmcblk0.direct of=/dev/mmcblk0 + + 5. Insert the SD Card into the reference platform and power on. + Available machine features -------------------------- -- cgit v1.2.3-54-g00ecf