mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
yocto-project-qs: Fixed the minnowboard example to use .wic and base
(From yocto-docs rev: 7e68281d91bdaf060803ac90282b13c456e53807) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9b1bd29ea9
commit
1d193e47cd
@@ -727,7 +727,7 @@
|
|||||||
Once the build completes, the resulting console-only image
|
Once the build completes, the resulting console-only image
|
||||||
is located in the Build Directory here:
|
is located in the Build Directory here:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.hddimg
|
tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.wic
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><emphasis>Write the Image:</emphasis>
|
<listitem><para><emphasis>Write the Image:</emphasis>
|
||||||
@@ -735,7 +735,7 @@
|
|||||||
(e.g. a USB key, SATA drive, SD card, etc.) using the
|
(e.g. a USB key, SATA drive, SD card, etc.) using the
|
||||||
<filename>dd</filename> utility:
|
<filename>dd</filename> utility:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
$ sudo dd if=tmp/deploy/images/intel-corei7-64/core-image-minimal-intel-corei7-64.wic of=TARGET_DEVICE
|
$ sudo dd if=tmp/deploy/images/intel-corei7-64/core-image-base-intel-corei7-64.wic of=TARGET_DEVICE
|
||||||
</literallayout>
|
</literallayout>
|
||||||
In the previous command, the
|
In the previous command, the
|
||||||
<filename>TARGET_DEVICE</filename> is the device node in
|
<filename>TARGET_DEVICE</filename> is the device node in
|
||||||
|
|||||||
Reference in New Issue
Block a user