mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
85f22beb7f
commit
e05c3b1e86
37
README
37
README
|
@ -116,28 +116,39 @@ Building for Intel Quark X1000 microprocessor
|
||||||
|
|
||||||
To target the Intel Quark X1000.
|
To target the Intel Quark X1000.
|
||||||
|
|
||||||
1. In conf/local.conf set the MACHINE type to be intel-quark.
|
1. In conf/local.conf set the MACHINE type to be intel-quark.
|
||||||
|
|
||||||
MACHINE ??= "intel-quark"
|
MACHINE ??= "intel-quark"
|
||||||
|
|
||||||
2. Build a target image of your choice.
|
2. Build a target image of your choice.
|
||||||
|
|
||||||
$ bitbake core-image-minimal
|
$ 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.)
|
||||||
|
|
||||||
$ wic list images
|
$ bitbake parted-native
|
||||||
mkgalileodisk Create an Galileo Gen 1/2 disk image
|
|
||||||
mkgummidisk Create an EFI disk image
|
|
||||||
...
|
|
||||||
|
|
||||||
$ wic create mkgalileodisk -e core-image-minimal
|
4. Use the provided wic script to create an SD card image.
|
||||||
|
|
||||||
4. Write the output image to an SD Card
|
$ wic list images
|
||||||
|
mkgalileodisk Create an Galileo Gen 1/2 disk image
|
||||||
|
mkgummidisk Create an EFI disk image
|
||||||
|
...
|
||||||
|
|
||||||
$ sudo dd if=~/mkgalileodisk-*-mmcblk0.direct of=/dev/mmcblk0
|
$ wic create mkgalileodisk -e core-image-minimal
|
||||||
|
|
||||||
5. Insert the SD Card into the reference platform and power on.
|
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
|
||||||
|
...
|
||||||
|
|
||||||
|
5. Write the output image to an SD Card
|
||||||
|
|
||||||
|
$ 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
|
Available machine features
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user