README: Update build procedure for intel-quark

Add more detailed info and steps to build quark, also with
minor indentation and styling fixes.

Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
This commit is contained in:
Jianxun Zhang 2016-04-21 15:12:58 -07:00 committed by Saul Wold
parent 85f22beb7f
commit e05c3b1e86

19
README
View File

@ -124,7 +124,12 @@ To target the Intel Quark X1000.
$ bitbake core-image-minimal
3. Use the provided wic script to create an SD card image.
3. For the first time, you need to build parted-native too. (You will get an
error message when running wic script without it at later steps.)
$ bitbake parted-native
4. Use the provided wic script to create an SD card image.
$ wic list images
mkgalileodisk Create an Galileo Gen 1/2 disk image
@ -133,11 +138,17 @@ To target the Intel Quark X1000.
$ wic create mkgalileodisk -e core-image-minimal
4. Write the output image to an SD Card
wic script outputs the image and its location in success, something like:
...
Info: The new image(s) can be found here:
/var/tmp/wic/build/mkgalileodisk-201604211444-mmcblk0.direct
...
$ sudo dd if=~/mkgalileodisk-*-mmcblk0.direct of=/dev/mmcblk0
5. Write the output image to an SD Card
5. Insert the SD Card into the reference platform and power on.
$ sudo dd if=/path/to/image/mkgalileodisk-*-mmcblk0.direct of=/dev/your_sd_dev
6. Insert the SD Card into the reference platform and power on.
Available machine features
--------------------------